Created
April 12, 2016 05:52
-
-
Save tonydew/0a6d283204220b38d87a44fe306aff7a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`- 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