Skip to content
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

Warning about registering a non entity service schema #21

Open
AndreasLehmann opened this issue Oct 3, 2024 · 1 comment
Open

Warning about registering a non entity service schema #21

AndreasLehmann opened this issue Oct 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@AndreasLehmann
Copy link

Checklist:

  • [ X] I updated to the latest version available
  • [ X] I cleared the cache of my browser

Release with the issue:
v2024.9.3

Last working release (if known):
n/a

Browser and Operating System:
Safari, MacOS (doesn't matter)

Description of problem:
During the start of Homeassistant the log shows the following errors:

homeassistant  | 2024-10-03 09:20:41.187 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'irrigation_unlimited' registers an entity service with a non entity service schema which will stop working in HA Core 2025.9 at custom_components/irrigation_unlimited/service.py, line 73: platform.async_register_entity_service(, please create a bug report at https://github.com/rgc99/irrigation_unlimited/issues

and a sesond one

homeassistant  | 2024-10-03 20:03:12.730 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'irrigation_unlimited' registers an entity service with a non entity service schema which will stop working in HA Core 2025.9 at custom_components/irrigation_unlimited/service.py, line 79: platform.async_register_entity_service(, please create a bug report at https://github.com/rgc99/irrigation_unlimited/issues

This issued should be addressed, even if there is some time until 2025.9.

Expected: no warnings in the log file :-)

Javascript errors shown in the web inspector (if applicable):
None

Additional information:
HA is running on Docker on a Synology DS.

@AndreasLehmann AndreasLehmann added the bug Something isn't working label Oct 3, 2024
@rgc99
Copy link
Owner

rgc99 commented Oct 7, 2024

This is a duplicate of issue 185

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants