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:
hulkhaugen 2018-11-14 10:52:55 +01:00 committed by Fabian Affolter
parent 861e1d6014
commit e9a2e155e5

View File

@ -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