Hello! My Wyze API integration no longer works on HA.
The issue began about a month ago, when HA was hosted on a MacMini VM. Now it’s on a HomeAssistant Green. When my backup was on HA Green, I had connection to my Wyze lights. At some point during my HA software updates, I lost access to Wyze again.
This is the error message I received:
Logger: homeassistant.helpers.frame
Source: helpers/frame.py:151
First occurred: 3:54:33 PM (14 occurrences)
Last logged: 3:54:44 PM
Detected code that calls async_forward_entry_setup for integration, wyzeapi with title: and entry_id: b0f4e744b2c6f7eff372188a2285da88, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead. Please report this issue.
Detected code that calls async_forward_entry_setup for integration wyzeapi with title: and entry_id: b0f4e744b2c6f7eff372188a2285da88, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.
What I’ve tried:
- disabling my VPN
- refreshing the Wyze API key and using the new key ID and API key
- creating a new Wyze account, creating a new API key, and using the new details on HA
- fully rebooting HA and trying again
- changing the IPV4 DNS server to 8.8.8.8 and leaving the gateway address on 192.168.0.1
Has anyone else experienced this problem before or something similar?