I’ve had the below automation for quite some time and it’s worked well to catch lights left on and shut them off. But with the move from 84.6 to 85.1 it is no longer triggering. Nothing has been changed; no errors in the logs; it just doesn’t trigger.
I’ve looked at the release notes and can’t see anything related.
Anyone have any ideas?
trigger:
- platform: state
entity_id:
- switch.basement_stairs_switch
- switch.garage_switch
- switch.mudroom_light_switch
- switch.upstairs_hallway_switch
to: 'on'
for:
minutes: 45
Thanks, I took a look at that and the VS Code yaml linter doesn’t complain; it is a consistent with everything else at that level.
But I removed a space on all of them and restarted and… same issue…
It seems any trigger with a list of entities and a “for” configured is not working correctly… I tested this and its consistent. Without the for it seems to trigger correctly.
I’m having a similar issue with 0.85.1. I haven’t narrowed it down to what, but some of my automations no longer work, some very basic ones, with no error in the log.