From fa4c97cbb5df9f284e1a256d00b515ddd1f148bc Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Sat, 3 Sep 2016 21:54:32 -0700 Subject: [PATCH] Occupancy sensor class (#894) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🐬 --- source/_components/binary_sensor.markdown | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/source/_components/binary_sensor.markdown b/source/_components/binary_sensor.markdown index d15152753e2..0464d81f912 100644 --- a/source/_components/binary_sensor.markdown +++ b/source/_components/binary_sensor.markdown @@ -16,17 +16,19 @@ Knowing that there are only two states allows Home Assistant to represent the se Most binary sensors support the `SENSOR_CLASSES` which let you specify the type of your sensor. The following types are supported: - **None**: Generic on/off -- **opening**: Door, window, etc -- **motion**: Motion sensor +- **cold**: On means cold (or too cold) +- **connectivity**: On means connection present, Off means no connection - **gas**: CO, CO2, etc -- **smoke**: Smoke detector -- **moisture**: Specifically a wetness sensor +- **heat**: On means hot (or too hot) - **light**: Lightness threshold +- **moisture**: Specifically a wetness sensor +- **motion**: Motion sensor +- **moving**: On means moving, Off means stopped +- **occupancy**: On means occupied, Off means not occupied +- **opening**: Door, window, etc - **power**: Power, over-current, etc - **safety**: On means unsafe, Off means safe -- **heat**: On means hot (or too hot) -- **cold**: On means cold (or too cold) -- **moving**: On means moving, Off means stopped +- **smoke**: Smoke detector - **sound**: On means sound detected, Off means no sound - **vibration**: On means vibration detected, Off means no vibration