@@ -16,17 +16,19 @@ Knowing that there are only two states allows Home Assistant to represent the se
16
16
Most binary sensors support the ` SENSOR_CLASSES ` which let you specify the type of your sensor. The following types are supported:
17
17
18
18
- ** None** : Generic on/off
19
- - ** opening ** : Door, window, etc
20
- - ** motion ** : Motion sensor
19
+ - ** cold ** : On means cold (or too cold)
20
+ - ** connectivity ** : On means connection present, Off means no connection
21
21
- ** gas** : CO, CO2, etc
22
- - ** smoke** : Smoke detector
23
- - ** moisture** : Specifically a wetness sensor
22
+ - ** heat** : On means hot (or too hot)
24
23
- ** light** : Lightness threshold
24
+ - ** moisture** : Specifically a wetness sensor
25
+ - ** motion** : Motion sensor
26
+ - ** moving** : On means moving, Off means stopped
27
+ - ** occupancy** : On means occupied, Off means not occupied
28
+ - ** opening** : Door, window, etc
25
29
- ** power** : Power, over-current, etc
26
30
- ** safety** : On means unsafe, Off means safe
27
- - ** heat** : On means hot (or too hot)
28
- - ** cold** : On means cold (or too cold)
29
- - ** moving** : On means moving, Off means stopped
31
+ - ** smoke** : Smoke detector
30
32
- ** sound** : On means sound detected, Off means no sound
31
33
- ** vibration** : On means vibration detected, Off means no vibration
32
34
0 commit comments