mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update input_boolean.markdown (#1612)
sample automation code had platform: state under condition. it should be condition: state
This commit is contained in:
parent
68324d1507
commit
c13e584876
@ -41,7 +41,7 @@ automation:
|
||||
entity_id: binary_sensor.motion_garage
|
||||
to: 'on'
|
||||
condition:
|
||||
platform: state
|
||||
condition: state
|
||||
entity_id: input_boolean.notify_home
|
||||
state: 'on'
|
||||
action:
|
||||
|
Loading…
x
Reference in New Issue
Block a user