One of my ESPHome Plugs is not usable in Home Assistant. On the Home Assistant dashboard, the device displays “The device is disabled by Config entry.” in the “Device Info”. When trying to enable the device on HA the switch is greyed out and displaying "Enable device
The device is disabled by Config entry. Disabled devices will not be shown and entities belonging to the device will be disabled and not added to Home Assistant.". I manually added both plugs to the ESPHome dashboard via manual addition:
substitutions:
name: localbytes-plug-pm-<NAME>
friendly_name: Localbytes Plug PM <NAME>
packages:
localbytes.plug-pm: github://LocalBytes/esphome-localbytes-plug/localbytes-plug-pm.yaml@main
esphome:
name: ${name}
name_add_mac_suffix: false
friendly_name: ${friendly_name}
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
I also flashed localbytes-plug-pm-factory.yaml but that did not fix the plug either. The other plug works flawlessly, It got flashed the same way. Thank you for your time!