Fix binary_sensor.threshold sample (#1550)
This commit is contained in:
parent
729bf64f0d
commit
0dbdfaafdb
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ To enable the threshold sensor, add the following lines to your `configuration.y
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
binary_sensor:
|
||||||
- platform: threshold
|
- platform: threshold
|
||||||
threshold: 15
|
threshold: 15
|
||||||
type: lower
|
type: lower
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue