I created a small notification for my heater. In the notification it will display the current temperature, when I click on “run” I will recieve the notifications on my phone without a problem.
But when I save the automation, I will get the following error: Message malformed: extra keys not allowed @ data[‘for’]
service: notify.notify
metadata: {}
data:
message: Home Assistant Notifications
title: >-
Heater has turned on. Current temperature is
{{state_attr(‘climate.woonkamer’, ‘current_temperature’)}} °C
conditions:
condition: trigger
id:
Heating Off Notification
sequence:
service: notify.notify
metadata: {}
data:
message: Home Assistant Notification
title: >-
Heater has turn off. Current temperature is
{{state_attr(‘climate.woonkamer’, ‘current_temperature’)}} °C
alias: Turn On And Turn Off •Keep House Warm