mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Minor changes
This commit is contained in:
parent
6502c130dd
commit
5d6a2491e0
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Hunter Douglas Powerview Scenes"
|
title: "PowerView Scenes"
|
||||||
description: "Instructions how to setup Powerview scenes within Home Assistant."
|
description: "Instructions how to setup Hunter Douglas PowerView scenes within Home Assistant."
|
||||||
date: 2016-03-11 16:00
|
date: 2016-03-11 16:00
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
@ -11,13 +11,17 @@ logo: hunter-douglas-powerview.png
|
|||||||
ha_category: Organization
|
ha_category: Organization
|
||||||
---
|
---
|
||||||
|
|
||||||
Implements the Hunter Douglas Powerview platform scene control.
|
Implements the [Hunter Douglas PowerView](http://www.hunterdouglas.com/operating-systems/powerview-motorization/support) platform scene control. It queries the PowerView Hub and Home Assistant displays them as scenes.
|
||||||
It queries the Powerview Hub and HASS displays them as scenes.
|
|
||||||
|
|
||||||
Scenes can be activated using the service `scene.turn_on`.
|
Scenes can be activated using the service `scene.turn_on`.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
scene:
|
scene:
|
||||||
- platform: hunterdouglas_powerview
|
platform: hunterdouglas_powerview
|
||||||
address: <powerview hub ip address>
|
address: IP_ADDRESS
|
||||||
|
```
|
||||||
|
|
||||||
|
Configuration variables:
|
||||||
|
|
||||||
|
- **address** (*Required*): IP address of the PowerView Hub, eg. http://192.168.1.10.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user