mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Fixing missing binary_
(#8022)
One of the sensor templates was a sensor template, not a binary_sensor template
This commit is contained in:
parent
bfc8cbc5e1
commit
1fbc63c7fb
@ -115,7 +115,7 @@ determine if the furnace is running by checking that it is over some threshold:
|
||||
|
||||
{% raw %}
|
||||
```yaml
|
||||
sensor:
|
||||
binary_sensor:
|
||||
- platform: template
|
||||
sensors:
|
||||
furnace_on:
|
||||
|
Loading…
x
Reference in New Issue
Block a user