Skip to content

Instantly share code, notes, and snippets.

@chexov
Created June 3, 2022 20:15
Show Gist options
  • Save chexov/2f49874b4e499bf873972f7a9fff6458 to your computer and use it in GitHub Desktop.
Save chexov/2f49874b4e499bf873972f7a9fff6458 to your computer and use it in GitHub Desktop.
homeassistant binary-sensor triggered light
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