mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
change offset to after_offset so validation will pass (#7975)
This commit is contained in:
parent
8743101e62
commit
8f9ccb2337
@ -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