Is there something wrong with HA?. I’ll explain. I have a PI4 with SSD and HA .
I have four automations running, I tried to make another one. When I want to save, I get this message:
“Message malformed: Integration ‘’ not found”
Ive switched recently from SD-card to SSD-disk, so I thought that that was the reason. Switched them back, no luck, same error.
At this point I have three versions running of HA (ESXI, Pi3 en Pi4), all with the same anoying error.
The ESXI and Pi3 have NO integration, still the error pops up
I did a sweep on the forum for identical problems, but didnt find any
If anyone knows a solution, I’m open for suggestions
please paste the code between ``` so that it will be represented as code and not text. Also among this which is the automation that you are having issue with.
The issue is something in the code. Just do lie this, after building the automation, on the right hand top there is 3 dots(settings) click on it and there would be an option “Edit as Yaml”, click it and copy the code and paste it between ```
For anyone else finding this: Here is one possible cause:
When you create a new automation, it adds an empty Trigger. If you dont fill those fields, you will get that quite confusing error message on save. If you dont want to specify a trigger for your new automation, delete the trigger field before trying to save.
EDIT: That same error message is shown any time there’s a validation error with the form you’re submitting, such as trying to save a yaml code snippet with syntax errors.