mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Update rainy day config
This commit is contained in:
parent
a73228d063
commit
d4a33e1bd9
@ -33,8 +33,8 @@ automation:
|
|||||||
condition: use_trigger_values
|
condition: use_trigger_values
|
||||||
|
|
||||||
action:
|
action:
|
||||||
execute_service: light.turn_on
|
service: light.turn_on
|
||||||
service_entity_id: light.couch_lamp
|
entity_id: light.couch_lamp
|
||||||
```
|
```
|
||||||
|
|
||||||
And then of course turn off the lamp when it stops raining but only if it's within an hour before sunset.
|
And then of course turn off the lamp when it stops raining but only if it's within an hour before sunset.
|
||||||
@ -52,7 +52,7 @@ automation 2:
|
|||||||
|
|
||||||
condition: use_trigger_values
|
condition: use_trigger_values
|
||||||
action:
|
action:
|
||||||
execute_service: light.turn_off
|
service: light.turn_off
|
||||||
service_entity_id: light.couch_lamp
|
entity_id: light.couch_lamp
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user