mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update Bloomsky component configuration variable (#6850)
This commit is contained in:
parent
487c4ab95b
commit
9d25507dd6
@ -30,8 +30,14 @@ binary_sensor:
|
||||
- Rain
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **monitored_conditions** array (*Required*): The sensors that you wish to monitor on all of your devices. Select from these options:
|
||||
- Night
|
||||
- Rain
|
||||
{% configuration %}
|
||||
monitored_conditions:
|
||||
description: "The sensors that you wish to monitor on all of your devices. Select from these options:"
|
||||
required: true
|
||||
type: list
|
||||
keys:
|
||||
night:
|
||||
description: Night
|
||||
rain:
|
||||
description: Rain
|
||||
{% endconfiguration %}
|
||||
|
@ -33,15 +33,24 @@ sensor:
|
||||
- Voltage
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **monitored_conditions** array (*Required*): The sensors that you wish to monitor on all of your devices. Select from these options:
|
||||
- Humidity
|
||||
- Luminance
|
||||
- Pressure
|
||||
- Temperature
|
||||
- UVIndex
|
||||
- Voltage
|
||||
|
||||
{% configuration %}
|
||||
monitored_conditions:
|
||||
description: "The sensors that you wish to monitor on all of your devices. Select from these options:"
|
||||
required: true
|
||||
type: list
|
||||
keys:
|
||||
humidity:
|
||||
description: Humidity
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user