mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Fixing some tabs that snuck in
This commit is contained in:
parent
896dbb72a3
commit
a7ccbf18d4
@ -29,11 +29,11 @@ Devices (usually sensors) that support the Alarm command class will create entit
|
|||||||
|
|
||||||
- **alarm_type**: Reports the type of the sensor
|
- **alarm_type**: Reports the type of the sensor
|
||||||
- **0**: General purpose
|
- **0**: General purpose
|
||||||
- **1**: Smoke sensor
|
- **1**: Smoke sensor
|
||||||
- **2**: Carbon Monoxide (CO) sensor
|
- **2**: Carbon Monoxide (CO) sensor
|
||||||
- **3**: Carbon Dioxide (CO2) sensor
|
- **3**: Carbon Dioxide (CO2) sensor
|
||||||
- **4**: Heat sensor
|
- **4**: Heat sensor
|
||||||
- **5**: Water leak sensor
|
- **5**: Water leak sensor
|
||||||
- **6**: Access control
|
- **6**: Access control
|
||||||
|
|
||||||
### {% linkable_title Alarm Level %}
|
### {% linkable_title Alarm Level %}
|
||||||
@ -114,10 +114,10 @@ The meaning of the `alarm_level` entity depends on the nature of the alarm senso
|
|||||||
### {% linkable_title Access Control %}
|
### {% linkable_title Access Control %}
|
||||||
|
|
||||||
- **access_control**: These *may* vary between brands
|
- **access_control**: These *may* vary between brands
|
||||||
- **22**: Open
|
- **22**: Open
|
||||||
- **23**: Closed
|
- **23**: Closed
|
||||||
- **254**: Deep sleep
|
- **254**: Deep sleep
|
||||||
- **255**: Case open
|
- **255**: Case open
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
||||||
@ -140,13 +140,13 @@ sensor:
|
|||||||
|
|
||||||
- **burglar**: These *may* vary between brands
|
- **burglar**: These *may* vary between brands
|
||||||
- **0**: Not active
|
- **0**: Not active
|
||||||
- **2**: Smoke (?)
|
- **2**: Smoke (?)
|
||||||
- **3**: Tamper
|
- **3**: Tamper
|
||||||
- **8**: Motion
|
- **8**: Motion
|
||||||
- **22**: Open
|
- **22**: Open
|
||||||
- **23**: Closed
|
- **23**: Closed
|
||||||
- **254**: Deep sleep
|
- **254**: Deep sleep
|
||||||
- **255**: Case open
|
- **255**: Case open
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user