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 (Night Only) | |
| description: Turn on a light when motion is detected, but only between sunset and sunrise. | |
| domain: automation | |
| input: | |
| motion_sensor: | |
| name: Motion Sensor | |
| description: The motion sensor that triggers the automation | |
| selector: | |
| entity: |
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: Two Light Sync (Optimized v3) | |
| description: > | |
| Bidirectional sync of on/off state and brightness between two lights. | |
| • Context-based loop detection (no echo triggers) | |
| • Compares from_state vs to_state for actual changes only | |
| • Single service call per change (50% fewer Zigbee commands) | |
| • `mode: restart` for smooth rapid dimming | |
| • Configurable brightness tolerance and debounce | |
| • Graceful handling of *unavailable* state |
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
| 0x7DaC0f95550a984151662C9b7Cf1E43731ea222d |
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
| backup |