From 153eee18f9719b2de037e5c8435a406686afa188 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 1 Mar 2016 07:30:54 +0100 Subject: [PATCH] Move sensor link to the bottom --- source/_components/binary_sensor.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/_components/binary_sensor.markdown b/source/_components/binary_sensor.markdown index 7d1437439bc..48c8dd29afd 100644 --- a/source/_components/binary_sensor.markdown +++ b/source/_components/binary_sensor.markdown @@ -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. -For analog sensors please check the [component overview](https://home-assistant.io/components/#sensor). - -Most binary sensors supports the `SENSOR_CLASSES` which let you specify the type of your sensor. The following types are supoorted: +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 @@ -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 - **vibration**: On means vibration detected, Off means no vibration +For analog sensors please check the [component overview](https://home-assistant.io/components/#sensor).