mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update Bloomsky component configuration variable (#6850)
This commit is contained in:
parent
487c4ab95b
commit
9d25507dd6
@ -30,8 +30,14 @@ binary_sensor:
|
|||||||
- Rain
|
- Rain
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
monitored_conditions:
|
||||||
- **monitored_conditions** array (*Required*): The sensors that you wish to monitor on all of your devices. Select from these options:
|
description: "The sensors that you wish to monitor on all of your devices. Select from these options:"
|
||||||
- Night
|
required: true
|
||||||
- Rain
|
type: list
|
||||||
|
keys:
|
||||||
|
night:
|
||||||
|
description: Night
|
||||||
|
rain:
|
||||||
|
description: Rain
|
||||||
|
{% endconfiguration %}
|
||||||
|
@ -33,15 +33,24 @@ sensor:
|
|||||||
- Voltage
|
- Voltage
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
monitored_conditions:
|
||||||
- **monitored_conditions** array (*Required*): The sensors that you wish to monitor on all of your devices. Select from these options:
|
description: "The sensors that you wish to monitor on all of your devices. Select from these options:"
|
||||||
- Humidity
|
required: true
|
||||||
- Luminance
|
type: list
|
||||||
- Pressure
|
keys:
|
||||||
- Temperature
|
humidity:
|
||||||
- UVIndex
|
description: Humidity
|
||||||
- Voltage
|
luminance:
|
||||||
|
description: Luminance
|
||||||
|
pressure:
|
||||||
|
description: Pressure
|
||||||
|
temperature:
|
||||||
|
description: Temperature
|
||||||
|
uvindex:
|
||||||
|
description: UVIndex
|
||||||
|
voltage:
|
||||||
|
description: Voltage
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
More conditions are available using the [BloomSky binary sensor](/components/binary_sensor.bloomsky) component.
|
More conditions are available using the [BloomSky binary sensor](/components/binary_sensor.bloomsky) component.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user