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: Link On/Off State of a Light to Another Light | |
description: | | |
Synchronize the on/off state, brightness, and color settings of a source light to a target light. | |
domain: automation | |
input: | |
source_light: | |
name: Source Light | |
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: Hue Dimmer Remote Inaki Custom | |
description: | | |
(Dec 2021 Update) Using a Hue bridge with which a dimmer remote is paired, allows you to configure actions based on said Hue Dimmer Remote. | |
NOTE: tested with RWL020 and RWL022, but community says it also works with RWL021! | |
- Cover entity is optional | |
- Long off-press turns brightness to 1% | |
- Long On-press turn brightness up by 33% | |
domain: automation | |
source_url: https://gist.github.com/codycodes/f051781c35cfdfee15162ff680c9cbd8 |