This is weird, really weird…
After I upgraded from 0.50 to 0.51 my automations stopped working, z-wave works, hue works etc, but no automations.
The automations works just fine if I manually trigger them from the interface.
Here is an example:
- alias: 'Bathroom (upper) Day'
trigger:
- platform: state
entity_id: binary_sensor.bathroom_upper_sensor
from: 'off'
to: 'on'
condition:
- condition: time
after: '06:00:00'
before: '22:30:00'
action:
- service: light.hue_activate_scene
data:
group_name: 'Bathroom'
scene_name: 'Bright'
- service: script.bathroom_upper_sonos