Corrected sensor to binary_sensor
This commit is contained in:
parent
178c2aea61
commit
1a74879767
1 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ The meaning of the `alarm_level` entity depends on the nature of the alarm senso
|
|||
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:
|
||||
|
||||
```
|
||||
sensor:
|
||||
binary_sensor:
|
||||
- platform: template
|
||||
sensors:
|
||||
YOUR_SENSOR:
|
||||
|
@ -151,7 +151,7 @@ sensor:
|
|||
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:
|
||||
|
||||
```
|
||||
sensor:
|
||||
binary_sensor:
|
||||
- platform: template
|
||||
sensors:
|
||||
YOUR_SENSOR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue