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

Deprecation warning: 'localtuya' accesses hass.helpers.service #1714

Open
s3frank opened this issue May 17, 2024 · 1 comment
Open

Deprecation warning: 'localtuya' accesses hass.helpers.service #1714

s3frank opened this issue May 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@s3frank
Copy link

s3frank commented May 17, 2024

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:190
First occurred: 04:33:27 (3 occurrences)
Last logged: 04:33:49

Detected that custom integration 'localtuya' 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/localtuya/init.py, line 164: hass.helpers.service.async_register_admin_service(, please create a bug report at https://github.com/rospogrigio/localtuya/issues
Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues
Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 630: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues

@s3frank s3frank added the bug Something isn't working label May 17, 2024
@neildsb
Copy link

neildsb commented May 21, 2024

#1650
duplicate

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