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

Detected that custom integration 'hacs' accesses hass.helpers.event #3660

Closed
7 tasks done
TheZoker opened this issue Apr 26, 2024 · 4 comments
Closed
7 tasks done

Detected that custom integration 'hacs' accesses hass.helpers.event #3660

TheZoker opened this issue Apr 26, 2024 · 4 comments
Labels
issue:backend For issues with the backend/integration
Milestone

Comments

@TheZoker
Copy link
Contributor

System Health details

System Information

version core-2024.5.0b0
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.2
os_name Linux
os_version 6.6.28-haos
arch x86_64
timezone Europe/Berlin
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
GitHub API Calls Remaining 4986
Installed Version 1.34.0
Stage running
Available Repositories 1408
Downloaded Repositories 21
HACS Data ok
Home Assistant Cloud
logged_in true
subscription_expiration 28. November 2024 um 01:00
relayer_connected true
relayer_region eu-central-1
remote_enabled true
remote_connected true
alexa_enabled true
google_enabled true
remote_server eu-central-1-6.ui.nabu.casa
certificate_status ready
instance_id 1226553f75fe43dab92ab30487f01e1c
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 12.3.rc1
update_channel beta
supervisor_version supervisor-2024.04.4
agent_version 1.6.0
docker_version 25.0.5
disk_total 30.8 GB
disk_used 13.9 GB
healthy true
supported true
board ova
supervisor_api ok
version_api ok
installed_addons File editor (5.8.0), Let's Encrypt (5.0.18), Terminal & SSH (9.13.0), MariaDB (2.7.1), FTP (5.0.2), WireGuard (0.10.2), Nginx Proxy Manager (1.0.1), Home Assistant Google Drive Backup (0.112.1), Advanced SSH & Web Terminal (17.2.0), Mosquitto broker (6.4.0), phpMyAdmin (0.9.1), ESPHome (2024.4.0), Studio Code Server (5.15.0)
Dashboards
dashboards 4
resources 13
views 29
mode storage
Recorder
oldest_recorder_run 24. April 2024 um 09:41
current_recorder_run 27. April 2024 um 00:11
estimated_db_size 653.92 MiB
database_engine mysql
database_version 10.11.6

Checklist

Describe the issue

Notice in logs since 2024.5 beta

Reproduction steps

  1. Update to latest 2024.5 beta

Debug logs

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 642: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues

Diagnostics dump

No response

@TheZoker TheZoker added the issue:backend For issues with the backend/integration label Apr 26, 2024
@hacs-bot
Copy link

hacs-bot bot commented Apr 26, 2024

Make sure you have read the issue guidelines and that you filled out the entire template.

If you have an issue identical to this, do not add comments like "same here", "i have this too", instead add a 👍 reaction to the issue description. Thanks! 👍

@lordwizzard
Copy link

lordwizzard commented May 2, 2024

It has now made it into the general release of Home Assistant Core 2024.5.0 as of today. So there are now two issues that need attention.

Core 2024.5.0
Supervisor 2024.04.4
Operating System 12.2
Frontend 20240501.0

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:190
First occurred: 4:57:07 PM (3 occurrences)
Last logged: 4:57:18 PM

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 642: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues

@lordwizzard
Copy link

Just some more information. There was another update to Home Assistant Core today, version 2024.5.1 and those issues are still in place.

@hacs hacs locked and limited conversation to collaborators May 4, 2024
@ludeeus ludeeus added this to the next milestone May 23, 2024
@ludeeus ludeeus pinned this issue May 23, 2024
@ludeeus
Copy link
Member

ludeeus commented May 23, 2024

Fixed in #3608

@ludeeus ludeeus closed this as completed May 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue:backend For issues with the backend/integration
Projects
None yet
Development

No branches or pull requests

3 participants