Skip to content

Commit a6b8480

Browse files
authored
Corrected sensor to binary_sensor
1 parent c17103c commit a6b8480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_docs/z-wave/entities.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The meaning of the `alarm_level` entity depends on the nature of the alarm senso
122122
If your device has an `access_control` entity, but not a `binary_sensor` equivalent, you can use a [template binary sensor](omponents/binary_sensor.template/) to create one:
123123

124124
```
125-
sensor:
125+
binary_sensor:
126126
- platform: template
127127
sensors:
128128
YOUR_SENSOR:
@@ -151,7 +151,7 @@ sensor:
151151
If your device has an `burglar` entity, but not a `binary_sensor` equivalent, you can use a [template binary sensor](omponents/binary_sensor.template/) to create one:
152152

153153
```
154-
sensor:
154+
binary_sensor:
155155
- platform: template
156156
sensors:
157157
YOUR_SENSOR:

0 commit comments

Comments
 (0)