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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue