Skip to content

Commit 52387b9

Browse files
swilsonballoob
authored andcommitted
Add 'lock' device class (home-assistant#4417)
* Add monitored_conditions documentation. * Remove monitored_conditions from example * Add missing 'week' monitored_condition * Add 'lock' device class * Invert lock settings As per home-assistant/core#11640 * Tweak formatting
1 parent 73fc2ce commit 52387b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/_components/binary_sensor.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The way these sensors are displayed in the frontend can be modified in the [cust
2222
- **gas**: `On` means gas detected, `Off` means no gas (clear)
2323
- **heat**: `On` means hot, `Off` means normal
2424
- **light**: `On` means light detected, `Off` means no light
25+
- **lock**: `On` means open (unlocked), `Off` means closed (locked)
2526
- **moisture**: `On` means moisture detected (wet), `Off` means no moisture (dry)
2627
- **motion**: `On` means motion detected, `Off` means no motion (clear)
2728
- **moving**: `On` means moving, `Off` means not moving (stopped)

0 commit comments

Comments
 (0)