File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ This example creates a washing machine "load running" sensor by monitoring an en
108
108
binary_sensor:
109
109
- platform: template
110
110
name: Washing Machine
111
- value_template: {% raw %}'{{ sensor.washing_machine_power > 0 }}'{% endraw %}
111
+ value_template: {% raw %}'{{ states. sensor.washing_machine_power.state > 0 }}'{% endraw %}
112
112
off_delay:
113
113
minutes: 5
114
114
` ` `
@@ -117,7 +117,7 @@ binary_sensor:
117
117
118
118
This example is determining if anyone is home based on the combination
119
119
of device tracking and motion sensors. It's extremely useful if you
120
- have kids / baby sitter / grand parrents who might still be in your
120
+ have kids/ baby sitter/ grand parents who might still be in your
121
121
house that aren't represented by a trackable device in home
122
122
assistant. This is providing a composite of wifi based device tracking
123
123
and z-wave multisensor presence sensors.
You can’t perform that action at this time.
0 commit comments