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: Simple Irrigation System | |
| description: | | |
| A blueprint for controlling an irrigation sprinkler system with master and zone solenoid valves. | |
| domain: automation | |
| input: | |
| days_of_week: | |
| name: Days of the Week | |
| description: Days on which the irrigation should run | |
| selector: |
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: Simple Hue Remote Switch | |
| description: | | |
| A simple Hue Remote Switch (RWL022) automation. | |
| This remote accepts more button press combinations than shown below, but are you really going to remember and use those? | |
| domain: automation | |
| input: | |
| remote_device: | |
| name: Dimmer switch |
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: Simple Hue Motion Sensor | |
| description: | | |
| A simple Hue Motion Sensor (SML001) automation. | |
| Recommendations: | |
| 1. Use Adaptive Lighting (available in HACS). This will set the brightness and colour temperature. | |
| 2. Configure an input_boolean helper to track whether the automation turned your light on or off. This is useful for dashboards and other automations. It will also prevent the automation from switching the lights off when you manually turn them on. | |
| domain: automation | |
| input: |