dolezsa / thermal_comfort

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

Detected that custom integration 'thermal_comfort' accesses hass.helpers.service #388

Open bernardesarthur opened 3 months ago

bernardesarthur commented 3 months ago

Hi, my Home Assistant Core 2024.8.2 is showing up this message below:

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

Maybe can you correct this?