Hey,
i just update my HA for the new one, now all my Automation stop working with error
2019-02-17 12:48:52 ERROR (MainThread) [homeassistant.config] Invalid config for [automation]: Service notify.Hass does not match format . for dictionary value @ data[‘action’][0][‘service’]. Got ‘notify.Hass’. (See /home/homeassistant/.homeassistant/automation.yaml, line 35). Please check the docs at https://home-assistant.io/components/automation/
my config is like this
- alias: Front door is open
trigger:- platform: state
entity_id: binary_sensor.door_window_sensor_158d000127ae25
from: ‘off’
to: ‘on’
action: - service: notify.Hass
data:
message: “Front door open”
- platform: state
what i need to change in order to fix all?
Thanks!