Remove YAML configuration for OpenUV (#13591)

This commit is contained in:
Aaron Bach 2020-05-27 16:55:42 -06:00 committed by GitHub
parent d6f75db6f6
commit 1ae280160d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,32 +36,8 @@ the `update_protection_data` services).
## Configuration
To retrieve data from OpenUV, add the following to your `configuration.yaml`
file:
```yaml
openuv:
api_key: YOUR_OPENUV_API_KEY
```
{% configuration %}
api_key:
description: The OpenUV API key.
required: true
type: string
elevation:
description: The elevation of the monitored location; if omitted, the value specified in `configuration.yaml` will be used.
required: false
type: float
latitude:
description: The latitude of the monitored location; if omitted, the value specified in `configuration.yaml` will be used.
required: false
type: float
longitude:
description: The longitude of the monitored location; if omitted, the value specified in `configuration.yaml` will be used.
required: false
type: float
{% endconfiguration %}
To configure the `openuv` integration, navigate to **Configuration** -> **Integrations**
in the Home Assistant UI.
## The Fitzpatrick Scale