Last active
August 29, 2016 19:03
-
-
Save ishults/020ce86febdf98aa009cdd1061608a20 to your computer and use it in GitHub Desktop.
Garage door signal script
This file contains 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
script: | |
signal_garage_door: | |
sequence: | |
# turn_on closes the circuit, so always send it to "toggle" | |
- service: switch.turn_on | |
data: | |
entity_id: switch.fortrezz_unknown_type0453_id0111_switch_1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment