Skip to content

Instantly share code, notes, and snippets.

@tonydew
Created April 12, 2016 06:04
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/69dd07f8cf6a2b1609839a83e18a3984 to your computer and use it in GitHub Desktop.
Save tonydew/69dd07f8cf6a2b1609839a83e18a3984 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.turn_off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment