Can't login with my credentials, I even created a new carrier user and i keep getting the same error message
I can perfectly login with the app every single time.
...
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started
2026-06-02 14:31:31.603 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration ha_carrier which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-06-02 14:31:31.603 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration xiaomi_home which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-06-02 14:31:31.604 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration wyzeapi which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-06-02 14:31:31.604 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration govee which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-06-02 14:31:31.604 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration dyson_local which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-06-02 14:31:31.605 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration oasis_mini which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-06-02 14:31:31.605 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-06-02 14:31:35.320 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_verify_locations with args (<ssl.SSLContext object at 0x7f2daa98cf50>, '/usr/local/lib/python3.14/site-packages/certifi/cacert.pem', None, None) inside the event loop by custom integration 'govee' at custom_components/govee/__init__.py, line 53: hub = await Govee.create( (offender: /usr/local/lib/python3.14/ssl.py, line 717: context.load_verify_locations(cafile, capath, cadata)), please create a bug report at https://github.com/LaggAt/hacs-govee/issues
For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#load_verify_locations
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/__main__.py", line 229, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 215, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 289, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.14/asyncio/base_events.py", line 706, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.14/asyncio/base_events.py", line 677, in run_forever
self._run_once()
File "/usr/local/lib/python3.14/asyncio/base_events.py", line 2046, in _run_once
handle._run()
File "/usr/local/lib/python3.14/asyncio/events.py", line 94, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/setup.py", line 170, in async_setup_component
result = await _async_setup_component(hass, domain, config)
File "/usr/src/homeassistant/homeassistant/setup.py", line 470, in _async_setup_component
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/setup.py", line 472, in <genexpr>
create_eager_task(
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 44, in create_eager_task
return Task(coro, loop=loop, name=name, eager_start=True)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 955, in async_setup_locked
await self.async_setup(hass, integration=integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 694, in async_setup
await self.__async_setup_with_context(hass, integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 787, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/govee/__init__.py", line 53, in async_setup_entry
hub = await Govee.create(
2026-06-02 14:31:35.948 WARNING (MainThread) [custom_components.govee] API is back online.
2026-06-02 14:31:35.961 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open with args ('/config/govee_learning.yaml',) inside the event loop by custom integration 'govee' at custom_components/govee/learning_storage.py, line 28: learned_dict = load_yaml(self._config_dir + LEARNING_STORAGE_YAML) (offender: /usr/local/lib/python3.14/site-packages/annotatedyaml/loader.py, line 166: with open(fname, encoding="utf-8") as conf_file:), please create a bug report at https://github.com/LaggAt/hacs-govee/issues
For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#open
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/__main__.py", line 229, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 215, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 289, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.14/asyncio/base_events.py", line 706, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.14/asyncio/base_events.py", line 677, in run_forever
self._run_once()
File "/usr/local/lib/python3.14/asyncio/base_events.py", line 2046, in _run_once
handle._run()
File "/usr/local/lib/python3.14/asyncio/events.py", line 94, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 955, in async_setup_locked
await self.async_setup(hass, integration=integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 694, in async_setup
await self.__async_setup_with_context(hass, integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 787, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/govee/__init__.py", line 64, in async_setup_entry
_, err = await hub.get_devices()
File "/usr/local/lib/python3.14/site-packages/govee_api_laggat/govee_api_laggat.py", line 312, in get_devices
_, err_api = await self._api.get_devices()
File "/usr/local/lib/python3.14/site-packages/govee_api_laggat/api.py", line 244, in get_devices
learning_infos = await self._govee._learning_storage._read_cached()
File "/usr/local/lib/python3.14/site-packages/govee_api_laggat/learning_storage.py", line 30, in _read_cached
self._learned_info = await self.read()
File "/config/custom_components/govee/learning_storage.py", line 28, in read
learned_dict = load_yaml(self._config_dir + LEARNING_STORAGE_YAML)
2026-06-02 14:31:36.627 ERROR (MainThread) [homeassistant.components.binary_sensor] rpi_power: Error on device update!
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 811, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1369, in async_device_update
await hass.async_add_executor_job(self.update)
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 86, in run
result = ctx.run(self.task)
File "/usr/local/lib/python3.14/concurrent/futures/thread.py", line 73, in run
return fn(*args, **kwargs)
File "/usr/src/homeassistant/homeassistant/components/rpi_power/binary_sensor.py", line 53, in update
value = self._under_voltage.get()
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
2026-06-02 14:31:36.980 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2026-06-02 14:31:37.007 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2026-06-02 14:31:37.202 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_reset_brush_life_a_26_1'. Expected domain is 'button'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.202 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_reset_filter_life_a_27_1'. Expected domain is 'button'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.202 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_reset_brush_life_a_28_1'. Expected domain is 'button'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.203 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_start_clean_a_18_1'. Expected domain is 'button'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.203 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_stop_clean_a_18_2'. Expected domain is 'button'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.203 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_stop_remote_a_21_2'. Expected domain is 'button'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.203 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_exit_remote_a_21_3'. Expected domain is 'button'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.203 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_position_a_24_1'. Expected domain is 'button'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.203 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_set_voice_a_24_2'. Expected domain is 'button'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.204 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_play_sound_a_24_3'. Expected domain is 'button'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.550 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_low_battery_e_2_1'. Expected domain is 'event'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.550 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_finish_clean_e_18_1'. Expected domain is 'event'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.551 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_finish_with_waterbox_e_18_2'. Expected domain is 'event'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.551 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_clean_without_box_e_18_3'. Expected domain is 'event'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.551 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_warn_sieve_e_19_1'. Expected domain is 'event'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.551 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_warn_brush_side_e_19_2'. Expected domain is 'event'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.551 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_warn_brush_main_e_19_3'. Expected domain is 'event'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.552 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_warn_sensor_e_19_4'. Expected domain is 'event'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.552 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_warn_duster_e_19_5'. Expected domain is 'event'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.552 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_sieve_will_invalid_e_19_6'. Expected domain is 'event'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.552 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_side_br_will_invalid_e_19_7'. Expected domain is 'event'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.552 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_main_br_will_invalid_e_19_8'. Expected domain is 'event'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.553 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_device_event_e_22_1'. Expected domain is 'event'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.553 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_voice_status_e_24_1'. Expected domain is 'event'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.762 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_start_remote_a_21_1'. Expected domain is 'notify'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.762 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_map_req_a_23_1'. Expected domain is 'notify'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.763 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_update_map_a_23_2'. Expected domain is 'notify'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.779 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_delete_timer_p_18_8'. Expected domain is 'number'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.779 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_volume_p_24_1'. Expected domain is 'number'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.783 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_mode_p_18_6'. Expected domain is 'select'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.783 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_save_map_status_p_18_23'. Expected domain is 'select'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.787 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_battery_level_p_2_1'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.788 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_charging_state_p_2_2'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.788 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_fault_p_3_1'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.788 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_brush_left_time_p_26_1'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.789 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_brush_life_level_p_26_2'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.789 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_filter_life_level_p_27_1'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.789 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_filter_left_time_p_27_2'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.789 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_brush_left_time_p_28_1'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.790 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_brush_life_level_p_28_2'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.790 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_work_mode_p_18_1'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.790 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_time_duration_p_18_2'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.790 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_size_p_18_3'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.790 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_water_box_p_18_9'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.791 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_object_name_p_18_11'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.791 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_start_time_p_18_12'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.791 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_total_clean_time_p_18_13'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.791 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_total_clean_times_p_18_14'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.792 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_total_clean_area_p_18_15'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.792 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_clean_log_start_time_p_18_16'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.792 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_button_led_p_18_17'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.792 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_task_done_p_18_18'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.793 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_mopmode_p_18_20'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.793 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_clean_status_p_18_22'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.793 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_warn_code_p_22_1'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.793 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_map_view_p_23_1'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.794 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_object_name_p_23_3'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.794 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_time_zone_p_25_1'. Expected domain is 'sensor'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.804 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_enable_p_20_1'. Expected domain is 'switch'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.813 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_area_p_18_4'. Expected domain is 'text'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.813 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_timer_p_18_5'. Expected domain is 'text'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.814 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_clean_info_p_18_21'. Expected domain is 'text'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.814 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_life_sieve_p_19_1'. Expected domain is 'text'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.814 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_life_brush_side_p_19_2'. Expected domain is 'text'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.814 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_life_brush_main_p_19_3'. Expected domain is 'text'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.815 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_start_time_p_20_2'. Expected domain is 'text'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.815 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_stop_time_p_20_3'. Expected domain is 'text'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.815 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_deg_p_21_1'. Expected domain is 'text'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.815 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_speed_p_21_2'. Expected domain is 'text'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.816 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_frame_info_p_23_2'. Expected domain is 'text'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.816 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808_voice_packets_p_24_3'. Expected domain is 'text'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:37.824 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'xiaomi_home' sets an entity ID with wrong domain: 'xiaomi_home.dreame_us_415431617_mb1808'. Expected domain is 'vacuum'. This will stop working in Home Assistant 2027.5.0, please create a bug report at https://github.com/XiaoMi/ha_xiaomi_home/issues
2026-06-02 14:31:38.117 ERROR (MainThread) [homeassistant.config_entries] Error migrating entry Home Assistant Cloud for xbox
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/xbox/api.py", line 36, in refresh_tokens
await self._oauth_session.async_ensure_token_valid()
File "/usr/src/homeassistant/homeassistant/helpers/config_entry_oauth2_flow.py", line 753, in async_ensure_token_valid
new_token = await self.implementation.async_refresh_token(self.token)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/config_entry_oauth2_flow.py", line 135, in async_refresh_token
new_token = await self._async_refresh_token(token)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/cloud/account_link.py", line 149, in _async_refresh_token
new_token = await account_link.async_fetch_access_token(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.hass.data[DATA_CLOUD], self.service, token["refresh_token"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/hass_nabucasa/account_link.py", line 122, in async_fetch_access_token
resp.raise_for_status()
~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/aiohttp/client_reqrep.py", line 636, in raise_for_status
raise ClientResponseError(
...<5 lines>...
)
aiohttp.client_exceptions.ClientResponseError: 400, message='Bad Request', url='https://account-link.nabucasa.com/refresh_token/xbox'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1159, in async_migrate
result = await component.async_migrate_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/xbox/__init__.py", line 107, in async_migrate_entry
await auth.refresh_tokens()
File "/usr/src/homeassistant/homeassistant/components/xbox/api.py", line 43, in refresh_tokens
raise ConfigEntryNotReady(
...<2 lines>...
) from e
homeassistant.exceptions.ConfigEntryNotReady: Failed to connect to Xbox Network
2026-06-02 14:31:47.915 WARNING (MainThread) [homeassistant.components.camera] Setup of camera platform wyzeapi is taking over 10 seconds.
2026-06-02 14:31:59.058 WARNING (MainThread) [custom_components.wyzeapi.camera] Error fetching WebRTC session configuration for camera CMQ 1: Camera is offline according to get_stream_info response: {'property': {'iot-device::keep-alive-state': 0, 'iot-device::iot-state': 0, 'iot-device::iot-power': 1}, 'device_id': 'D03F27DAB301', 'provider': 'webrtc', 'params': {'signaling_url': 'wss://v-50e9eb79.kinesisvideo.us-west-2.amazonaws.com/?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-ChannelARN=arn%253Aaws%253Akinesisvideo%253Aus-west-2%253A066587586721%253Achannel%252Fd03f27dab301%252F1743730585284&X-Amz-ClientId=83248290-c8cb-4043-9327-cda854eb90fa_userid_4ef77f556496b101e032e533897f5bd8&X-Amz-Credential=ASIAQ7AHN6CQ6CCAQLDM%252F20260602%252Fus-west-2%252Fkinesisvideo%252Faws4_request&X-Amz-Date=20260602T203158Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEGUaCXVzLXdlc3QtMiJHMEUCIB4wobHkHkrnFk7PdFhgIiC5yxFt1c6rT6YeBSkvDcadAiEA4oceWkpoOVcwhBJdtLeAmB7ern%252B7MylzqQ%252FuVKNompcqjAMILhAEGgwwNjY1ODc1ODY3MjEiDPWNVIQbh3WLAsYDeyrpAphcNiz8qb3OJZxDXb%252FSlMV2STBaRKgsSHoz0AyeWw5whj8qziL%252BkFf2kRC4mGk97l1a%252FrYWilPRnHuF65%252FHVGvC6AYpBtc9DO6UtI9FmcmlomuzUe1tFMZcFDNMX%252F3AQASyY1ajh%252BLW396KCRsoxsCHLaHmwvAX2l4Rl2JrAOUyuSNIth%252B6Ddc1rG7hnDVDS7TH%252Fl2dH77L7uM9YJ2AYm3sLjgLAhSsJo1xQJ6NlQ9zw7iCjzGwaza6blcHwzAY7UIiCnsY9foawwctUbFI%252FgE7oK1V7c3UKFDw7DGRJ6ZfemCVjLGJaFfztvaFVb4WY%252Fah3pc%252FA4aIDvgYe8UwId3q8paAPtwt4ln2zQ7ssmB5sudGGQ07XS3dMN4Qsljep%252F1U6Vn1A8lsMB5L3hnubNTdVrPQa7P7MxaaM1UZqOGJXOYVZIzpsX%252BQB5n6p7znGr7objpXWlZR9pTJVmWjVu75OMm2lIJZzWUwvvv80AY6nQFTFN0v3JH3lR%252Fc40D%252FYq0eFudHXgucrVLT%252F%252BaBMf7l1Kc8H049E8C1aG2mj2rYVOBJylhKyP1AJa5CVQhSvb%252FXWrCa9KASUPA2W%252FrEAu3Mkg07VUZKD%252BtY3R7bs3Hw4UEPr%252BJGmILsg%252BAdXvjNTFVs1NFGQTGFixGkS5S7T%252BUG1jT6bNw3%252Fh9ERVNp0Q2CmUpuD%252BRB5J2HkiEZmQYo&X-Amz-SignedHeaders=host&X-Amz-Signature=e56f2eae2070e9d26f40e5f13ae27d15766b996cc70e2a0a886e191f213b7276', 'auth_token': 'eyJhbGciOiJIUzUxMiJ9.eyJkZXZpY2UiOiJEMDNGMjdEQUIzMDEiLCJzZXNzaW9uX2lkIjoiNzAzMTVkNmQxMjZkNDhiMjg2ODQxZjlkOGM0ZDExZmMiLCJzdWIiOiJXZWJSVEMiLCJpYXQiOjE3ODA0MzIzMTgsImV4cCI6MTc4MDQzNDExOH0.HknhhftpBAOugLF0k-OWD_4pQxL4M4E7GRjJ6A8FSac0yBLouBs63uBawFRJM7qfm2P_vf9ATJEj0Ys30SjKPg', 'ice_servers': [{'url': 'turn:44-251-5-243.t-853e5b95.kinesisvideo.us-west-2.amazonaws.com:443?transport=udp', 'username': '1780432618:djE6YXJuOmF3czpraW5lc2lzdmlkZW86dXMtd2VzdC0yOjA2NjU4NzU4NjcyMTpjaGFubmVsL2QwM2YyN2RhYjMwMS8xNzQzNzMwNTg1Mjg0', 'credential': 'bZcQH4nV3pjC/XJnQsY4HIJOaiyyB82fZCg/JGbdNXY='}, {'url': 'turn:52-88-26-22.t-853e5b95.kinesisvideo.us-west-2.amazonaws.com:443?transport=udp', 'username': '1780432618:djE6YXJuOmF3czpraW5lc2lzdmlkZW86dXMtd2VzdC0yOjA2NjU4NzU4NjcyMTpjaGFubmVsL2QwM2YyN2RhYjMwMS8xNzQzNzMwNTg1Mjg0', 'credential': 'dO1DAgk69KZuf8LXl0veNI6/jIoRubCrwZnoSdIIyO0='}, {'url': 'stun:stun.kinesisvideo.us-west-2.amazonaws.com:443', 'username': '', 'credential': ''}, {'url': 'stun:stun.l.google.com:19302', 'username': '', 'credential': ''}, {'url': 'stun:stun1.l.google.com:19302', 'username': '', 'credential': ''}]}}
2026-06-02 14:31:59.801 WARNING (MainThread) [custom_components.wyzeapi.camera] Error fetching WebRTC session configuration for camera Lámpara Calle: Camera is offline according to get_stream_info response: {'property': {'iot-device::keep-alive-state': 0, 'iot-device::iot-state': 0, 'iot-device::iot-power': 1}, 'device_id': 'D03F27D681EA', 'provider': 'webrtc', 'params': {'signaling_url': 'wss://v-50e9eb79.kinesisvideo.us-west-2.amazonaws.com/?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-ChannelARN=arn%253Aaws%253Akinesisvideo%253Aus-west-2%253A066587586721%253Achannel%252Fd03f27d681ea%252F1727906890241&X-Amz-ClientId=af626f9f-648f-452f-96ef-81828fcaed00_userid_4ef77f556496b101e032e533897f5bd8&X-Amz-Credential=ASIAQ7AHN6CQZLQQMPTX%252F20260602%252Fus-west-2%252Fkinesisvideo%252Faws4_request&X-Amz-Date=20260602T203159Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEGUaCXVzLXdlc3QtMiJHMEUCIEkWbQJ6QYza7lJWCcCJmehjV7I2YxO7wVMNUnVC99QkAiEA8qLHKuC%252FpbW8fFow4KDWbrSnbm3UJ8SAN9jJAblIwAYqjAMILhAEGgwwNjY1ODc1ODY3MjEiDOoUdad3Bo0LSBqkUSrpAgEygst3IInQnjzCAJ6KdWsZFRE5VjaFXiQw%252FLtmsXgkKUaAVEiFgJURMo0xTjzZjHOGuyfOJ7OHmSjvDJDzhFMVK%252F1E8i0QBT%252Fsh21JYjpf3nj%252Fan8uDpy%252BEDLe5meuEk6SAe2MFGkJH77zQC%252F6WjKZcIlXXf9wmOXOveCTyEMoE3vlGvwOWAwrBFzKNFgeLe79NSPuPVOTatVusJ13gDWThlsPamhMFIn5FftBiFtytxSjFiyb%252FDFRwbmOBn73sFS83UI7dMAN2rF5eRSrgfYUla1Pl9JwxA8subrKzaIQKtJ%252BTfstGefswSjss4HcRH%252B5JMQtWzJ%252FHc6hLsCLIsus9Jb5lVBGGfVTQSeNCsuVAc06FwIn2%252FSLPnX6rKIMaT1%252FbcRqEx1xRQBM1iW9yDk4jwT8rYqpZ%252F0mnsuKpHMVHHKANOju1tm05JOHoStBBufJWqKrZnhJeWBZuV%252Bf%252BddtdQ0jevmMfZwwv%252Fv80AY6nQFiT5sp%252Brb%252FCNNFYvQYQTt50q0BcY%252B%252FJY9Mh3AsdUlSwgM13AWN3YEZ8AGMfdE0LcE05PaxqUnRC8UuSDfPiBebkMXYaQf6LouqNFcy3Gd1pa2Xkvchnscw%252BIY%252FlQJY%252F9rY4hy6EEK32tYwxPWbWkcBGZayn3d5NP9Ek3IJLiYN3FvOfvKePz9NEA5TZBXVJD9rj97NnHHbhoDNNrFN&X-Amz-SignedHeaders=host&X-Amz-Signature=8aa184b4ef21017c1b5b2507c069bb3b1c065c9eb4d7a15963c9810cc7bd8181', 'auth_token': 'eyJhbGciOiJIUzUxMiJ9.eyJkZXZpY2UiOiJEMDNGMjdENjgxRUEiLCJzZXNzaW9uX2lkIjoiYzJkYTdkMWE3NDJiNDI4N2E2YTBhMGUwZGM2MTQ4ZjQiLCJzdWIiOiJXZWJSVEMiLCJpYXQiOjE3ODA0MzIzMTksImV4cCI6MTc4MDQzNDExOX0.8ZBwBzYLQYyRn4gHuzk56WbMxpBxyKrKj27eq6aKlqlsblAcEXV7UsF0Ky5gjLvB4UkAS6MipdXazBK1EYol6g', 'ice_servers': [{'url': 'turn:54-184-182-77.t-853e5b95.kinesisvideo.us-west-2.amazonaws.com:443?transport=udp', 'username': '1780432619:djE6YXJuOmF3czpraW5lc2lzdmlkZW86dXMtd2VzdC0yOjA2NjU4NzU4NjcyMTpjaGFubmVsL2QwM2YyN2Q2ODFlYS8xNzI3OTA2ODkwMjQx', 'credential': 'yAAlGYM0metLyPVOnHjZ1mZFtyYmOQGsUEZwkBOI6/A='}, {'url': 'turn:44-246-206-168.t-853e5b95.kinesisvideo.us-west-2.amazonaws.com:443?transport=udp', 'username': '1780432619:djE6YXJuOmF3czpraW5lc2lzdmlkZW86dXMtd2VzdC0yOjA2NjU4NzU4NjcyMTpjaGFubmVsL2QwM2YyN2Q2ODFlYS8xNzI3OTA2ODkwMjQx', 'credential': '5ZFAupeiHh7j9TIL/flNfmgwnfneGzn9yNdtKdqp1Qg='}, {'url': 'stun:stun.kinesisvideo.us-west-2.amazonaws.com:443', 'username': '', 'credential': ''}, {'url': 'stun:stun.l.google.com:19302', 'username': '', 'credential': ''}, {'url': 'stun:stun1.l.google.com:19302', 'username': '', 'credential': ''}]}}
2026-06-02 14:32:02.718 WARNING (MainThread) [custom_components.wyzeapi.camera] Error fetching WebRTC session configuration for camera Telephoto: Camera is offline according to get_stream_info response: {'property': {'iot-device::iot-state': 0, 'iot-device::iot-power': 1}, 'device_id': 'GW_GC2_D03F2778154A', 'provider': 'webrtc', 'params': {'signaling_url': 'wss://wyze-mars-webcsrv.wyzecam.com?token=N6Ci76P6UWPgUkKl6Uka7KXCMXAVs9PaiUlNZOjo9xmTL3hf30cxrlFy1BDHSFUl2wkWiX%2FPoUFC004juCKRLEitSknoeYjSpvoNm0AZdEI1F4Q6lV8Q%2BUkBmEJ%2FyL%2FR&thirdUserId=4ef77f556496b101e032e533897f5bd8', 'auth_token': '', 'ice_servers': [{'url': 'turn:52.15.102.201:3478?transport=udp', 'username': '1780432622:turn@iotvideo', 'credential': '5ACuH9kxFjXbVIMItrWcScfW+Y8='}, {'url': 'stun:52.15.102.201:3478', 'username': '', 'credential': ''}, {'url': 'turn:100.51.77.26:3478?transport=udp', 'username': '1780432622:turn@iotvideo', 'credential': '5ACuH9kxFjXbVIMItrWcScfW+Y8='}]}}
2026-06-02 14:32:04.325 WARNING (MainThread) [custom_components.wyzeapi.camera] Error fetching WebRTC session configuration for camera Cochera E: Camera is offline according to get_stream_info response: {'property': {'iot-device::keep-alive-state': 0, 'iot-device::iot-state': 0, 'iot-device::iot-power': 1}, 'device_id': '7C78B222DB19', 'provider': 'webrtc', 'params': {'signaling_url': 'wss://v-5dc527eb.kinesisvideo.us-west-2.amazonaws.com/?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-ChannelARN=arn%253Aaws%253Akinesisvideo%253Aus-west-2%253A066587586721%253Achannel%252F7c78b222db19%252F1661560839257&X-Amz-ClientId=f5f51fa6-c2ce-41d4-bad5-81104bf7876d_userid_4ef77f556496b101e032e533897f5bd8&X-Amz-Credential=ASIAQ7AHN6CQVONAOIT2%252F20260602%252Fus-west-2%252Fkinesisvideo%252Faws4_request&X-Amz-Date=20260602T203204Z&X-Amz-Expires=1800&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEGUaCXVzLXdlc3QtMiJIMEYCIQDHBRrod8Rzx52KwP27TvAtaP3urqmbUBJ6y9usZr14jAIhAIp2UBtNFoOgUjVzFKjyVUAPocD6gfoRie6J9%252FfJDiFmKowDCC4QBBoMMDY2NTg3NTg2NzIxIgw8y34rj59kzkoPtD4q6QJkMCaGt3m5bsIPpkZYgABoyUF%252BZxlhNq5ZiUOto%252F%252FzuMNRdeWAG0b4GhynQIyHovxCt5njgtBRV2%252FyUBmbOp%252FSwZ6V5xP%252Bd0Y0zzXGRf72Go6vO%252BFBjZh86WyKsYAqDUNr8Zp9xTbuTF%252FJ5HKgverGChusE%252BPSYjKZj6U7eFmXpoWE0nYO8y7s0ZUsCRKTMNCfL2Ta%252B%252Bt2A4pZ6uMk9%252Bnda%252BrjYaECYk4d2ao8D7JDpFgSIPjy0Q097xYNpf76D87I7JWKt0j2fIjmW3RuNHbj%252BIIBGxG3QJ%252BHaef%252BfwXuHSFXMz8g%252Bj4xQJELVTouw%252BQPWw5zP4Dq%252BCX66fH4c72%252FwiBJtjh1wgNtMVII7HPTBC%252FJ6tz%252B2lHqdarujadADGYBdP7XaoCw2V0JQBUb8pAcf2ai2YGwxGuHlXjE%252FUlHUmTZDgrD5w3%252FRYKdWmQU%252BkAaxKXkGVzpAivDo2adn9jLJVoYtUO5b%252B1gMMT7%252FNAGOpwBxCT2gXHhzRSB7PM9HqKPIc7SCFjE7STH9D%252FQADthS4guGDOs8y4GUyBfeOQxVkzngUX%252F3UvwjwARpBcYWYgAvu%252BXt9LPPG8Haw49CTnN9FKDxb%252FCNDBToeMtFX0c9Rp1ZSwIJ%252F%252FcTICsxq2Z3Du25oR2UdShoruOA%252BXIVoCwfsSElcp%252Fe0wLAD4Hirr%252FhQ4BPZpc1j7y5aupH697&X-Amz-SignedHeaders=host&X-Amz-Signature=e6503039c7d7beb60283f330c6cd595002016d7c59289fb99dfc576bded98aa4', 'auth_token': 'eyJhbGciOiJIUzUxMiJ9.eyJkZXZpY2UiOiI3Qzc4QjIyMkRCMTkiLCJzZXNzaW9uX2lkIjoiODJkNjJkOWYyNzJlNDUwNDgyMDM2N2M2ODdhNjExY2QiLCJzdWIiOiJXZWJSVEMiLCJpYXQiOjE3ODA0MzIzMjQsImV4cCI6MTc4MDQzNDEyNH0.UlQ7Fv7vh3QFixM6mM6tRcjfI7Q7lWQX454IbgN8FlVDSDlwwWgzIPFIcjDGBzDAKpKOi9Y6VsIhg7L6t5U9oA', 'ice_servers': [{'url': 'turn:34-215-214-18.t-67e8ec01.kinesisvideo.us-west-2.amazonaws.com:443?transport=udp', 'username': '1780432624:djE6YXJuOmF3czpraW5lc2lzdmlkZW86dXMtd2VzdC0yOjA2NjU4NzU4NjcyMTpjaGFubmVsLzdjNzhiMjIyZGIxOS8xNjYxNTYwODM5MjU3', 'credential': 'CCWgJg8i8WMRBlZLcG6std3NJct4DcuGtCh0Fb9Rrgw='}, {'url': 'turn:44-252-10-31.t-67e8ec01.kinesisvideo.us-west-2.amazonaws.com:443?transport=udp', 'username': '1780432624:djE6YXJuOmF3czpraW5lc2lzdmlkZW86dXMtd2VzdC0yOjA2NjU4NzU4NjcyMTpjaGFubmVsLzdjNzhiMjIyZGIxOS8xNjYxNTYwODM5MjU3', 'credential': 'k7+vEVUetA4v7T00fDD/dZlliStS3gxXQ341kG2MWME='}, {'url': 'stun:stun.kinesisvideo.us-west-2.amazonaws.com:443', 'username': '', 'credential': ''}, {'url': 'stun:stun.l.google.com:19302', 'username': '', 'credential': ''}, {'url': 'stun:stun1.l.google.com:19302', 'username': '', 'credential': ''}]}}
I cant run diagnostics since the integration cannot be configured.
System Health details
System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Network Configuration
Recorder
Checklist
Describe the issue
Can't login with my credentials, I even created a new carrier user and i keep getting the same error message
I can perfectly login with the app every single time.
Reproduction steps
...
Debug logs
Diagnostics dump
I cant run diagnostics since the integration cannot be configured.