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

* fixing ha_category components annotation
Signed-off-by: Piotr Żuralski <piotr.zuralski@gmail.com>
* ✏️ Tweak
907 B
907 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, redirect_from
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | redirect_from | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
page | PowerView Scenes | Instructions on how to setup Hunter Douglas PowerView scenes within Home Assistant. | 2016-03-11 16:00 | true | false | true | true | 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 %}