mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-26 18:57:17 +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
|
entity_id: binary_sensor.motion_garage
|
||||||
to: 'on'
|
to: 'on'
|
||||||
condition:
|
condition:
|
||||||
platform: state
|
condition: state
|
||||||
entity_id: input_boolean.notify_home
|
entity_id: input_boolean.notify_home
|
||||||
state: 'on'
|
state: 'on'
|
||||||
action:
|
action:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user