You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detected that custom integration 'localtuya' accesses hass.helpers.service, which should be updated to import functions used from service directly at custom_components/localtuya/init.py, line 165: hass.helpers.service.async_register_admin_service(. This will stop working in Home Assistant 2025.5, please create a bug report at https://github.com/rospogrigio/localtuya/issues
Detected that custom integration 'deltadore_tydom' sets option flow config_entry explicitly, which is deprecated at custom_components/deltadore_tydom/config_flow.py, line 603: self.config_entry = config_entry. This will stop working in Home Assistant 2025.12, please create a bug report at https://github.com/CyrilP/hass-deltadore-tydom-component/issues
Reproduction steps
...
Debug logs
see diagnostics dump
Diagnostics dump
2024-12-30 19:49:48.072 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration midea_dehumidifier_lan 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
2024-12-30 19:49:48.075 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration deltadore_tydom 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
2024-12-30 19:49:48.076 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration foxess 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
2024-12-30 19:49:48.078 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration livisi 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
2024-12-30 19:49:48.080 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
2024-12-30 19:49:48.081 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration localtuya 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
2024-12-30 19:49:55.211 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'localtuya' accesses hass.helpers.service, which should be updated to import functions used from service directly at custom_components/localtuya/init.py, line 165: hass.helpers.service.async_register_admin_service(. This will stop working in Home Assistant 2025.5, please create a bug report at https://github.com/rospogrigio/localtuya/issues
2024-12-30 19:49:55.394 WARNING (ImportExecutor_0) [homeassistant.const] STATE_ALARM_ARMED_AWAY was used from deltadore_tydom, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMED_AWAY instead, please report it to the author of the 'deltadore_tydom' custom integration
2024-12-30 19:49:55.400 WARNING (ImportExecutor_0) [homeassistant.const] STATE_ALARM_ARMED_HOME was used from deltadore_tydom, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMED_HOME instead, please report it to the author of the 'deltadore_tydom' custom integration
2024-12-30 19:49:55.406 WARNING (ImportExecutor_0) [homeassistant.const] STATE_ALARM_DISARMED was used from deltadore_tydom, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.DISARMED instead, please report it to the author of the 'deltadore_tydom' custom integration
2024-12-30 19:49:55.411 WARNING (ImportExecutor_0) [homeassistant.const] STATE_ALARM_TRIGGERED was used from deltadore_tydom, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.TRIGGERED instead, please report it to the author of the 'deltadore_tydom' custom integration
2024-12-30 19:49:55.510 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_default_certs with args (<ssl.SSLContext object at 0x7f87a4d5b0>, <Purpose.SERVER_AUTH: _ASN1Object(nid=129, shortname='serverAuth', longname='TLS Web Server Authentication', oid='1.3.6.1.5.5.7.3.1')>) inside the event loop by custom integration 'deltadore_tydom' at custom_components/deltadore_tydom/tydom/tydom_client.py, line 215: sslcontext = ssl.create_default_context() (offender: /usr/local/lib/python3.13/ssl.py, line 722: context.load_default_certs(purpose)), please create a bug report at https://github.com/CyrilP/hass-deltadore-tydom-component/issues
For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#load_default_certs
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/main.py", line 227, in
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/main.py", line 213, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 154, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 708, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 679, in run_forever
self._run_once()
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 2027, in _run_once
handle._run()
File "/usr/local/lib/python3.13/asyncio/events.py", line 89, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/setup.py", line 165, in async_setup_component
result = await _async_setup_component(hass, domain, config)
File "/usr/src/homeassistant/homeassistant/setup.py", line 461, in async_setup_component
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/setup.py", line 463, in
create_eager_task(
File "/usr/src/homeassistant/homeassistant/util/async.py", line 45, in create_eager_task
return Task(coro, loop=loop, name=name, eager_start=True)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 788, in async_setup_locked
await self.async_setup(hass, integration=integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 551, in async_setup
await self.__async_setup_with_context(hass, integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/deltadore_tydom/init.py", line 63, in async_setup_entry
connection = await tydom_hub.connect()
File "/config/custom_components/deltadore_tydom/hub.py", line 110, in connect
connection = await self._tydom_client.async_connect()
File "/config/custom_components/deltadore_tydom/tydom/tydom_client.py", line 215, in async_connect
sslcontext = ssl.create_default_context()
2024-12-30 19:49:55.579 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:00.275 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.sensor_netzbezug (<class 'homeassistant.components.utility_meter.sensor.UtilityMeterSensor'>) is using state class 'total_increasing' which is impossible considering device class ('power') it is using; expected None or one of 'measurement'; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+utility_meter%22
2024-12-30 19:50:00.440 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:00.531 WARNING (MainThread) [homeassistant.components.fan] Entity None (<class 'custom_components.midea_dehumidifier_lan.fan.DehumidiferFan'>) does not set FanEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/issues
2024-12-30 19:50:00.532 WARNING (MainThread) [homeassistant.components.fan] Entity None (<class 'custom_components.midea_dehumidifier_lan.fan.DehumidiferFan'>) does not set FanEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/issues
2024-12-30 19:50:03.550 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform foxess is taking over 10 seconds.
2024-12-30 19:50:05.439 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:10.441 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:14.070 WARNING (MainThread) [custom_components.deltadore_tydom] Unknown message type received
2024-12-30 19:50:15.447 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:20.450 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:25.451 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:30.457 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:35.462 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:40.464 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:45.470 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:50.473 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae
The text was updated successfully, but these errors were encountered:
STATE_ALARM_ARMED_AWAY was used from deltadore_tydom, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMED_AWAY instead, please report it to the author of the 'deltadore_tydom' custom integration
STATE_ALARM_ARMED_HOME was used from deltadore_tydom, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMED_HOME instead, please report it to the author of the 'deltadore_tydom' custom integration
STATE_ALARM_DISARMED was used from deltadore_tydom, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.DISARMED instead, please report it to the author of the 'deltadore_tydom' custom integration
STATE_ALARM_TRIGGERED was used from deltadore_tydom, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.TRIGGERED instead, please report it to the author of the 'deltadore_tydom' custom integration
System Health details
System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Recorder
Checklist
Describe the issue
Logger: homeassistant.helpers.frame
Quelle: helpers/frame.py:324
Erstmals aufgetreten: 19:49:55 (2 Vorkommnisse)
Zuletzt protokolliert: 22:22:45
Detected that custom integration 'localtuya' accesses hass.helpers.service, which should be updated to import functions used from service directly at custom_components/localtuya/init.py, line 165: hass.helpers.service.async_register_admin_service(. This will stop working in Home Assistant 2025.5, please create a bug report at https://github.com/rospogrigio/localtuya/issues
Detected that custom integration 'deltadore_tydom' sets option flow config_entry explicitly, which is deprecated at custom_components/deltadore_tydom/config_flow.py, line 603: self.config_entry = config_entry. This will stop working in Home Assistant 2025.12, please create a bug report at https://github.com/CyrilP/hass-deltadore-tydom-component/issues
Reproduction steps
...
Debug logs
Diagnostics dump
2024-12-30 19:49:48.072 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration midea_dehumidifier_lan 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
2024-12-30 19:49:48.075 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration deltadore_tydom 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
2024-12-30 19:49:48.076 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration foxess 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
2024-12-30 19:49:48.078 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration livisi 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
2024-12-30 19:49:48.080 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
2024-12-30 19:49:48.081 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration localtuya 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
2024-12-30 19:49:55.211 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'localtuya' accesses hass.helpers.service, which should be updated to import functions used from service directly at custom_components/localtuya/init.py, line 165: hass.helpers.service.async_register_admin_service(. This will stop working in Home Assistant 2025.5, please create a bug report at https://github.com/rospogrigio/localtuya/issues
2024-12-30 19:49:55.394 WARNING (ImportExecutor_0) [homeassistant.const] STATE_ALARM_ARMED_AWAY was used from deltadore_tydom, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMED_AWAY instead, please report it to the author of the 'deltadore_tydom' custom integration
2024-12-30 19:49:55.400 WARNING (ImportExecutor_0) [homeassistant.const] STATE_ALARM_ARMED_HOME was used from deltadore_tydom, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMED_HOME instead, please report it to the author of the 'deltadore_tydom' custom integration
2024-12-30 19:49:55.406 WARNING (ImportExecutor_0) [homeassistant.const] STATE_ALARM_DISARMED was used from deltadore_tydom, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.DISARMED instead, please report it to the author of the 'deltadore_tydom' custom integration
2024-12-30 19:49:55.411 WARNING (ImportExecutor_0) [homeassistant.const] STATE_ALARM_TRIGGERED was used from deltadore_tydom, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.TRIGGERED instead, please report it to the author of the 'deltadore_tydom' custom integration
2024-12-30 19:49:55.510 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_default_certs with args (<ssl.SSLContext object at 0x7f87a4d5b0>, <Purpose.SERVER_AUTH: _ASN1Object(nid=129, shortname='serverAuth', longname='TLS Web Server Authentication', oid='1.3.6.1.5.5.7.3.1')>) inside the event loop by custom integration 'deltadore_tydom' at custom_components/deltadore_tydom/tydom/tydom_client.py, line 215: sslcontext = ssl.create_default_context() (offender: /usr/local/lib/python3.13/ssl.py, line 722: context.load_default_certs(purpose)), please create a bug report at https://github.com/CyrilP/hass-deltadore-tydom-component/issues
For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#load_default_certs
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/main.py", line 227, in
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/main.py", line 213, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 154, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 708, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 679, in run_forever
self._run_once()
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 2027, in _run_once
handle._run()
File "/usr/local/lib/python3.13/asyncio/events.py", line 89, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/setup.py", line 165, in async_setup_component
result = await _async_setup_component(hass, domain, config)
File "/usr/src/homeassistant/homeassistant/setup.py", line 461, in async_setup_component
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/setup.py", line 463, in
create_eager_task(
File "/usr/src/homeassistant/homeassistant/util/async.py", line 45, in create_eager_task
return Task(coro, loop=loop, name=name, eager_start=True)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 788, in async_setup_locked
await self.async_setup(hass, integration=integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 551, in async_setup
await self.__async_setup_with_context(hass, integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/deltadore_tydom/init.py", line 63, in async_setup_entry
connection = await tydom_hub.connect()
File "/config/custom_components/deltadore_tydom/hub.py", line 110, in connect
connection = await self._tydom_client.async_connect()
File "/config/custom_components/deltadore_tydom/tydom/tydom_client.py", line 215, in async_connect
sslcontext = ssl.create_default_context()
2024-12-30 19:49:55.579 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:00.275 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.sensor_netzbezug (<class 'homeassistant.components.utility_meter.sensor.UtilityMeterSensor'>) is using state class 'total_increasing' which is impossible considering device class ('power') it is using; expected None or one of 'measurement'; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+utility_meter%22
2024-12-30 19:50:00.440 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:00.531 WARNING (MainThread) [homeassistant.components.fan] Entity None (<class 'custom_components.midea_dehumidifier_lan.fan.DehumidiferFan'>) does not set FanEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/issues
2024-12-30 19:50:00.532 WARNING (MainThread) [homeassistant.components.fan] Entity None (<class 'custom_components.midea_dehumidifier_lan.fan.DehumidiferFan'>) does not set FanEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/issues
2024-12-30 19:50:03.550 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform foxess is taking over 10 seconds.
2024-12-30 19:50:05.439 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:10.441 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:14.070 WARNING (MainThread) [custom_components.deltadore_tydom] Unknown message type received
2024-12-30 19:50:15.447 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:20.450 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:25.451 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:30.457 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:35.462 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:40.464 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:45.470 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae5
2024-12-30 19:50:50.473 WARNING (MainThread) [custom_components.localtuya.common] Missing device configuration for device_id bf6512bba95a63ead8xae
The text was updated successfully, but these errors were encountered: