Skip to content

Commit fa4c97c

Browse files
robbiet480Teagan42
authored andcommitted
Occupancy sensor class (home-assistant#894)
🐬
1 parent bb8eb97 commit fa4c97c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

source/_components/binary_sensor.markdown

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,19 @@ Knowing that there are only two states allows Home Assistant to represent the se
1616
Most binary sensors support the `SENSOR_CLASSES` which let you specify the type of your sensor. The following types are supported:
1717

1818
- **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
2121
- **gas**: CO, CO2, etc
22-
- **smoke**: Smoke detector
23-
- **moisture**: Specifically a wetness sensor
22+
- **heat**: On means hot (or too hot)
2423
- **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
2529
- **power**: Power, over-current, etc
2630
- **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
3032
- **sound**: On means sound detected, Off means no sound
3133
- **vibration**: On means vibration detected, Off means no vibration
3234

0 commit comments

Comments
 (0)