Skip to content

Commit 6502c13

Browse files
committed
Merge pull request home-assistant#297 from sander76/scene_as_platform
Added scene as a platform
2 parents ae86ee1 + aa8fe61 commit 6502c13

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: page
3+
title: "Hunter Douglas Powerview Scenes"
4+
description: "Instructions how to setup Powerview scenes within Home Assistant."
5+
date: 2016-03-11 16:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: hunter-douglas-powerview.png
11+
ha_category: Organization
12+
---
13+
14+
Implements the Hunter Douglas Powerview platform scene control.
15+
It queries the Powerview Hub and HASS displays them as scenes.
16+
17+
Scenes can be activated using the service `scene.turn_on`.
18+
19+
```yaml
20+
# Example configuration.yaml entry
21+
scene:
22+
- platform: hunterdouglas_powerview
23+
address: <powerview hub ip address>

0 commit comments

Comments
 (0)