Can anyone tell me why this isn’t working? I’ve tried all all sorts of things to try and remedy but I can’t seem to get it to trigger on it’s own. I’ve double checked the state value in the developer panel and current state is ‘tomorrow’. Thoughts?
id: '1632836761462'
alias: Boolean Switch - Bins Tomorrow
description: Toggle the Boolean Switch
trigger:
- platform: state
entity_id: sensor.trash_day_2
id: bins1
to: tomorrow
condition:
- condition: state
entity_id: input_boolean.trash_tomorrow
state: 'off'
action:
- service: homeassistant.toggle
target:
entity_id: input_boolean.trash_tomorrow
mode: single