mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Added "monitored_conditions" (#7494)
Added `monitored_conditions` to configure additional functionality beneath `binary_sensor` and `sensor` key within the `openuv` section of the `configuration.yaml` file. Without it, you'll end up with a "expected a dictionary for dictionary value @ data..."-error
This commit is contained in:
parent
861e1d6014
commit
e9a2e155e5
@ -98,8 +98,10 @@ To configure additional functionality, add configuration options beneath a `bina
|
||||
openuv:
|
||||
api_key: YOUR_OPENUV_API_KEY
|
||||
binary_sensors:
|
||||
monitored_conditions:
|
||||
- uv_protection_window
|
||||
sensors:
|
||||
monitored_conditions:
|
||||
- current_ozone_level
|
||||
- current_uv_index
|
||||
- current_uv_level
|
||||
|
Loading…
x
Reference in New Issue
Block a user