mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +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 %}
|
{% raw %}
|
||||||
```yaml
|
```yaml
|
||||||
sensor:
|
binary_sensor:
|
||||||
- platform: template
|
- platform: template
|
||||||
sensors:
|
sensors:
|
||||||
furnace_on:
|
furnace_on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user