This file contains hidden or 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: 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** |
This file contains hidden or 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: Link On/Off State and Brightness of Multiple Devices | |
| description: | | |
| ## Link On/Off State and Brightness of Multiple Devices v1.1.0 | |
| Mirrors on/off state and brightness between multiple entities. | |
| Includes protections to avoid recursion, unavailable entities, | |
| and invalid transitions. | |
| ### Features |
This file contains hidden or 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: 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 |
This file contains hidden or 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: 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 |
This file contains hidden or 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: 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 |