I have 4 Leviton D26HD Dimmers installed in my home. All work locally as well as from the My Leviton app. However, only 1 of the 4 dimmers appears in Home Assistant, it as expected.
To troubleshoot, I have confirmed that all dimmers are on the same WLAN as my HA server. I have also tried deleting the HomeKit integration; the same dimmer is auto-discovered each time.
This is the relevant section of configuration.yaml
:
light:
- platform: decora_wifi
username: !secret my_leviton_uid
password: !secret my_leviton_password
I am running HA 2022.4.6.
Am I doing something wrong? Is this a defect? Is there a way I can add the other dimmers manually?
Any help would be appreciated.
Thanks in advance.