From 52387b95c66433e4e07f424ebfa42c793811c110 Mon Sep 17 00:00:00 2001 From: Sean Wilson Date: Wed, 28 Feb 2018 16:25:58 -0500 Subject: [PATCH] Add 'lock' device class (#4417) * Add monitored_conditions documentation. * Remove monitored_conditions from example * Add missing 'week' monitored_condition * Add 'lock' device class * Invert lock settings As per https://github.com/home-assistant/home-assistant/pull/11640 * Tweak formatting --- source/_components/binary_sensor.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/binary_sensor.markdown b/source/_components/binary_sensor.markdown index 781f4f45576..9781df8e23f 100644 --- a/source/_components/binary_sensor.markdown +++ b/source/_components/binary_sensor.markdown @@ -22,6 +22,7 @@ The way these sensors are displayed in the frontend can be modified in the [cust - **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 +- **lock**: `On` means open (unlocked), `Off` means closed (locked) - **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)