mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
change offset to after_offset so validation will pass (#7975)
This commit is contained in:
parent
6c80a604e2
commit
faa201ff7c
@ -44,7 +44,7 @@ And then of course turn off the lamp when it stops raining but only if it's with
|
|||||||
condition:
|
condition:
|
||||||
- condition: sun
|
- condition: sun
|
||||||
after: 'sunset'
|
after: 'sunset'
|
||||||
offset: '-01:00:00'
|
after_offset: '-01:00:00'
|
||||||
action:
|
action:
|
||||||
service: light.turn_off
|
service: light.turn_off
|
||||||
entity_id: light.couch_lamp
|
entity_id: light.couch_lamp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user