home-assistant.io/source/_integrations/hunterdouglas_powerview.markdown
Franck Nijhof 533bb3866f
HTTPS-everywhere (update links in our website) (#10932)
* HTTPS-everywhere (update links in our website)

* HTTPS-everywhere (round 2)

* HTTPS-everywhere (round 3)
2019-10-21 23:11:12 +02:00

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
Scene
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 %}