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
|
||||
to: 'on'
|
||||
condition:
|
||||
platform: state
|
||||
condition: state
|
||||
entity_id: input_boolean.notify_home
|
||||
state: 'on'
|
||||
action:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue