Move sensor link to the bottom

This commit is contained in:
Fabian Affolter 2016-03-01 07:30:54 +01:00
parent ea1be26cf1
commit 153eee18f9

View File

@ -13,9 +13,7 @@ Binary sensors are gathering information about state of switches, contacts, pins
Knowing that there are only two states allows Home Assistant to represent the sensor better in the frontend. Knowing that there are only two states allows Home Assistant to represent the sensor better in the frontend.
For analog sensors please check the [component overview](https://home-assistant.io/components/#sensor). Most binary sensors support the `SENSOR_CLASSES` which let you specify the type of your sensor. The following types are supported:
Most binary sensors supports the `SENSOR_CLASSES` which let you specify the type of your sensor. The following types are supoorted:
- **None**: Generic on/off - **None**: Generic on/off
- **opening**: Door, window, etc - **opening**: Door, window, etc
@ -32,3 +30,4 @@ Most binary sensors supports the `SENSOR_CLASSES` which let you specify the type
- **sound**: On means sound detected, Off means no sound - **sound**: On means sound detected, Off means no sound
- **vibration**: On means vibration detected, Off means no vibration - **vibration**: On means vibration detected, Off means no vibration
For analog sensors please check the [component overview](https://home-assistant.io/components/#sensor).