Leviton Decora Wi-Fi integration no longer working!

No idea what happened, this was well after latest core update, and I changed nothing within the Leviton app or WiFi settings.

I can still control my lights from the app.

Can someone help me decode this log entry?

Logger: homeassistant.config
Source: config.py:1413
First occurred: 5:00:54 PM (1 occurrences)
Last logged: 5:00:54 PM

Platform error: light - cannot import name ‘DecoraWiFiSession’ from ‘decora_wifi’ (/usr/local/lib/python3.12/site-packages/decora_wifi/init.py)
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config.py”, line 1413, in _async_load_and_validate_platform_integration
platform = await p_integration.integration.async_get_platform(domain)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/loader.py”, line 1100, in async_get_platform
platforms = await self.async_get_platforms((platform_name,))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/loader.py”, line 1177, in async_get_platforms
import_future.result()
File “/usr/src/homeassistant/homeassistant/loader.py”, line 1165, in async_get_platforms
platforms.update(self._load_platforms(platform_names))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/loader.py”, line 1090, in _load_platforms
platform_name: self._load_platform(platform_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/loader.py”, line 1264, in _load_platform
cache[full_name] = self._import_platform(platform_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/loader.py”, line 1296, in _import_platform
return importlib.import_module(f"{self.pkg_path}.{platform_name}")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/util/loop.py”, line 200, in protected_loop_func
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/importlib/init.py”, line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “”, line 1387, in _gcd_import
File “”, line 1360, in _find_and_load
File “”, line 1331, in _find_and_load_unlocked
File “”, line 935, in _load_unlocked
File “”, line 995, in exec_module
File “”, line 488, in _call_with_frames_removed
File “/usr/src/homeassistant/homeassistant/components/decora_wifi/light.py”, line 8, in
from decora_wifi import DecoraWiFiSession
ImportError: cannot import name ‘DecoraWiFiSession’ from ‘decora_wifi’ (/usr/local/lib/python3.12/site-packages/decora_wifi/init.py)

I use Lutron so I don’t have any familiarity with this integration. However, it looks like Leviton has Matter capability. Have you tried using it with HA Matter Add-on?

I used the Matter Add-on for a few things I was having issues with, and it works really nicely…

1 Like

I do have some matter devices setup, I’ll try and go this route this weekend.

Thanks for the advice!

Did the HA Matter integration help? I am having a similar issue and was working on fixes.