Skip to content

Commit 0dbdfaa

Browse files
Kernaldfabaff
authored andcommitted
Fix binary_sensor.threshold sample (home-assistant#1550)
1 parent 729bf64 commit 0dbdfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/binary_sensor.threshold.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To enable the threshold sensor, add the following lines to your `configuration.y
2626

2727
```yaml
2828
# Example configuration.yaml entry
29-
sensor:
29+
binary_sensor:
3030
- platform: threshold
3131
threshold: 15
3232
type: lower

0 commit comments

Comments
 (0)