dolezsa / thermal_comfort

Thermal Comfort sensor for HA (absolute humidity, heat index, dew point, thermal perception)
Other
620 stars 118 forks source link

Using hass.helpers.services will break TC after HA 2024.11 #405

Closed dagobert closed 1 month ago

dagobert commented 1 month ago

I get a warning in my log:

2024-10-15 11:47:10.749 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'thermal_comfort' accesses hass.helpers.service. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from service directly at custom_components/thermal_comfort/__init__.py, line 162: hass.helpers.service.async_register_admin_service(, please create a bug report at https://github.com/dolezsa/thermal_comfort/issues

I guess if this not fixed this great component will stop working.

dolezsa commented 1 month ago

already fixed

dagobert commented 1 month ago

Sorry than, was still in 2.2.2.

Great work!