entrance_toggle:
alias: "Toggle Entrance Scene"
sequence:
- condition: state
entity_id: light.entrance
state: off
- service: scene.turn_on
target:
entity_id: scene.entrance_max
default:
- service: scene.turn_on
target:
entity_id: scene.entrance_off
I manually check that the condition state is correct, but nothing seeminglt happens. What would be the best way to debug this?
-> Actions