example automation for hunter douglas scenes (#11592)

This commit is contained in:
Jon Gilmore 2020-01-02 02:30:54 -06:00 committed by Franck Nijhof
parent b86b20e695
commit 03dcf26563

View File

@ -24,3 +24,15 @@ address:
required: true
type: string
{% endconfiguration %}
## Example Automations
``` yaml
- alias: "blinds closed at night"
trigger:
platform: time
at: "18:00:00"
action:
- service: scene.turn_on
entity_id: scene.10877
```