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: Sync Switch or Light with Target (Bi-directional) | |
| description: > | |
| Keeps a switch or light (controller) in sync with another light or switch (target), | |
| which can be a group or a single entity. Toggling either will toggle the other. | |
| Prevents feedback loops using state checks. | |
| domain: automation | |
| input: | |
| controller: |
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: Cycle Tuya light brightness | |
| description: > | |
| A callable automation blueprint that cycles a light through configurable brightness levels. | |
| If brightness is at or above the highest level, it wraps to the lowest. | |
| domain: automation | |
| input: | |
| target_light: | |
| name: Light to control | |
| description: Select the light entity whose brightness will be cycled. |