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.
This commit is contained in:
magreen24 2017-02-16 12:22:24 -05:00 committed by Fabian Affolter
parent db08498ef7
commit d69ecd8102

View File

@ -25,11 +25,9 @@ sensor:
monitored_conditions: monitored_conditions:
- Temperature - Temperature
- Humidity - Humidity
- Rain
- Pressure - Pressure
- UVIndex - UVIndex
- Luminance - Luminance
- Night
- Voltage - 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: - **monitored_conditions** array (*Required*): The sensors that you wish to monitor on all of your devices. Select from these options:
- Humidity - Humidity
- Luminance - Luminance
- Night
- Pressure - Pressure
- Rain
- Temperature - Temperature
- UVIndex - UVIndex
- Voltage - Voltage
More conditions are available using the [BloomSky binary sensor](/components/binary_sensor.bloomsky) component.