Today I was updating Home Assistant from Version 0.82 to 0.85. I had to modify the configuration.yaml a little.
What bothers me is that all of a sudden all the automations doesn’t work anymore and I don’t know why.
They are probably loaded and there is also no error in the log file.
So I don’t know what to do.
- id: motion_at_night
alias: Turn on hall light when movement at night
trigger:
- platform: state
entity_id: binary_sensor.pir_hall
to: 'on'
action:
- service: light.turn_on
data:
entity_id: light.hall
rgb_color: [255,0,0]
brightness_pct: 20
It’s loaded and can be seen in the panel, but even this doesn’t work, although binary_sensor.pir_hall is on according to Dev Tools/states