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:
parent
db08498ef7
commit
d69ecd8102
1 changed files with 3 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue