From 2479c682e223c1595bfe916c0faffef705374be2 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Wed, 10 Aug 2016 00:38:40 -0700 Subject: [PATCH] A single quote snuck in and safety needed some love --- source/_components/binary_sensor.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/binary_sensor.markdown b/source/_components/binary_sensor.markdown index 48c8dd29afd..b5bfbc07284 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 +- **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