Created
June 3, 2022 20:15
-
-
Save chexov/2f49874b4e499bf873972f7a9fff6458 to your computer and use it in GitHub Desktop.
homeassistant binary-sensor triggered light
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: Binary Sensor Activated Light | |
description: Turn on a light when binary sensor is on | |
domain: automation | |
source_url: https://gist.github.com/chexov/2f49874b4e499bf873972f7a9fff6458 | |
input: | |
bin_sensor: | |
name: Binary Sensor | |
selector: | |
entity: | |
domain: binary_sensor | |
# device_class: motion | |
target_light: | |
name: Light | |
selector: | |
target: | |
entity: | |
domain: light |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment