From d69ecd8102e409d520e287438b7c925b06c4a1d0 Mon Sep 17 00:00:00 2001 From: magreen24 Date: Thu, 16 Feb 2017 12:22:24 -0500 Subject: [PATCH] Update BloomSky conditions (#2063) The rain and night conditions are binary sensors and can not be used in the main Bloomsky sensor component. I have removed them from this list and added a note referring people to the BloomSky binary sensor component. --- source/_components/sensor.bloomsky.markdown | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/_components/sensor.bloomsky.markdown b/source/_components/sensor.bloomsky.markdown index d085060f349..a975a0300cb 100644 --- a/source/_components/sensor.bloomsky.markdown +++ b/source/_components/sensor.bloomsky.markdown @@ -25,11 +25,9 @@ sensor: monitored_conditions: - Temperature - Humidity - - Rain - Pressure - UVIndex - Luminance - - Night - Voltage ``` @@ -38,9 +36,10 @@ Configuration variables: - **monitored_conditions** array (*Required*): The sensors that you wish to monitor on all of your devices. Select from these options: - Humidity - Luminance - - Night - Pressure - - Rain - Temperature - UVIndex - Voltage + + +More conditions are available using the [BloomSky binary sensor](/components/binary_sensor.bloomsky) component.