home-assistant.io/source/_integrations/decora_wifi.markdown
Calaway d3b07441de
Fix wrong Leviton Decora model number (#37023)
I accidentally left the model number that I copied from the line above. This corrects it.
2025-01-20 20:26:08 +00:00

1.8 KiB

title description ha_category ha_iot_class ha_release ha_domain ha_platforms ha_integration_type related ha_quality_scale
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
docs title
/docs/configuration/ Configuration file
legacy

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)
  • DW15S-1BZ (Decora Smart Wi-Fi 15A Switch)
  • D215S-2RW (Decora Smart Wi-Fi 15A Switch - 2nd Gen)
  • DN15S-1BW (Decora Smart No-Neutral Switch) via MLWSB-1BW (Decora Smart Wi-Fi Bridge for No-Neutral Switch and Dimmer)
  • D2MSD-1BW (Decora Smart Motion Sensing Dimmer Switch, Wi-Fi 2nd Gen)

To enable these lights, add the following lines to your {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

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

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