Skip to content

Instantly share code, notes, and snippets.

@tonydew
Created April 12, 2016 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonydew/0a6d283204220b38d87a44fe306aff7a to your computer and use it in GitHub Desktop.
Save tonydew/0a6d283204220b38d87a44fe306aff7a to your computer and use it in GitHub Desktop.
`- 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
action:
entity_id: switch.leviton_unknown_type1c02_id0334_switch_2
service: homeassistant.shut_off`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment