Automations throws different errors when using UI.
Automation in UI throws: Message malformed: Integration not found
Tried with empty automation.yaml and new core.restore.state file, getting
Error processing the query: Unable to parse utterance. when trying to create a new automation.
arch | x86_64
dev | false
docker | true
hassio | true
os_name | Linux
os_version | 4.15.0-91-generic
python_version | 3.7.7
timezone | Europe/Oslo
version | 0.107.5
virtualenv | false
automations.yaml```Can the problem be a mix of UI configured and old yaml configured ? Here is whole automations.yaml.
Also happends with empty automations.yaml file.
## Traceback/Error logs
<!--
If you come across any trace or error logs, please provide them.
-->
```txt
No traceback found.
Error Message malformed: Integration ‘’ not found
Example is from user fermulator, that also has the problem.
The predefined automations work.
Example, I created this automation:
Copy to clipboard
Copy to clipboard
However trying to create a similar one in the UI same naming chars etc, and it doesn’t work!
Copy to clipboard
Name: Energy Savings (TOU winter on-peak morning)
Desc: OFF (7AM -> 11AM)
Active Scene: scene.energy_savings_tou_on_peak_winter
save button doesn’t work, then it says at the top in red:
Message malformed: Integration ‘’ not found
Hey there @home-assistant/core, mind taking a look at this issue as its been labeled with a integration (automation) you are listed as a codeowner for? Thanks!
I recently upgraded from 105 to 107, also hitting this issue.
HA 0.107.7 , Python virtual environment, same issue.
Restart helped.
Unfortunately, immediately rebooted, did not guess to collect the details...
i was just getting this same issue when attempting to add an automation.
in my case, it was because the empty "condition" was being sent. after deleting the empty default condition it let me save.
here is what was being sent upon clicking save:
{
"description" : "",
"alias" : "lamp (refresh)",
"condition" : [
{
"device_id" : "",
"entity_id" : "",
"domain" : "",
"condition" : "device"
}
],
"action" : [
{
"service" : "zwave.refresh_entity",
"entity_id" : "zwave.aeon_labs_dsc06106_smart_energy_switch_3",
"data" : {}
}
],
"trigger" : [
{
"domain" : "switch",
"entity_id" : "switch.aeon_labs_dsc06106_smart_energy_switch_switch",
"device_id" : "b8ba24d3847b4f0e98b6a915ece6f761",
"type" : "turned_on",
"platform" : "device"
},
{
"domain" : "switch",
"device_id" : "b8ba24d3847b4f0e98b6a915ece6f761",
"type" : "turned_off",
"platform" : "device",
"entity_id" : "switch.aeon_labs_dsc06106_smart_energy_switch_switch"
}
]
}
and the response:
{"message": "Message malformed: Integration '' not found"}
not sure if this is the same things the other people have mentioned, but maybe it will help someone.
confirmed, the recent UI creations created like this in the yaml
- id: '1582060426859'
alias: Energy Savings (blah)
description: snip
trigger:
- at: '20:30:00'
platform: time
- at: 07:00:00
platform: time
condition: [] <<<<<<<<<<<<<<<<< this?
action:
- entity_id: switch.leviton_dzpa1_2bw_plug_in_outlet_switch
service: switch.toggle
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
(go away bot)
Still present in 0.113.3. Create automation, try to submit with an empty trigger or condition, the error appears.
I am hitting it in 0.114.0 as well if I try to create an automation with an empty action.
The same happens with a fresh install of 0.114.1 on a Raspberry Pi 4 Model B (even with an empty automation action).
Happened to me in 0.117.0
I can trigger this error message (Message malformed: Integration ‘’ not found`) if i add an empty action and try to save the automation

Hello, I can trigger this error message if I try to create a new automation just after disabling one.
Most helpful comment
(go away bot)