mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 01:46:50 +00:00
Update hunterdouglas_powerview for config flow (#13195)
This commit is contained in:
parent
5e51889d04
commit
a3afc88a64
@ -2,24 +2,44 @@
|
||||
title: Hunter Douglas PowerView
|
||||
description: Instructions on how to setup Hunter Douglas PowerView scenes within Home Assistant.
|
||||
ha_category:
|
||||
- Cover
|
||||
- Scene
|
||||
- Sensor
|
||||
ha_release: 0.15
|
||||
ha_domain: hunterdouglas_powerview
|
||||
ha_iot_class: Local Polling
|
||||
ha_config_flow: true
|
||||
ha_codeowners:
|
||||
- '@bdraco'
|
||||
---
|
||||
|
||||
Implements the [Hunter Douglas PowerView](https://www.hunterdouglas.com/operating-systems/powerview-motorization/support) platform scene control. It queries the PowerView Hub and Home Assistant displays them as scenes.
|
||||
The `hunterdouglas_powerview` integration allows you to integrate your [Hunter Douglas PowerView](https://www.hunterdouglas.com/operating-systems/powerview-motorization/support) devices in Home Assistant.
|
||||
|
||||
Scenes can be activated using the service `scene.turn_on`.
|
||||
There is currently support for the following device types within Home Assistant:
|
||||
|
||||
- Cover
|
||||
- Scene
|
||||
- Sensor
|
||||
|
||||
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
|
||||
scene:
|
||||
platform: hunterdouglas_powerview
|
||||
address: IP_ADDRESS
|
||||
hunterdouglas_powerview:
|
||||
- host: IP_ADDRESS
|
||||
```
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml with multiple hubs
|
||||
hunterdouglas_powerview:
|
||||
- host: IP_ADDRESS
|
||||
- host: IP_ADDRESS_2
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
address:
|
||||
host:
|
||||
description: IP address of the PowerView Hub, e.g., 192.168.1.10.
|
||||
required: true
|
||||
type: string
|
||||
|
Loading…
x
Reference in New Issue
Block a user