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