Remove YAML support from hunterdouglas_powerview (#16248)

This commit is contained in:
J. Nick Koston 2021-01-21 12:51:11 -06:00 committed by GitHub
parent 12f78b5369
commit 5cc42894f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,28 +23,6 @@ There is currently support for the following device types within Home Assistant:
To add `Hunter Douglas PowerView` to your installation, go to **Configuration** >> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **Hunter Douglas PowerView**.
Alternatively, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
hunterdouglas_powerview:
- host: IP_ADDRESS
```
```yaml
# Example configuration.yaml with multiple hubs
hunterdouglas_powerview:
- host: IP_ADDRESS
- host: IP_ADDRESS_2
```
{% configuration %}
host:
description: IP address of the PowerView Hub, e.g., 192.168.1.10.
required: true
type: string
{% endconfiguration %}
## Example Automations
``` yaml