hacs / integration

HACS gives you a powerful UI to handle downloads of all your custom needs.
https://hacs.xyz
MIT License
5.28k stars 1.27k forks source link

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

Closed ColinRobbins closed 3 months ago

ColinRobbins commented 3 months ago

System Health details

System Information

version core-2024.7.0
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.4
os_name Linux
os_version 6.6.31-haos-raspi
arch aarch64
timezone Europe/London
config_dir /config
Home Assistant Community Store GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok GitHub API Calls Remaining | 4887 Installed Version | 1.34.0 Stage | running Available Repositories | 1390 Downloaded Repositories | 20
Home Assistant Cloud logged_in | true -- | -- subscription_expiration | 1 September 2024 at 01:00 relayer_connected | true relayer_region | eu-central-1 remote_enabled | true remote_connected | true alexa_enabled | false google_enabled | true remote_server | eu-central-1-11.ui.nabu.casa certificate_status | ready instance_id | 795d5eb01a8748dcb7323ae84de72e72 can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | ok
Home Assistant Supervisor host_os | Home Assistant OS 12.4 -- | -- update_channel | stable supervisor_version | supervisor-2024.06.2 agent_version | 1.6.0 docker_version | 26.1.4 disk_total | 117.3 GB disk_used | 20.9 GB healthy | true supported | true host_connectivity | true supervisor_connectivity | true ntp_synchronized | true virtualization | board | rpi4-64 supervisor_api | ok version_api | ok installed_addons | Samba share (12.3.1), Terminal & SSH (9.14.0), Pluto Rsync (1.0.7), SQLite Web (4.1.2)
Dashboards dashboards | 9 -- | -- resources | 10 views | 34 mode | storage
Recorder oldest_recorder_run | 4 July 2024 at 07:39 -- | -- current_recorder_run | 6 July 2024 at 08:07 estimated_db_size | 592.83 MiB database_engine | sqlite database_version | 3.45.3

Checklist

Describe the issue

The error message Detected that custom integration 'hacs' accesses hass.helpers.event.. is shown during startup, with a request it is logged as an issue.

Reproduction steps

Install HA, Install HACS, select a set of integrations, then restart HA. During restart the following error message is shown.

This could be a duplicate of https://github.com/hacs/integration/issues/3681, but 3681 is marked as completed, and this issue is still occurring in 2024.7.0 / HACS 1.34

Debug logs

2024-07-06 08:07:07.982 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration octopus_intelligent which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-07-06 08:07:07.985 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration virgintivo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-07-06 08:07:07.988 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration media_player_template which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-07-06 08:07:07.990 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration volkswagen_we_connect_id which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-07-06 08:07:07.993 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration scheduler which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-07-06 08:07:07.997 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration rpi_gpio which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-07-06 08:07:08.000 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration octopus_energy which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-07-06 08:07:08.002 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration powercalc which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-07-06 08:07:08.005 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration tapo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-07-06 08:07:08.007 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-07-06 08:07:22.284 INFO (MainThread) [custom_components.hacs]
-------------------------------------------------------------------
HACS (Home Assistant Community Store)

Version: 1.34.0
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/hacs/integration/issues
-------------------------------------------------------------------

2024-07-06 08:07:22.306 DEBUG (MainThread) [custom_components.hacs] Configuration type: config_entry
2024-07-06 08:07:22.348 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
2024-07-06 08:07:23.338 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
2024-07-06 08:07:23.439 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'scheduler' calls async_forward_entry_setup for integration, scheduler with title: Scheduler and entry_id: 0a52a583b2f94f6196da4119370d6c94, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/scheduler/__init__.py, line 64: hass.async_create_task(, please create a bug report at https://github.com/nielsfaber/scheduler-component/issues
2024-07-06 08:07:23.627 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'audit_log' for <class 'dict'>
2024-07-06 08:07:23.627 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'audit_log_streaming' for <class 'dict'>
2024-07-06 08:07:23.627 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'code_search' for <class 'dict'>
2024-07-06 08:07:23.627 DEBUG (MainThread) [custom_components.hacs] Can update 400 repositories
2024-07-06 08:07:23.632 INFO (MainThread) [custom_components.hacs] Enable category: integration
2024-07-06 08:07:23.634 INFO (MainThread) [custom_components.hacs] Enable category: plugin
2024-07-06 08:07:23.635 INFO (MainThread) [custom_components.hacs] Enable category: theme
2024-07-06 08:07:23.651 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/frontend", "/config/custom_components/hacs/hacs_frontend", False)])`; This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 54: hass.http.register_static_path(f"{URL_BASE}/frontend", locate_dir(), cache_headers=False), please create a bug report at https://github.com/hacs/integration/issues
2024-07-06 08:07:23.669 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/iconset.js", "/config/custom_components/hacs/iconset.js", True)])`; This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 57: hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues
2024-07-06 08:07:23.679 WARNING (MainThread) [homeassistant.helpers.frame] 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
2024-07-06 08:07:23.681 INFO (MainThread) [custom_components.hacs] Setting up plugin endpoint
2024-07-06 08:07:23.681 INFO (MainThread) [custom_components.hacs] <HacsFrontend> storage mode, cache for /hacsfiles/: True
2024-07-06 08:07:23.694 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles", "/config/www/community", True)])`; This function will be removed in 2025.7 at custom_components/hacs/base.py, line 1162: self.hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues
2024-07-06 08:07:28.708 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.electra_last_trip_average_electric_consumption (<class 'custom_components.volkswagen_we_connect_id.sensor.VolkswagenIDVehicleSensor'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total', 'total_increasing'; Please update your configuration if your entity is manually configured, otherwise report it to the author of the 'volkswagen_we_connect_id' custom integration
2024-07-06 08:07:28.744 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration scheduler with title: Scheduler and entry_id: 0a52a583b2f94f6196da4119370d6c94, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.
Stack (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
    sys.exit(main())
  File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
    exit_code = runner.run(runtime_conf)
  File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
    return loop.run_until_complete(setup_and_run_hass(runtime_config))
  File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete
    self.run_forever()
  File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
    self._run_once()
  File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once
    handle._run()
  File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2122, in async_forward_entry_setup
    _report_non_awaited_platform_forwards(entry, "async_forward_entry_setup")
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1175, in _report_non_awaited_platform_forwards
    report(
  File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 151, in report
    _LOGGER.warning(msg, stack_info=True)
2024-07-06 08:07:28.765 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'scheduler' calls `async_track_state_change` instead of `async_track_state_change_event` which is deprecated and will be removed in Home Assistant 2025.5 at custom_components/scheduler/actions.py, line 401: async_track_state_change(, please create a bug report at https://github.com/nielsfaber/scheduler-component/issues
2024-07-06 08:07:32.176 INFO (MainThread) [custom_components.hacs] Stage changed: setup
2024-07-06 08:07:32.178 INFO (MainThread) [custom_components.hacs] Stage changed: waiting
2024-07-06 08:07:32.179 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
2024-07-06 08:07:38.233 INFO (MainThread) [custom_components.hacs] Stage changed: startup
2024-07-06 08:07:38.341 WARNING (MainThread) [homeassistant.helpers.frame] 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
2024-07-06 08:07:38.342 DEBUG (MainThread) [custom_components.hacs] There are 7 scheduled recurring tasks
2024-07-06 08:07:38.342 INFO (MainThread) [custom_components.hacs] Loading removed repositories
2024-07-06 08:07:38.672 INFO (MainThread) [custom_components.hacs] Loading known repositories
2024-07-06 08:07:38.953 INFO (MainThread) [custom_components.hacs] Starting recurring background task for downloaded repositories
2024-07-06 08:07:38.954 DEBUG (MainThread) [custom_components.hacs] Recurring background task for downloaded repositories done
2024-07-06 08:07:38.955 INFO (MainThread) [custom_components.hacs] Stage changed: running
2024-07-06 08:07:39.201 DEBUG (MainThread) [custom_components.hacs] <QueueManager> The queue is empty
2024-07-06 08:07:39.203 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.critical'. Content did not change
2024-07-06 08:07:39.444 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'audit_log' for <class 'dict'>
2024-07-06 08:07:39.444 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'audit_log_streaming' for <class 'dict'>
2024-07-06 08:07:39.445 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'code_search' for <class 'dict'>
2024-07-06 08:07:39.445 DEBUG (MainThread) [custom_components.hacs] Can update 399 repositories, items in queue 20
2024-07-06 08:07:39.445 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Checking out tasks to execute
2024-07-06 08:07:39.445 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Starting queue execution for 20 tasks
2024-07-06 08:07:39.449 DEBUG (MainThread) [custom_components.hacs] <Plugin junkfix/numberbox-card> Getting repository information
2024-07-06 08:07:39.452 DEBUG (MainThread) [custom_components.hacs] <Integration Sennevds/media_player.template> Getting repository information
2024-07-06 08:07:39.455 DEBUG (MainThread) [custom_components.hacs] <Plugin tomvanswam/compass-card> Getting repository information
2024-07-06 08:07:39.458 DEBUG (MainThread) [custom_components.hacs] <Integration BottlecapDave/HomeAssistant-OctopusEnergy> Getting repository information
2024-07-06 08:07:39.460 DEBUG (MainThread) [custom_components.hacs] <Plugin marrobHD/tv-card> Getting repository information
2024-07-06 08:07:39.466 DEBUG (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-template-entity-row> Getting repository information
2024-07-06 08:07:39.468 DEBUG (MainThread) [custom_components.hacs] <Integration thecode/ha-rpi_gpio> Getting repository information
2024-07-06 08:07:39.470 DEBUG (MainThread) [custom_components.hacs] <Plugin ulic75/power-flow-card> Getting repository information
2024-07-06 08:07:39.472 DEBUG (MainThread) [custom_components.hacs] <Integration bertbert72/HomeAssistant_VirginTivo> Getting repository information
2024-07-06 08:07:39.474 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting repository information
2024-07-06 08:07:40.075 DEBUG (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-template-entity-row> Running checks against v1.4.1
2024-07-06 08:07:40.162 DEBUG (MainThread) [custom_components.hacs] <Plugin marrobHD/tv-card> Running checks against v0.2.1
2024-07-06 08:07:40.192 DEBUG (MainThread) [custom_components.hacs] <Integration Sennevds/media_player.template> Running checks against 1.0.1
2024-07-06 08:07:40.206 DEBUG (MainThread) [custom_components.hacs] <Plugin junkfix/numberbox-card> Running checks against 4.17
2024-07-06 08:07:40.241 DEBUG (MainThread) [custom_components.hacs] <Integration BottlecapDave/HomeAssistant-OctopusEnergy> Running checks against v11.2.1
2024-07-06 08:07:40.274 DEBUG (MainThread) [custom_components.hacs] <Plugin ulic75/power-flow-card> Running checks against v2.6.2
2024-07-06 08:07:40.283 DEBUG (MainThread) [custom_components.hacs] <Integration thecode/ha-rpi_gpio> Running checks against 2022.7.0
2024-07-06 08:07:40.318 DEBUG (MainThread) [custom_components.hacs] <Integration bertbert72/HomeAssistant_VirginTivo> Running checks against 0.1.27
2024-07-06 08:07:40.340 DEBUG (MainThread) [custom_components.hacs] <Plugin tomvanswam/compass-card> Running checks against v2.0.0
2024-07-06 08:07:40.359 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Running checks against 1.34.0
2024-07-06 08:07:40.934 DEBUG (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-template-entity-row> Getting documentation for version=v1.4.1,filename=README.md
2024-07-06 08:07:40.934 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/thomasloven/lovelace-template-entity-row/v1.4.1/README.md
2024-07-06 08:07:40.984 DEBUG (MainThread) [custom_components.hacs] <Integration bertbert72/HomeAssistant_VirginTivo> Getting documentation for version=0.1.27,filename=info.md
2024-07-06 08:07:40.985 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/bertbert72/HomeAssistant_VirginTivo/0.1.27/info.md
2024-07-06 08:07:41.004 DEBUG (MainThread) [custom_components.hacs] <Plugin marrobHD/tv-card> Getting documentation for version=v0.2.1,filename=info.md
2024-07-06 08:07:41.004 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/marrobHD/tv-card/v0.2.1/info.md
2024-07-06 08:07:41.010 DEBUG (MainThread) [custom_components.hacs] <Plugin junkfix/numberbox-card> Getting documentation for version=4.17,filename=README.md
2024-07-06 08:07:41.011 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/junkfix/numberbox-card/4.17/README.md
2024-07-06 08:07:41.016 DEBUG (MainThread) [custom_components.hacs] <Integration Sennevds/media_player.template> Getting documentation for version=1.0.1,filename=README.md
2024-07-06 08:07:41.016 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/Sennevds/media_player.template/1.0.1/README.md
2024-07-06 08:07:41.071 DEBUG (MainThread) [custom_components.hacs] <Integration BottlecapDave/HomeAssistant-OctopusEnergy> Getting documentation for version=v11.2.1,filename=README.md
2024-07-06 08:07:41.072 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/BottlecapDave/HomeAssistant-OctopusEnergy/v11.2.1/README.md
2024-07-06 08:07:41.163 DEBUG (MainThread) [custom_components.hacs] <Integration petretiandrea/home-assistant-tapo-p100> Getting repository information
2024-07-06 08:07:41.182 DEBUG (MainThread) [custom_components.hacs] 'states' is undefined
2024-07-06 08:07:41.200 DEBUG (MainThread) [custom_components.hacs] <Plugin kalkih/mini-graph-card> Getting repository information
2024-07-06 08:07:41.203 DEBUG (MainThread) [custom_components.hacs] <Integration thecode/ha-rpi_gpio> Getting documentation for version=2022.7.0,filename=info.md
2024-07-06 08:07:41.204 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/thecode/ha-rpi_gpio/2022.7.0/info.md
2024-07-06 08:07:41.209 DEBUG (MainThread) [custom_components.hacs] <Plugin tomvanswam/compass-card> Getting documentation for version=v2.0.0,filename=README.md
2024-07-06 08:07:41.209 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/tomvanswam/compass-card/v2.0.0/README.md
2024-07-06 08:07:41.223 DEBUG (MainThread) [custom_components.hacs] <Integration megakid/ha_octopus_intelligent> Getting repository information
2024-07-06 08:07:41.238 DEBUG (MainThread) [custom_components.hacs] 'states' is undefined
2024-07-06 08:07:41.241 DEBUG (MainThread) [custom_components.hacs] <Plugin custom-cards/button-card> Getting repository information
2024-07-06 08:07:41.261 DEBUG (MainThread) [custom_components.hacs] <Plugin ulic75/power-flow-card> Getting documentation for version=v2.6.2,filename=README.md
2024-07-06 08:07:41.261 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/ulic75/power-flow-card/v2.6.2/README.md
2024-07-06 08:07:41.271 DEBUG (MainThread) [custom_components.hacs] <Integration bramstroker/homeassistant-powercalc> Getting repository information
2024-07-06 08:07:41.289 DEBUG (MainThread) [custom_components.hacs] <Integration nielsfaber/scheduler-component> Getting repository information
2024-07-06 08:07:41.299 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting documentation for version=1.34.0,filename=info.md
2024-07-06 08:07:41.299 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/hacs/integration/1.34.0/info.md
2024-07-06 08:07:41.391 DEBUG (MainThread) [custom_components.hacs] <Integration mitch-dc/volkswagen_we_connect_id> Getting repository information
2024-07-06 08:07:41.490 DEBUG (MainThread) [custom_components.hacs] <Plugin maxwroc/battery-state-card> Getting repository information
2024-07-06 08:07:41.514 DEBUG (MainThread) [custom_components.hacs] <Plugin nielsfaber/scheduler-card> Getting repository information
2024-07-06 08:07:41.535 DEBUG (MainThread) [custom_components.hacs] <Plugin RomRider/apexcharts-card> Getting repository information
2024-07-06 08:07:41.983 DEBUG (MainThread) [custom_components.hacs] <Integration petretiandrea/home-assistant-tapo-p100> Running checks against 3.1.2
2024-07-06 08:07:41.991 DEBUG (MainThread) [custom_components.hacs] <Integration megakid/ha_octopus_intelligent> Running checks against v1.7.1
2024-07-06 08:07:42.100 DEBUG (MainThread) [custom_components.hacs] <Plugin kalkih/mini-graph-card> Running checks against v0.12.1
2024-07-06 08:07:42.143 DEBUG (MainThread) [custom_components.hacs] <Integration nielsfaber/scheduler-component> Running checks against v3.3.4
2024-07-06 08:07:42.209 DEBUG (MainThread) [custom_components.hacs] <Integration mitch-dc/volkswagen_we_connect_id> Running checks against v0.2.3
2024-07-06 08:07:42.301 DEBUG (MainThread) [custom_components.hacs] <Plugin RomRider/apexcharts-card> Running checks against v2.0.4
2024-07-06 08:07:42.317 DEBUG (MainThread) [custom_components.hacs] <Plugin nielsfaber/scheduler-card> Running checks against v3.2.13
2024-07-06 08:07:42.345 DEBUG (MainThread) [custom_components.hacs] <Integration bramstroker/homeassistant-powercalc> Running checks against v1.13.0
2024-07-06 08:07:42.363 DEBUG (MainThread) [custom_components.hacs] <Plugin custom-cards/button-card> Running checks against v4.1.2
2024-07-06 08:07:42.411 DEBUG (MainThread) [custom_components.hacs] <Plugin maxwroc/battery-state-card> Running checks against v3.2.1
2024-07-06 08:07:42.788 DEBUG (MainThread) [custom_components.hacs] <Integration mitch-dc/volkswagen_we_connect_id> Getting documentation for version=v0.2.3,filename=info.md
2024-07-06 08:07:42.788 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/mitch-dc/volkswagen_we_connect_id/v0.2.3/info.md
2024-07-06 08:07:42.862 DEBUG (MainThread) [custom_components.hacs] <Integration megakid/ha_octopus_intelligent> Getting documentation for version=v1.7.1,filename=README.md
2024-07-06 08:07:42.862 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/megakid/ha_octopus_intelligent/v1.7.1/README.md
2024-07-06 08:07:42.948 DEBUG (MainThread) [custom_components.hacs] <Integration petretiandrea/home-assistant-tapo-p100> Getting documentation for version=3.1.2,filename=README.md
2024-07-06 08:07:42.948 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/petretiandrea/home-assistant-tapo-p100/3.1.2/README.md
2024-07-06 08:07:43.003 DEBUG (MainThread) [custom_components.hacs] <Plugin kalkih/mini-graph-card> Getting documentation for version=v0.12.1,filename=README.md
2024-07-06 08:07:43.003 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/kalkih/mini-graph-card/v0.12.1/README.md
2024-07-06 08:07:43.044 DEBUG (MainThread) [custom_components.hacs] No filter named 'timestamp_custom'.
2024-07-06 08:07:43.064 DEBUG (MainThread) [custom_components.hacs] <Integration nielsfaber/scheduler-component> Getting documentation for version=v3.3.3,filename=README.md
2024-07-06 08:07:43.064 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/nielsfaber/scheduler-component/v3.3.3/README.md
2024-07-06 08:07:43.134 DEBUG (MainThread) [custom_components.hacs] <Plugin RomRider/apexcharts-card> Getting documentation for version=v2.0.4,filename=README.md
2024-07-06 08:07:43.134 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/RomRider/apexcharts-card/v2.0.4/README.md
2024-07-06 08:07:43.155 DEBUG (MainThread) [custom_components.hacs] <Plugin nielsfaber/scheduler-card> Getting documentation for version=v3.2.13,filename=README.md
2024-07-06 08:07:43.155 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/nielsfaber/scheduler-card/v3.2.13/README.md
2024-07-06 08:07:43.283 DEBUG (MainThread) [custom_components.hacs] <Plugin custom-cards/button-card> Getting documentation for version=v4.1.2,filename=README.md
2024-07-06 08:07:43.283 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/custom-cards/button-card/v4.1.2/README.md
2024-07-06 08:07:43.286 DEBUG (MainThread) [custom_components.hacs] <Plugin maxwroc/battery-state-card> Getting documentation for version=v3.2.1,filename=README.md
2024-07-06 08:07:43.287 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/maxwroc/battery-state-card/v3.2.1/README.md
2024-07-06 08:07:43.495 DEBUG (MainThread) [custom_components.hacs] <Integration bramstroker/homeassistant-powercalc> Getting documentation for version=v1.12.13,filename=INFO.md
2024-07-06 08:07:43.495 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/bramstroker/homeassistant-powercalc/v1.12.13/INFO.md
2024-07-06 08:07:43.940 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Queue execution finished for 20 tasks finished in 4.49 seconds
2024-07-06 08:07:43.941 DEBUG (MainThread) [custom_components.hacs] <HacsData async_write> Saving data

Diagnostics dump

config_entry-hacs-ef7c80e4108711ebaf144deb358eaba1.json

hacs-bot[bot] commented 3 months ago

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 :+1: reaction to the issue description. Thanks! :+1:

ColinRobbins commented 3 months ago

Closed - pending release - sorry.