home-assistant.io/source/_integrations/decora_wifi.markdown
2023-11-29 21:28:44 +01:00

1.4 KiB

title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_platforms, ha_integration_type
title description ha_category ha_iot_class ha_release ha_domain ha_platforms ha_integration_type
Leviton Decora Wi-Fi Instructions on how to setup Leviton Decora Smart Wi-Fi switches/dimmers within Home Assistant.
Light
Cloud Polling 0.51 decora_wifi
light
integration

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

Supported devices (tested):

  • DW6HD1-BZ (Decora Smart Wi-Fi 600W Dimmer)
  • DW15P-1BW (Decora Smart Wi-Fi Plug-in Outlet)
  • D215S-2RW (Decora Smart Wi-Fi 15A Switch - 2nd Gen)

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 %}