mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 09:56:52 +00:00
Additional device classes for binary sensors (#4267)
* Add additional device classes for binary sensor
This commit is contained in:
parent
3c43e0b45b
commit
2ecb5c44fb
@ -15,23 +15,26 @@ The way these sensors are displayed in the frontend can be modified in the [cust
|
||||
|
||||
- **None**: Generic on/off. This is the default and doesn't need to be set.
|
||||
- **battery**: `On` means low, `Off` means normal
|
||||
- **cold**: `On` means cold
|
||||
- **connectivity**: `On` means connection present, `Off` means no connection
|
||||
- **gas**: `On` means gas detected
|
||||
- **heat**: `On` means hot
|
||||
- **light**: Lightness threshold
|
||||
- **moisture**: `On` means wet
|
||||
- **motion**: `On` means motion detected
|
||||
- **moving**: `On` means moving, `Off` means stopped
|
||||
- **occupancy**: `On` means occupied, `Off` means not occupied
|
||||
- **cold**: `On` means cold, `Off` means normal
|
||||
- **connectivity**: `On` means connected, `Off` means disconnected
|
||||
- **door**: `On` means open, `Off` means closed
|
||||
- **garage_door**: `On` means open, `Off` means closed
|
||||
- **gas**: `On` means gas detected, `Off` means no gas (clear)
|
||||
- **heat**: `On` means hot, `Off` means normal
|
||||
- **light**: `On` means light detected, `Off` means no light
|
||||
- **moisture**: `On` means moisture detected (wet), `Off` means no moisture (dry)
|
||||
- **motion**: `On` means motion detected, `Off` means no motion (clear)
|
||||
- **moving**: `On` means moving, `Off` means not moving (stopped)
|
||||
- **occupancy**: `On` means occupied, `Off` means not occupied (clear)
|
||||
- **opening**: `On` means open, `Off` means closed
|
||||
- **plug**: `On` means device is plugged in, `Off` means device is unplugged
|
||||
- **power**: Power, over-current, etc.
|
||||
- **presence**: `On` means Home, `Off` means Away
|
||||
- **problem**: `On` means a problem was detected, `Off` means the status is OK
|
||||
- **power**: `On` means power detected, `Off` means no power
|
||||
- **presence**: `On` means home, `Off` means away
|
||||
- **problem**: `On` means problem detected, `Off` means no problem (OK)
|
||||
- **safety**: `On` means unsafe, `Off` means safe
|
||||
- **smoke**: `On` means smoke detected
|
||||
- **sound**: `On` means sound detected, `Off` means no sound
|
||||
- **vibration**: `On` means vibration detected, `Off` means no vibration
|
||||
- **smoke**: `On` means smoke detected, `Off` means no smoke (clear)
|
||||
- **sound**: `On` means sound detected, `Off` means no sound (clear)
|
||||
- **vibration**: `On` means vibration detected, `Off` means no vibration (clear)
|
||||
- **window**: `On` means open, `Off` means closed
|
||||
|
||||
For analog sensors please check the [component overview](https://home-assistant.io/components/#sensor).
|
||||
|
Loading…
x
Reference in New Issue
Block a user