mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 09:56:52 +00:00
example automation for hunter douglas scenes (#11592)
This commit is contained in:
parent
b86b20e695
commit
03dcf26563
@ -24,3 +24,15 @@ address:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% 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
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user