Skip to content

Commit 5eec955

Browse files
tlyakhovLandrash
authored andcommitted
Added Leviton Decora Smart Wi-Fi component documentation (home-assistant#3021)
* Added Leviton Decora Smart Wi-Fi component documentation * Update version
1 parent 6ccf851 commit 5eec955

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: page
3+
title: "Decora Wi-Fi"
4+
description: "Instructions on how to setup Leviton Decora Smart Wi-Fi switches/dimmers within Home Assistant."
5+
date: 2017-07-19 12:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
ha_category: Light
11+
ha_iot_class: "Local Polling"
12+
logo: leviton.png
13+
ha_release: 0.51
14+
---
15+
16+
Support for [Leviton Decora Wi-Fi](http://www.leviton.com/en/products/lighting-controls/decora-smart-with-wifi) dimmers/switches.
17+
18+
Supported devices (tested):
19+
20+
- [DW6HD1-BZ](https://www.leviton.com/en/products/dw6hd) (Decora Smart Wi-Fi 600W Dimmer)
21+
22+
To enable these lights, add the following lines to your `configuration.yaml` file:
23+
24+
```yaml
25+
# Example configuration.yaml entry
26+
light:
27+
- platform: decora_wifi
28+
username: my_leviton_user_email@email.com
29+
password: my_leviton_password
30+
```
31+
32+
Configuration variables:
33+
34+
- **username** (*Required*): Your "My Leviton" app email address/user name.
35+
- **password** (*Required*): Your "My Leviton" app password.
36+
37+

0 commit comments

Comments
 (0)