Skip to content

Commit 2ecb5c4

Browse files
schmittxtinloaf
authored andcommitted
Additional device classes for binary sensors (home-assistant#4267)
* Add additional device classes for binary sensor
1 parent 3c43e0b commit 2ecb5c4

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

source/_components/binary_sensor.markdown

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,26 @@ The way these sensors are displayed in the frontend can be modified in the [cust
1515

1616
- **None**: Generic on/off. This is the default and doesn't need to be set.
1717
- **battery**: `On` means low, `Off` means normal
18-
- **cold**: `On` means cold
19-
- **connectivity**: `On` means connection present, `Off` means no connection
20-
- **gas**: `On` means gas detected
21-
- **heat**: `On` means hot
22-
- **light**: Lightness threshold
23-
- **moisture**: `On` means wet
24-
- **motion**: `On` means motion detected
25-
- **moving**: `On` means moving, `Off` means stopped
26-
- **occupancy**: `On` means occupied, `Off` means not occupied
18+
- **cold**: `On` means cold, `Off` means normal
19+
- **connectivity**: `On` means connected, `Off` means disconnected
20+
- **door**: `On` means open, `Off` means closed
21+
- **garage_door**: `On` means open, `Off` means closed
22+
- **gas**: `On` means gas detected, `Off` means no gas (clear)
23+
- **heat**: `On` means hot, `Off` means normal
24+
- **light**: `On` means light detected, `Off` means no light
25+
- **moisture**: `On` means moisture detected (wet), `Off` means no moisture (dry)
26+
- **motion**: `On` means motion detected, `Off` means no motion (clear)
27+
- **moving**: `On` means moving, `Off` means not moving (stopped)
28+
- **occupancy**: `On` means occupied, `Off` means not occupied (clear)
2729
- **opening**: `On` means open, `Off` means closed
2830
- **plug**: `On` means device is plugged in, `Off` means device is unplugged
29-
- **power**: Power, over-current, etc.
30-
- **presence**: `On` means Home, `Off` means Away
31-
- **problem**: `On` means a problem was detected, `Off` means the status is OK
31+
- **power**: `On` means power detected, `Off` means no power
32+
- **presence**: `On` means home, `Off` means away
33+
- **problem**: `On` means problem detected, `Off` means no problem (OK)
3234
- **safety**: `On` means unsafe, `Off` means safe
33-
- **smoke**: `On` means smoke detected
34-
- **sound**: `On` means sound detected, `Off` means no sound
35-
- **vibration**: `On` means vibration detected, `Off` means no vibration
35+
- **smoke**: `On` means smoke detected, `Off` means no smoke (clear)
36+
- **sound**: `On` means sound detected, `Off` means no sound (clear)
37+
- **vibration**: `On` means vibration detected, `Off` means no vibration (clear)
38+
- **window**: `On` means open, `Off` means closed
3639

3740
For analog sensors please check the [component overview](https://home-assistant.io/components/#sensor).

0 commit comments

Comments
 (0)