-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
depreciation warning of entity service with a non entity service schema #62
Comments
I've got the same I and believe that I was able to fix it. https://developers.home-assistant.io/blog/2024/08/27/entity-service-schema-validation/ Filé climate.py, Line 87, where it is:
change to:
Line 122, change this:
to:
then on line 138, where:
change to:
finally on line 161, change this:
to this:
That't is. |
Works! Thanks! I will make a pr |
2024-10-30 23:17:35.071 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hysen' registers an entity service with a non entity service schema which will stop working in HA Core 2025.9 at custom_components/hysen/climate.py, line 527: hass.data[DOMAIN].async_register_entity_service(, please create a bug report at https://github.com/mairas/hysen/issues
2024-10-30 23:17:35.074 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hysen' registers an entity service with a non entity service schema which will stop working in HA Core 2025.9 at custom_components/hysen/climate.py, line 532: hass.data[DOMAIN].async_register_entity_service(, please create a bug report at https://github.com/mairas/hysen/issues
2024-10-30 23:17:35.076 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hysen' registers an entity service with a non entity service schema which will stop working in HA Core 2025.9 at custom_components/hysen/climate.py, line 537: hass.data[DOMAIN].async_register_entity_service(, please create a bug report at https://github.com/mairas/hysen/issues
2024-10-30 23:17:35.081 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hysen' registers an entity service with a non entity service schema which will stop working in HA Core 2025.9 at custom_components/hysen/climate.py, line 542: hass.data[DOMAIN].async_register_entity_service(, please create a bug report at https://github.com/mairas/hysen/issues
The text was updated successfully, but these errors were encountered: