mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-29 14:26:50 +00:00

* 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
1.1 KiB
1.1 KiB
title, description, ha_category, ha_iot_class, logo, ha_release, redirect_from
title | description | ha_category | ha_iot_class | logo | ha_release | redirect_from | ||
---|---|---|---|---|---|---|---|---|
Leviton Decora Wi-Fi | Instructions on how to setup Leviton Decora Smart Wi-Fi switches/dimmers within Home Assistant. |
|
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 %}