From bf0fac7283a52faf1730f52a199c87ba3dda3e66 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Wed, 10 Aug 2016 00:40:50 -0700 Subject: [PATCH] Two quotes snuck in and safety needed some love --- source/_components/binary_sensor.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/binary_sensor.markdown b/source/_components/binary_sensor.markdown index 48c8dd29afd..d15152753e2 100644 --- a/source/_components/binary_sensor.markdown +++ b/source/_components/binary_sensor.markdown @@ -18,12 +18,12 @@ Most binary sensors support the `SENSOR_CLASSES` which let you specify the type - **None**: Generic on/off - **opening**: Door, window, etc - **motion**: Motion sensor -- **gas'**: CO, CO2, etc -- **smoke'**: Smoke detector +- **gas**: CO, CO2, etc +- **smoke**: Smoke detector - **moisture**: Specifically a wetness sensor - **light**: Lightness threshold - **power**: Power, over-current, etc -- **safety**: Generic on=unsafe, off=safe +- **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