Skip to content

Commit c13e584

Browse files
lwadfabaff
authored andcommitted
Update input_boolean.markdown (home-assistant#1612)
sample automation code had platform: state under condition. it should be condition: state
1 parent 68324d1 commit c13e584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/input_boolean.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ automation:
4141
entity_id: binary_sensor.motion_garage
4242
to: 'on'
4343
condition:
44-
platform: state
44+
condition: state
4545
entity_id: input_boolean.notify_home
4646
state: 'on'
4747
action:

0 commit comments

Comments
 (0)