mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +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: sun
|
||||
after: 'sunset'
|
||||
offset: '-01:00:00'
|
||||
after_offset: '-01:00:00'
|
||||
action:
|
||||
service: light.turn_off
|
||||
entity_id: light.couch_lamp
|
||||
|
Loading…
x
Reference in New Issue
Block a user