home-assistant.io/source/_components/light.decora_wifi.markdown
Fabian Affolter 2851b2a606
Update configuration samples (#5041)
* Update configuration samples

* Minor changes
2018-03-29 10:02:47 +02:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_iot_class, logo, ha_release
layout title description date sidebar comments sharing footer ha_category ha_iot_class logo ha_release
page Leviton Decora Wi-Fi Instructions on how to setup Leviton Decora Smart Wi-Fi switches/dimmers within Home Assistant. 2017-07-19 12:00 true false true true Light Cloud Polling leviton.png 0.51

Support for Leviton Decora Wi-Fi dimmers/switches via the MyLeviton API.

Supported devices (tested):

To enable these lights, add the following lines to your configuration.yaml file:

# Example configuration.yaml entry
light:
  - platform: decora_wifi
    username: YOUR_USERNAME
    password: YOUR_PASSWORD

{% configuration %} username: description: Your "My Leviton" app email address/user name. required: true type: string password: description: Your "My Leviton" app password. required: true type: string {% endconfiguration %}