Skip to content

Instantly share code, notes, and snippets.

- alias: 'Shut off after X time'
trigger:
platform: state
entity_id: switch.leviton_unknown_type1c02_id0334_switch_2
from: 'off'
to: 'on'
for:
hours: 0
minutes: 0
seconds: 10
`- alias: 'Shut off after X time'
trigger:
platform: state
entity_id: switch.leviton_unknown_type1c02_id0334_switch_2
from: 'off'
to: 'on'
for:
hours: 0
minutes: 0
seconds: 10
automation:
- alias: 'Shut off the switch'
trigger:
platform: time
seconds: 10
condition:
platform: state
entity_id: switch.leviton_unknown_type1c02_id0334_switch_2
state: 'on'
action: