mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-23 18:46:50 +00:00

* HTTPS-everywhere (update links in our website) * HTTPS-everywhere (round 2) * HTTPS-everywhere (round 3)
754 B
754 B
title, description, logo, ha_category, ha_release
title | description | logo | ha_category | ha_release | |
---|---|---|---|---|---|
PowerView Scenes | Instructions on how to setup Hunter Douglas PowerView scenes within Home Assistant. | hunter-douglas-powerview.png |
|
0.15 |
Implements the Hunter Douglas PowerView platform scene control. It queries the PowerView Hub and Home Assistant displays them as scenes.
Scenes can be activated using the service scene.turn_on
.
# Example configuration.yaml entry
scene:
platform: hunterdouglas_powerview
address: IP_ADDRESS
{% configuration %} address: description: IP address of the PowerView Hub, e.g., 192.168.1.10. required: true type: string {% endconfiguration %}