mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Adds quotes for the state in the State condition example. (#6869)
This commit is contained in:
parent
3cb46731b5
commit
8a4b09ac8b
@ -107,7 +107,7 @@ Tests if an entity is a specified state.
|
||||
condition:
|
||||
condition: state
|
||||
entity_id: device_tracker.paulus
|
||||
state: not_home
|
||||
state: 'not_home'
|
||||
# optional: trigger only if state was this for last X time.
|
||||
for:
|
||||
hours: 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user