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
blueprint: | |
name: Turn on Light Door Open | |
description: Tutorial on creating blueprints for livestream | |
domain: automation | |
input: | |
door: | |
name: Entry Door | |
selector: | |
entity: |
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
blueprint: | |
name: Turn On Light Door Opened | |
description: Tutorial on blueprints | |
domain: automation | |
input: | |
door: | |
name: Entry Door | |
selector: | |
entity: |
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
blueprint: | |
name: Turn on lights when door is opened | |
description: Turn on lights when door is opened | |
domain: automation | |
input: | |
door: | |
name: Entry Door | |
selector: | |
entity: | |
domain: binary_sensor |