Skip to content

Instantly share code, notes, and snippets.

View basketball00011's full-sized avatar

basketball00011

View GitHub Profile
@basketball00011
basketball00011 / synchronize-linked-lights.yaml
Created October 29, 2025 02:58
Home Assistant Blueprint to sync lights.
blueprint:
name: Synchronize Linked Lights
description: |
## Synchronize Linked Lights v1.0.0
Instantly synchronizes brightness and on/off state across multiple lights.
Designed for use in dashboards, scripts, or other automations.
### Features
- Use as a **button tap / hold action**
@basketball00011
basketball00011 / link_multiple_devices.yaml
Last active October 29, 2025 02:49 — forked from aberenguel/link_multiple_devices.yaml
Select multiple entities to link their on/off state. If any selected entity is turned on or off, the other selected entities will be sent a matching on or off command.
blueprint:
name: Motion-activated Light with Elevation
domain: automation
source_url: https://gist.github.com/Menethoran/219aff4827ef561065d28e53742485b7
input:
motion_entity:
name: Motion Sensor
selector:
entity:
domain: binary_sensor
blueprint:
name: Play music from Plex when tag is scanned
description: When a tag is scanned, start the associated movie on the selected Plex media player
domain: automation
input:
tag_id:
name: Tag ID
description: The tag ID for the selected movie
artist_name:
name: Artist name
@basketball00011
basketball00011 / play-plex.yaml
Created January 5, 2021 02:16
Play Plex | Home Assistant
blueprint:
name: Start movie on Plex when tag is scanned
description: When a tag is scanned, start the associated movie on the selected Plex media player
domain: automation
input:
tag_id:
name: Tag ID
description: The tag ID for the selected movie
movie_name:
name: Movie name