Skip to content

[Bug] 1.35 Breaks smart plugs #722

@Grogger

Description

@Grogger

Describe the bug
After installing 1.35, the wyze integration says "Failed to Setup" and none of my smart plugs are connecting.
Reverting to 1.33 works again.

This is with WyzePlug CFH on latest firmware (1.2.0.239), if that's at all relevant.

System configuration
HA Version: 2025.8.3, OS 16.1
WyzeApi Version: v0.1.35

home-assistant.log

Logger: homeassistant.config_entries
Source: config_entries.py:749
First occurred: 3:33:03 PM (1 occurrence)
Last logged: 3:33:03 PM

Error setting up entry for wyzeapi
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 749, in __async_setup_with_context
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/wyzeapi/__init__.py", line 145, in async_setup_entry
    await hass.config_entries.async_forward_entry_setups(config_entry, PLATFORMS)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2569, in async_forward_entry_setups
    await integration.async_get_platforms(platforms)
  File "/usr/src/homeassistant/homeassistant/loader.py", line 1112, in async_get_platforms
    if platform := self._get_platform_cached_or_raise(platform_name):
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/loader.py", line 1203, in _get_platform_cached_or_raise
    raise ModuleNotFoundError(
    ...<2 lines>...
    )
ModuleNotFoundError: Platform wyzeapi.sensor not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions