home-assistant.io/source/_components/hunterdouglas_powerview.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

814 B

title, description, logo, ha_category, ha_release, redirect_from
title description logo ha_category ha_release redirect_from
PowerView Scenes Instructions on how to setup Hunter Douglas PowerView scenes within Home Assistant. hunter-douglas-powerview.png
Scene
0.15
/components/scene.hunterdouglas_powerview/

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