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:
- 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.