hacs / integration

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

homeassistant.helpers.frame #3949

Closed JkJ076 closed 4 weeks ago

JkJ076 commented 1 month ago

System Health details

System Information

version core-2024.8.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.33-haos
arch x86_64
timezone Europe/Stockholm
config_dir /config
Home Assistant Community Store GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok GitHub API Calls Remaining | 4922 Installed Version | 1.34.0 Stage | running Available Repositories | 1386 Downloaded Repositories | 5
Home Assistant Cloud logged_in | false -- | -- 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.08.0 agent_version | 1.6.0 docker_version | 26.1.4 disk_total | 62.3 GB disk_used | 6.2 GB healthy | true supported | true host_connectivity | true supervisor_connectivity | true ntp_synchronized | true virtualization | kvm board | ova supervisor_api | ok version_api | ok installed_addons | File editor (5.8.0), Samba share (12.3.2), Terminal & SSH (9.14.0), Home Assistant Google Drive Backup (0.112.1)
Dashboards dashboards | 4 -- | -- resources | 1 views | 3 mode | storage
Recorder oldest_recorder_run | 29 juli 2024 kl. 05:01 -- | -- current_recorder_run | 8 augusti 2024 kl. 19:31 estimated_db_size | 95.04 MiB database_engine | sqlite database_version | 3.45.3
Svensk Postutdelning Version | 1.0.7 -- | -- Idle | false Instances | 1

Checklist

Describe the issue

Updated HomeAssistant to the latest update 2024.8.0

Checked as usual in the logs to see if everything works fine.

Found this;

Logginformation (VARNING) Logger: homeassistant.helpers.frame Källa: helpers/frame.py:184 Inträffade först: 19:31:25 (6 händelser) Senast loggade: 19:31:29

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 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 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' 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 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

Reproduction steps

  1. Updated my HomeAssistant
  2. Restarted the server
  3. Checked the logs ...

Debug logs

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-08-08 19:54:03.334 DEBUG (MainThread) [custom_components.hacs] Configuration type: config_entry
2024-08-08 19:54:03.344 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
2024-08-08 19:54:03.451 INFO (MainThread) [homeassistant.setup] Setting up energy
2024-08-08 19:54:03.451 INFO (MainThread) [homeassistant.setup] Setup of domain energy took 0.00 seconds
2024-08-08 19:54:03.524 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
2024-08-08 19:54:03.526 INFO (MainThread) [homeassistant.setup] Setting up map
2024-08-08 19:54:03.526 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.00 seconds
2024-08-08 19:54:03.528 INFO (MainThread) [homeassistant.setup] Setting up tag
2024-08-08 19:54:03.529 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 0.00 seconds
2024-08-08 19:54:03.530 INFO (MainThread) [homeassistant.setup] Setting up my
2024-08-08 19:54:03.530 INFO (MainThread) [homeassistant.setup] Setup of domain my took 0.00 seconds
2024-08-08 19:54:03.531 INFO (MainThread) [homeassistant.setup] Setting up sun
2024-08-08 19:54:03.531 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.00 seconds
2024-08-08 19:54:03.533 INFO (MainThread) [homeassistant.components.sensor] Setting up sun.sensor
2024-08-08 19:54:03.538 INFO (MainThread) [homeassistant.setup] Setting up swemail
2024-08-08 19:54:03.538 INFO (MainThread) [homeassistant.setup] Setup of domain swemail took 0.00 seconds
2024-08-08 19:54:03.546 INFO (MainThread) [homeassistant.setup] Setting up met
2024-08-08 19:54:03.546 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.00 seconds
2024-08-08 19:54:03.549 INFO (MainThread) [homeassistant.setup] Setting up application_credentials
2024-08-08 19:54:03.549 INFO (MainThread) [homeassistant.setup] Setup of domain application_credentials took 0.00 seconds
2024-08-08 19:54:03.553 INFO (MainThread) [homeassistant.setup] Setting up nordpool
2024-08-08 19:54:03.553 INFO (MainThread) [homeassistant.setup] Setup of domain nordpool took 0.00 seconds
2024-08-08 19:54:03.556 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'nordpool' calls async_forward_entry_setup for integration, nordpool with title: Nordpool and entry_id: a1cfb4c3b72bcbcf3615fea1633de40f, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/nordpool/__init__.py, line 200: hass.async_create_task(, please create a bug report at https://github.com/custom-components/nordpool/issues
2024-08-08 19:54:03.556 INFO (MainThread) [homeassistant.components.sensor] Setting up nordpool.sensor
2024-08-08 19:54:03.560 INFO (MainThread) [homeassistant.setup] Setting up input_datetime
2024-08-08 19:54:03.560 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 0.00 seconds
2024-08-08 19:54:03.568 INFO (MainThread) [homeassistant.setup] Setting up backup
2024-08-08 19:54:03.568 INFO (MainThread) [homeassistant.setup] Setup of domain backup took 0.00 seconds
2024-08-08 19:54:03.596 INFO (MainThread) [homeassistant.setup] Setting up tellduslive
2024-08-08 19:54:03.597 INFO (MainThread) [homeassistant.setup] Setup of domain tellduslive took 0.00 seconds
2024-08-08 19:54:03.597 INFO (SyncWorker_2) [tellduslive] tellduslive version 0.10.11
2024-08-08 19:54:03.702 INFO (MainThread) [homeassistant.setup] Setting up hue
2024-08-08 19:54:03.702 INFO (MainThread) [homeassistant.setup] Setup of domain hue took 0.00 seconds
2024-08-08 19:54:03.713 INFO (MainThread) [homeassistant.components.sensor] Setting up energy.sensor
2024-08-08 19:54:03.713 INFO (MainThread) [homeassistant.setup] Setting up analytics
2024-08-08 19:54:03.713 INFO (MainThread) [homeassistant.setup] Setup of domain analytics took 0.00 seconds
2024-08-08 19:54:03.723 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2024-08-08 19:54:03.724 INFO (MainThread) [homeassistant.setup] Setting up notify
2024-08-08 19:54:03.724 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.00 seconds
2024-08-08 19:54:03.725 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.00 seconds
2024-08-08 19:54:03.725 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up mobile_app.binary_sensor
2024-08-08 19:54:03.726 INFO (MainThread) [homeassistant.setup] Setting up device_tracker
2024-08-08 19:54:03.726 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 0.00 seconds
2024-08-08 19:54:03.726 INFO (MainThread) [homeassistant.components.device_tracker] Setting up mobile_app.device_tracker
2024-08-08 19:54:03.726 INFO (MainThread) [homeassistant.components.sensor] Setting up mobile_app.sensor
2024-08-08 19:54:03.728 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up mobile_app.binary_sensor
2024-08-08 19:54:03.728 INFO (MainThread) [homeassistant.components.device_tracker] Setting up mobile_app.device_tracker
2024-08-08 19:54:03.729 INFO (MainThread) [homeassistant.components.sensor] Setting up mobile_app.sensor
2024-08-08 19:54:03.731 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up mobile_app.binary_sensor
2024-08-08 19:54:03.731 INFO (MainThread) [homeassistant.components.device_tracker] Setting up mobile_app.device_tracker
2024-08-08 19:54:03.731 INFO (MainThread) [homeassistant.components.sensor] Setting up mobile_app.sensor
2024-08-08 19:54:03.732 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2024-08-08 19:54:03.734 INFO (MainThread) [homeassistant.setup] Setting up default_config
2024-08-08 19:54:03.734 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.00 seconds
2024-08-08 19:54:03.735 INFO (MainThread) [homeassistant.components.sensor] Setting up swemail.sensor
2024-08-08 19:54:03.799 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'audit_log' for <class 'dict'>
2024-08-08 19:54:03.799 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'audit_log_streaming' for <class 'dict'>
2024-08-08 19:54:03.799 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'code_search' for <class 'dict'>
2024-08-08 19:54:03.799 DEBUG (MainThread) [custom_components.hacs] Can update 392 repositories
2024-08-08 19:54:03.799 INFO (MainThread) [custom_components.hacs] Enable category: integration
2024-08-08 19:54:03.799 INFO (MainThread) [custom_components.hacs] Enable category: plugin
2024-08-08 19:54:03.800 INFO (MainThread) [custom_components.hacs] Enable category: theme
2024-08-08 19:54:03.803 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-08-08 19:54:03.804 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-08-08 19:54:03.805 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-08-08 19:54:03.806 INFO (MainThread) [custom_components.hacs] Setting up plugin endpoint
2024-08-08 19:54:03.806 INFO (MainThread) [custom_components.hacs] <HacsFrontend> storage mode, cache for /hacsfiles/: True
2024-08-08 19:54:03.807 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-08-08 19:54:03.964 INFO (MainThread) [homeassistant.setup] Setting up google
2024-08-08 19:54:03.964 INFO (MainThread) [homeassistant.setup] Setup of domain google took 0.00 seconds
2024-08-08 19:54:03.973 INFO (MainThread) [homeassistant.setup] Setting up weather
2024-08-08 19:54:03.973 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.00 seconds
2024-08-08 19:54:03.973 INFO (MainThread) [homeassistant.components.weather] Setting up met.weather
2024-08-08 19:54:03.976 INFO (MainThread) [custom_components.illuminance.sensor] Ljusstyrka utomhus: Supported sensor weather.forecast_vart_hem: attribution is Weather forecast from met.no, delivered by the Norwegian Meteorological Institute.
2024-08-08 19:54:03.978 INFO (MainThread) [homeassistant.components.sensor] Setting up hacs.sensor
2024-08-08 19:54:03.978 INFO (MainThread) [custom_components.hacs] Stage changed: setup
2024-08-08 19:54:03.978 INFO (MainThread) [custom_components.hacs] Stage changed: waiting
2024-08-08 19:54:03.978 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
2024-08-08 19:54:03.984 INFO (MainThread) [homeassistant.setup] Setting up switch
2024-08-08 19:54:03.984 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.00 seconds
2024-08-08 19:54:03.984 INFO (MainThread) [homeassistant.components.switch] Setting up tellduslive.switch
2024-08-08 19:54:03.995 INFO (MainThread) [homeassistant.setup] Setting up script
2024-08-08 19:54:04.002 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.01 seconds
2024-08-08 19:54:04.027 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up hue.binary_sensor
2024-08-08 19:54:04.028 INFO (MainThread) [homeassistant.setup] Setting up event
2024-08-08 19:54:04.028 INFO (MainThread) [homeassistant.setup] Setup of domain event took 0.00 seconds
2024-08-08 19:54:04.028 INFO (MainThread) [homeassistant.components.event] Setting up hue.event
2024-08-08 19:54:04.028 INFO (MainThread) [homeassistant.setup] Setting up light
2024-08-08 19:54:04.031 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.00 seconds
2024-08-08 19:54:04.031 INFO (MainThread) [homeassistant.components.light] Setting up hue.light
2024-08-08 19:54:04.133 INFO (MainThread) [homeassistant.components.scene] Setting up hue.scene
2024-08-08 19:54:04.134 INFO (MainThread) [homeassistant.components.sensor] Setting up hue.sensor
2024-08-08 19:54:04.139 INFO (MainThread) [homeassistant.components.switch] Setting up hue.switch
2024-08-08 19:54:04.468 INFO (MainThread) [homeassistant.setup] Setting up automation
2024-08-08 19:54:04.485 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.02 seconds
2024-08-08 19:54:04.489 INFO (MainThread) [homeassistant.components.sensor] Setting up tellduslive.sensor
2024-08-08 19:54:04.657 INFO (MainThread) [homeassistant.setup] Setting up calendar
2024-08-08 19:54:04.658 INFO (MainThread) [homeassistant.setup] Setup of domain calendar took 0.00 seconds
2024-08-08 19:54:04.658 INFO (MainThread) [homeassistant.components.calendar] Setting up google.calendar
2024-08-08 19:54:04.982 INFO (MainThread) [homeassistant.components.light] Setting up tellduslive.light
2024-08-08 19:54:05.531 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration nordpool with title: Nordpool and entry_id: a1cfb4c3b72bcbcf3615fea1633de40f, 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 2161, in async_forward_entry_setup
    _report_non_awaited_platform_forwards(entry, "async_forward_entry_setup")
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1201, 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-08-08 19:54:06.335 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140669364069728] Initialized trigger
2024-08-08 19:54:06.345 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140669364069728] Initialized trigger
2024-08-08 19:54:06.351 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140669364069728] Initialized trigger
2024-08-08 19:54:06.357 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140669364069728] Initialized trigger
2024-08-08 19:54:06.365 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140669364069728] Initialized trigger
2024-08-08 19:54:06.373 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140669364069728] Initialized trigger
2024-08-08 19:54:06.381 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140669364069728] Initialized trigger
2024-08-08 19:54:06.390 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140669364069728] Initialized trigger
2024-08-08 19:54:06.401 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140669364069728] Initialized trigger
2024-08-08 19:54:06.418 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140669364069728] Initialized trigger
2024-08-08 19:54:06.426 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140669364069728] Initialized trigger
2024-08-08 19:54:06.434 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140669364069728] Initialized trigger
2024-08-08 19:54:06.443 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140669364069728] Initialized trigger
2024-08-08 19:54:06.450 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140669364069728] Initialized trigger
2024-08-08 19:54:06.641 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 4.39s
2024-08-08 19:54:06.641 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2024-08-08 19:54:06.646 INFO (MainThread) [custom_components.hacs] Stage changed: startup
2024-08-08 19:54:06.651 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-08-08 19:54:06.651 DEBUG (MainThread) [custom_components.hacs] There are 7 scheduled recurring tasks
2024-08-08 19:54:06.651 INFO (MainThread) [custom_components.hacs] Loading removed repositories
2024-08-08 19:54:06.874 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 19:54:06.875 INFO (MainThread) [custom_components.hacs] Loading known repositories
2024-08-08 19:54:07.088 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 19:54:07.128 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 19:54:07.134 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 19:54:07.135 INFO (MainThread) [custom_components.hacs] Starting recurring background task for downloaded repositories
2024-08-08 19:54:07.135 DEBUG (MainThread) [custom_components.hacs] Recurring background task for downloaded repositories done
2024-08-08 19:54:07.135 INFO (MainThread) [custom_components.hacs] Stage changed: running
2024-08-08 19:54:07.336 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 19:54:07.336 DEBUG (MainThread) [custom_components.hacs] <QueueManager> The queue is empty
2024-08-08 19:54:07.337 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.critical'. Content did not change
2024-08-08 19:54:07.513 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'audit_log' for <class 'dict'>
2024-08-08 19:54:07.513 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'audit_log_streaming' for <class 'dict'>
2024-08-08 19:54:07.513 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'code_search' for <class 'dict'>
2024-08-08 19:54:07.513 DEBUG (MainThread) [custom_components.hacs] Can update 391 repositories, items in queue 5
2024-08-08 19:54:07.513 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Checking out tasks to execute
2024-08-08 19:54:07.513 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Starting queue execution for 5 tasks
2024-08-08 19:54:07.513 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/nordpool> Getting repository information
2024-08-08 19:54:07.514 DEBUG (MainThread) [custom_components.hacs] <Integration DSorlov/swemail> Getting repository information
2024-08-08 19:54:07.514 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting repository information
2024-08-08 19:54:07.515 DEBUG (MainThread) [custom_components.hacs] <Plugin RomRider/apexcharts-card> Getting repository information
2024-08-08 19:54:07.515 DEBUG (MainThread) [custom_components.hacs] <Integration pnbruckner/ha-illuminance> Getting repository information
2024-08-08 19:54:08.016 DEBUG (MainThread) [custom_components.hacs] <Integration DSorlov/swemail> Running checks against v1.0.7
2024-08-08 19:54:08.124 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/nordpool> Running checks against 0.0.14
2024-08-08 19:54:08.144 DEBUG (MainThread) [custom_components.hacs] <Plugin RomRider/apexcharts-card> Running checks against v2.1.2
2024-08-08 19:54:08.293 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Running checks against 1.34.0
2024-08-08 19:54:08.450 DEBUG (MainThread) [custom_components.hacs] <Integration pnbruckner/ha-illuminance> Running checks against 5.4.3
2024-08-08 19:54:08.632 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 19:54:08.632 DEBUG (MainThread) [custom_components.hacs] <Integration DSorlov/swemail> Getting documentation for version=v1.0.7,filename=info.md
2024-08-08 19:54:08.632 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/DSorlov/swemail/v1.0.7/info.md
2024-08-08 19:54:08.766 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 19:54:08.766 DEBUG (MainThread) [custom_components.hacs] <Plugin RomRider/apexcharts-card> Getting documentation for version=v2.1.2,filename=README.md
2024-08-08 19:54:08.766 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/RomRider/apexcharts-card/v2.1.2/README.md
2024-08-08 19:54:08.790 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 19:54:08.790 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/nordpool> Getting documentation for version=45b4087,filename=README.md
2024-08-08 19:54:08.790 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/custom-components/nordpool/45b4087/README.md
2024-08-08 19:54:08.902 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 19:54:08.905 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 19:54:08.905 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting documentation for version=1.34.0,filename=info.md
2024-08-08 19:54:08.905 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/hacs/integration/1.34.0/info.md
2024-08-08 19:54:09.003 DEBUG (MainThread) [custom_components.hacs] unexpected char '\\' at 3570
2024-08-08 19:54:09.044 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 19:54:09.045 DEBUG (MainThread) [custom_components.hacs] <Integration pnbruckner/ha-illuminance> Getting documentation for version=5.4.3,filename=info.md
2024-08-08 19:54:09.045 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/pnbruckner/ha-illuminance/5.4.3/info.md
2024-08-08 19:54:09.142 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 19:54:09.222 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 19:54:09.426 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-08 19:54:09.428 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Queue execution finished for 5 tasks finished in 1.91 seconds
2024-08-08 19:54:09.428 DEBUG (MainThread) [custom_components.hacs] <HacsData async_write> Saving data
2024-08-08 19:54:09.469 INFO (MainThread) [homeassistant.components.automation.01_1_jkj_vakna] Initialized trigger 01.1 - JkJ - Vakna
2024-08-08 19:54:09.476 INFO (MainThread) [homeassistant.components.automation.01_2_jkj_dags_att_ga] Initialized trigger 01.2 - JkJ - Dags att gå
2024-08-08 19:54:09.476 INFO (MainThread) [homeassistant.components.automation.01_3_jkj_nattjobb] Initialized trigger 01.3 - JkJ - Nattjobb
2024-08-08 19:54:09.480 INFO (MainThread) [homeassistant.components.automation.02_1_lie_vakna] Initialized trigger 02.1 - Lie - Vakna
2024-08-08 19:54:09.480 INFO (MainThread) [homeassistant.components.automation.02_2_lie_kommer_hem_kvallspass] Initialized trigger 02.2 - Lie - kommer hem kvällspass
2024-08-08 19:54:09.480 INFO (MainThread) [homeassistant.components.automation.03_1_1_soluppgang_utebelysning] Initialized trigger 03.1.2 - Soluppgång utebelysning
2024-08-08 19:54:09.480 INFO (MainThread) [homeassistant.components.automation.03_2_solnedgang] Initialized trigger 03.2.1 - Solnedgång
2024-08-08 19:54:09.480 INFO (MainThread) [homeassistant.components.automation.03_2_2_solnedgang_trappan] Initialized trigger 03.2.2 - Solnedgång trappan
2024-08-08 19:54:09.480 INFO (MainThread) [homeassistant.components.automation.03_5_solnedgang_ingen_hemma] Initialized trigger 03.2.5 - Solnedgång ingen hemma
2024-08-08 19:54:09.481 INFO (MainThread) [homeassistant.components.automation.09_1_jkj_hbg_c] Initialized trigger 09.1 - JkJ Rydebäck
2024-08-08 19:54:09.481 INFO (MainThread) [homeassistant.components.automation.09_2_jkj_glumslov] Initialized trigger 09.2 - JkJ Glumslöv
2024-08-08 19:54:09.481 INFO (MainThread) [homeassistant.components.automation.10_1_lie_lamnar_hem] Initialized trigger 10.1 - Lie lämnar hem
2024-08-08 19:54:09.481 INFO (MainThread) [homeassistant.components.automation.10_2_lie_kommer_hem] Initialized trigger 10.2 - Lie kommer hem
2024-08-08 19:54:09.481 INFO (MainThread) [homeassistant.components.automation.10_3_lie_ank_stadsparken] Initialized trigger 10.3 - Lie ank. Stadsparken
2024-08-08 19:54:09.481 INFO (MainThread) [homeassistant.components.automation.10_4_lie_lamnar_stadsparken] Initialized trigger 10.4 - Lie lämnar Stadsparken
2024-08-08 19:54:09.481 INFO (MainThread) [homeassistant.components.automation.10_5_strax_framme_jkj_jobb] Initialized trigger 10.5 - Strax framme JkJ jobb
2024-08-08 19:54:09.481 INFO (MainThread) [homeassistant.components.automation.11_1_kyllarm] Initialized trigger 11.1 - Kyllarm
2024-08-08 19:54:09.482 INFO (MainThread) [homeassistant.components.automation.11_2_fryslarm] Initialized trigger 11.2 - Fryslarm
2024-08-08 19:54:09.483 INFO (MainThread) [homeassistant.components.automation.20_1_starta_om_workstation] Initialized trigger 20.1 - Starta om Proxmox
2024-08-08 19:54:09.484 INFO (MainThread) [homeassistant.components.automation.20_2_starta_om_media_dator] Initialized trigger 20.2.- Starta om Media dator
2024-08-08 19:54:09.484 INFO (MainThread) [homeassistant.components.automation.laddning_av_scooter_kvall] Initialized trigger 30.1 - Laddning av scooter - kväll
2024-08-08 19:54:09.484 INFO (MainThread) [homeassistant.components.automation.laddning_av_scooter_nattjobb] Initialized trigger 30.2 - Laddning av scooter - nattjobb
2024-08-08 19:54:09.484 INFO (MainThread) [homeassistant.components.automation.manuell_laddning_av_scooter] Initialized trigger 30.3 - Manuell laddning av scooter
2024-08-08 19:54:09.484 INFO (MainThread) [homeassistant.components.automation.postutdelning_postnord] Initialized trigger Postutdelning PostNord
2024-08-08 19:54:09.485 INFO (MainThread) [homeassistant.components.automation.tradgardsfix] Initialized trigger Trädgårdsfix
2024-08-08 19:54:09.485 INFO (MainThread) [homeassistant.components.automation.postutdelning_citymail] Initialized trigger Postutdelning CityMail
2024-08-08 19:54:09.485 INFO (MainThread) [homeassistant.components.automation.03_1_2_soluppgang] Initialized trigger 03.2.4 - Soluppgång
2024-08-08 19:54:09.485 INFO (MainThread) [homeassistant.components.automation.rorelse_rorelsedeckare_pa] Initialized trigger Rörelse - Deckare på
2024-08-08 19:54:09.489 INFO (MainThread) [homeassistant.components.automation.rorelse_kok_2] Initialized trigger Rörelse - Kök
2024-08-08 19:54:09.493 INFO (MainThread) [homeassistant.components.automation.rorelse_ovanvaning_2] Initialized trigger Rörelse - Ovanvåning
2024-08-08 19:54:09.493 INFO (MainThread) [homeassistant.components.automation.rorelse_rorelsedeckare_koket_av] Initialized trigger Rörelse - Deckare köket av
2024-08-08 19:54:09.493 INFO (MainThread) [homeassistant.components.automation.rorelse_rorelsedeckare_koket_pa] Initialized trigger Rörelse - Deckare köket på
2024-08-08 19:54:09.494 INFO (MainThread) [homeassistant.components.automation.03_2_1_solnedgang_kommer_hem] Initialized trigger 03.2.3 - Solnedgång - kommer hem
2024-08-08 19:54:09.494 INFO (MainThread) [homeassistant.components.automation.03_2_1_solnedgang_utebelysning] Initialized trigger 03.1.1 - Solnedgång utebelysning
2024-08-08 19:54:09.494 INFO (MainThread) [homeassistant.components.automation.02_3_lie_lamnar] Initialized trigger 02.3 - Lie - Lämnar
2024-08-08 19:54:09.494 INFO (MainThread) [homeassistant.components.automation.reboot_cctv] Initialized trigger 20.3 - Starta om CCTV
2024-08-08 19:54:09.494 INFO (MainThread) [homeassistant.components.automation.02_3_lie_vaknat] Initialized trigger 02.3 - Lie vaknat
2024-08-08 19:54:09.498 INFO (MainThread) [homeassistant.components.automation.rorelse_toalett_bv] Initialized trigger Rörelse - Toalett BV
2024-08-08 19:54:09.498 INFO (MainThread) [homeassistant.components.automation.99_1_toalett_bv_morgon] Initialized trigger 99.1 - Toalett BV morgon
2024-08-08 19:54:09.498 INFO (MainThread) [homeassistant.components.automation.99_2_toalett_bv_kvall] Initialized trigger 99.2 - Toalett BV kväll
2024-08-08 19:54:09.498 INFO (MainThread) [homeassistant.components.automation.reboot_homeassistant] Initialized trigger Reboot HomeAssistant
2024-08-08 19:54:09.499 INFO (MainThread) [homeassistant.components.automation.01_4_jkj_vack_min_dotter] Initialized trigger 01.4 - JkJ - Väck min dotter
2024-08-08 19:54:09.500 INFO (SyncWorker_12) [homeassistant.loader] Loaded dlna_dms from homeassistant.components.dlna_dms
2024-08-08 19:54:09.500 INFO (SyncWorker_11) [homeassistant.loader] Loaded ipp from homeassistant.components.ipp
2024-08-08 19:54:09.500 INFO (SyncWorker_4) [homeassistant.loader] Loaded upnp from homeassistant.components.upnp
2024-08-08 19:54:49.748 INFO (SyncWorker_12) [homeassistant.loader] Loaded samsungtv from homeassistant.components.samsungtv
2024-08-08 19:54:49.748 INFO (SyncWorker_12) [homeassistant.loader] Loaded dlna_dmr from homeassistant.components.dlna_dmr

Diagnostics dump

{ "home_assistant": { "installation_type": "Home Assistant OS", "version": "2024.8.0", "dev": false, "hassio": true, "virtualenv": false, "python_version": "3.12.4", "docker": true, "arch": "x86_64", "timezone": "Europe/Stockholm", "os_name": "Linux", "os_version": "6.6.33-haos", "supervisor": "2024.08.0", "host_os": "Home Assistant OS 12.4", "docker_version": "26.1.4", "chassis": "vm", "run_as_root": true }, "custom_components": { "swemail": { "documentation": "https://github.com/dsorlov/swemail", "version": "1.0.7", "requirements": [] }, "illuminance": { "documentation": "https://github.com/pnbruckner/ha-illuminance/5.4.3/master/README.md", "version": "5.4.3", "requirements": [] }, "nordpool": { "documentation": "https://github.com/custom-components/nordpool/", "version": "0.0.14", "requirements": [ "nordpool>=0.2", "backoff" ] }, "hacs": { "documentation": "https://hacs.xyz/docs/configuration/start", "version": "1.34.0", "requirements": [ "aiogithubapi>=22.10.1" ] } }, "integration_manifest": { "domain": "hacs", "name": "HACS", "codeowners": [ "ludeeus" ], "config_flow": true, "dependencies": [ "http", "websocket_api", "frontend", "persistent_notification", "lovelace", "repairs" ], "documentation": "https://hacs.xyz/docs/configuration/start", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/hacs/integration/issues", "requirements": [ "aiogithubapi>=22.10.1" ], "version": "1.34.0", "is_built_in": false }, "setup_times": { "null": { "setup": 3.763200015782786e-05 }, "cf891a6858c6bb2a11af52ae12ab5fb9": { "wait_import_platforms": -0.1703383120000126, "config_entry_setup": 0.6470376469999337 } }, "data": { "entry": { "created_at": "1970-01-01T00:00:00+00:00", "data": { "token": "REDACTED" }, "disabled_by": null, "domain": "hacs", "entry_id": "cf891a6858c6bb2a11af52ae12ab5fb9", "minor_version": 1, "modified_at": "1970-01-01T00:00:00+00:00", "options": {}, "pref_disable_new_entities": false, "pref_disable_polling": false, "source": "user", "title": "", "unique_id": null, "version": 1 }, "hacs": { "stage": "running", "version": "1.34.0", "disabled_reason": null, "new": false, "startup": false, "categories": [ "integration", "plugin", "theme" ], "renamed_repositories": { "78wesley/Darkish-Theme": "78wesley/Home-Assistant-Darkish-Theme", "9a4gl/hass-peltec": "9a4gl/hass-centrometal-boiler", "DarkSir23/sensor.mylar": "WillowMist/sensor.mylar", "dmitry-k/yandex_smart_home": "dext0r/yandex_smart_home", "nbogojevic/homeassistant-midea-dehumidifier-lan": "nbogojevic/homeassistant-midea-air-appliances-lan", "nikrolls/homeassistant-goldair-climate": "nicole-ashley/homeassistant-goldair-climate", "wernerhp/ha_integration_load_shedding": "wernerhp/ha.integration.load_shedding", "wills106/homsassistant-solax-modbus": "wills106/homeassistant-solax-modbus", "arjenvrh/audi_connect_ha": "audiconnect/audi_connect_ha", "htmltiger/config-editor": "junkfix/config-editor", "htmltiger/config-editor-card": "junkfix/config-editor-card", "orickcorreia/caule-themes-pack-1": "ricardoquecria/caule-themes-pack-1", "htmltiger/numberbox-card": "junkfix/numberbox-card", "jonasniesner/open_epaper_link_homeassistant": "OpenEPaperLink/Home_Assistant_Integration", "Limych/ha-temperature-feels-like": "Limych/ha-apparent-temperature", "wimb0/home-assistant-saj-modbus": "wimb0/home-assistant-saj-r5-modbus", "t0mer/ims-custom-component": "GuyKh/ims-custom-component" }, "archived_repositories": [ "pfunkmallone/HACS-camect-custom_card", "digitaljamie/google-theme", "dgomes/ha_rrd_recorder", "Thomas55555/husqvarna_automower", "disforw/inverse", "toringer/home-assistant-sbanken", "chaptergy/noctis-grey", "pfunkmallone/HACS-camect-integration", "sakowicz/home-assistant-tenda-tracker", "perara/systemair-save-connect", "alexarch21/history-explorer-card", "DeebotUniverse/Deebot-4-Home-Assistant", "Mr-Groch/HA-Emulated-Color-Temp-Light", "briis/hass-weatherflow", "patrickhilker/tedee_hass_integration", "speleolontra/daikin_residential_altherma" ], "ignored_repositories": [], "lovelace_mode": "storage", "configuration": { "appdaemon": false, "country": "ALL", "debug": false, "dev": false, "experimental": false, "netdaemon": false, "python_script": false, "release_limit": 5, "theme": false } }, "custom_repositories": [ "home-assistant-libs/python-matter-server", "pnbruckner/ha-illuminance", "elupus/hass_nibe" ], "repositories": [ { "data": { "archived": false, "authors": [ "@hellowlol" ], "category": "integration", "config_flow": true, "default_branch": "master", "description": "This component allows you to pull in the energy prices into Home-Assistant.", "domain": "nordpool", "downloads": 0, "etag_repository": "W/\"d799ac0a1b5e80dcbd13b8d2acbb6f09a7028cd1067fa45519a21d3872ff5033\"", "etag_releases": null, "file_name": "", "first_install": false, "full_name": "custom-components/nordpool", "hide": false, "has_issues": true, "id": "201805130", "installed_commit": "45b4087", "installed_version": null, "installed": true, "last_commit": "4b65997", "last_updated": "2024-07-29T21:57:50Z", "last_version": "0.0.14", "manifest_name": "Nord Pool", "new": false, "open_issues": 38, "published_tags": [ "0.0.14", "0.0.13", "0.0.12", "0.0.11", "0.0.10" ], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 435, "topics": [ "energy-prices", "nordpool" ] }, "integration_manifest": { "domain": "nordpool", "name": "Nord Pool", "after_dependencies": [ "http" ], "codeowners": [ "@hellowlol" ], "config_flow": true, "dependencies": [], "documentation": "https://github.com/custom-components/nordpool/", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/custom-components/nordpool/issues", "requirements": [ "nordpool>=0.2", "backoff" ], "version": "0.0.14" }, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": null, "manifest": { "name": "nordpool", "render_readme": true }, "name": "nordpool", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": "0.0.14", "paths": { "localpath": "/config/custom_components/nordpool", "local": "/config/custom_components/nordpool", "remote": "custom_components/nordpool" } }, { "data": { "archived": false, "authors": [ "@dsorlov" ], "category": "integration", "config_flow": true, "default_branch": "main", "description": "Swedish Post Delivery integration for Home Assistant", "domain": "swemail", "downloads": 0, "etag_repository": "W/\"61b29092b848b8ceb5c1ce616e73ce97ffc0261a2f7d13bbf5fb1dcf5de4c373\"", "etag_releases": null, "file_name": "", "first_install": false, "full_name": "DSorlov/swemail", "hide": false, "has_issues": true, "id": "460392242", "installed_commit": "c16c165", "installed_version": "v1.0.7", "installed": true, "last_commit": "c66030e", "last_updated": "2024-06-06T19:29:15Z", "last_version": "v1.0.7", "manifest_name": "Svensk Postutdelning", "new": false, "open_issues": 0, "published_tags": [ "v1.0.7", "v1.0.6", "v1.0.5", "v1.0.4", "v1.0.3" ], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 34, "topics": [ "citymail", "postnord" ] }, "integration_manifest": { "domain": "swemail", "name": "Svensk Postutdelning", "config_flow": true, "dependencies": [], "documentation": "https://github.com/dsorlov/swemail", "issue_tracker": "https://github.com/dsorlov/swemail/issues", "codeowners": [ "@dsorlov" ], "iot_class": "cloud_polling", "version": "1.0.7", "quality_scale": "silver" }, "repository_manifest": { "content_in_root": false, "country": [ "SE" ], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": "2022.03.0", "manifest": { "name": "Svensk Postutdelning", "country": "SE", "homeassistant": "2022.03.0" }, "name": "Svensk Postutdelning", "persistent_directory": null, "render_readme": false, "zip_release": false }, "ref": "v1.0.7", "paths": { "localpath": "/config/custom_components/swemail", "local": "/config/custom_components/swemail", "remote": "custom_components/swemail" } }, { "data": { "archived": false, "authors": [ "@ludeeus" ], "category": "integration", "config_flow": true, "default_branch": "main", "description": "HACS gives you a powerful UI to handle downloads of all your custom needs.", "domain": "hacs", "downloads": 769470, "etag_repository": "W/\"73ad062e65e75f5f55e24fd03f71dda141d9545b820cccee8125a0a0aa70bc7a\"", "etag_releases": null, "file_name": "", "first_install": false, "full_name": "hacs/integration", "hide": false, "has_issues": true, "id": "172733314", "installed_commit": "7d46a52", "installed_version": "1.34.0", "installed": true, "last_commit": "1c1bb0b", "last_updated": "2024-08-05T06:21:26Z", "last_version": "1.34.0", "manifest_name": "HACS", "new": false, "open_issues": 17, "published_tags": [ "1.34.0", "1.33.0", "1.32.1", "1.32.0", "1.31.0" ], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 4974, "topics": [ "community", "package-manager" ] }, "integration_manifest": { "domain": "hacs", "name": "HACS", "codeowners": [ "@ludeeus" ], "config_flow": true, "dependencies": [ "http", "websocket_api", "frontend", "persistent_notification", "lovelace", "repairs" ], "documentation": "https://hacs.xyz/docs/configuration/start", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/hacs/integration/issues", "requirements": [ "aiogithubapi>=22.10.1" ], "version": "0.0.0" }, "repository_manifest": { "content_in_root": false, "country": [], "filename": "hacs.zip", "hacs": "0.19.0", "hide_default_branch": true, "homeassistant": "2023.6.0", "manifest": { "name": "HACS", "zip_release": true, "hide_default_branch": true, "homeassistant": "2023.6.0", "hacs": "0.19.0", "filename": "hacs.zip" }, "name": "HACS", "persistent_directory": null, "render_readme": false, "zip_release": true }, "ref": "1.34.0", "paths": { "localpath": "/config/custom_components/hacs", "local": "/config/custom_components/hacs", "remote": "custom_components/hacs" } }, { "data": { "archived": false, "authors": [], "category": "plugin", "config_flow": false, "default_branch": "master", "description": "\ud83d\udcc8 A Lovelace card to display advanced graphs and charts based on ApexChartsJS for Home Assistant", "domain": "", "downloads": 50485, "etag_repository": "W/\"ff09e8efd2e1d69f64624df08a52ee6f3fb122c325a0af05f2deb049efc78722\"", "etag_releases": null, "file_name": "apexcharts-card.js", "first_install": false, "full_name": "RomRider/apexcharts-card", "hide": false, "has_issues": true, "id": "331701152", "installed_commit": "6601972", "installed_version": "v2.1.2", "installed": true, "last_commit": "6601972", "last_updated": "2024-07-18T15:20:13Z", "last_version": "v2.1.2", "manifest_name": null, "new": false, "open_issues": 71, "published_tags": [ "v2.1.2", "v2.1.1", "v2.1.0", "v2.0.4", "v2.0.3" ], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 1098, "topics": [ "apexcharts", "iot" ] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": "2023.7.0", "manifest": { "name": "apexcharts-card", "homeassistant": "2023.7.0", "render_readme": true }, "name": "apexcharts-card", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": "v2.1.2", "paths": { "localpath": "/config/www/community/apexcharts-card", "local": "/config/www/community/apexcharts-card", "remote": "release" } }, { "data": { "archived": false, "authors": [ "@pnbruckner" ], "category": "integration", "config_flow": true, "default_branch": "master", "description": "Home Assistant Illuminance Sensor", "domain": "illuminance", "downloads": 0, "etag_repository": "W/\"69ddd33eec4560b2ef0551462b11cdab124e37cbc534aabd59a5176556880527\"", "etag_releases": null, "file_name": "", "first_install": false, "full_name": "pnbruckner/ha-illuminance", "hide": false, "has_issues": true, "id": "192401201", "installed_commit": "133f92d", "installed_version": "5.4.3", "installed": true, "last_commit": "a9d7d5a", "last_updated": "2024-06-07T14:56:02Z", "last_version": "5.4.3", "manifest_name": "Illuminance", "new": false, "open_issues": 4, "published_tags": [ "5.4.3", "5.4.2", "5.4.1", "5.4.0", "5.3.0" ], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 149, "topics": [ "homeassistant-custom-component", "illuminance" ] }, "integration_manifest": { "domain": "illuminance", "name": "Illuminance", "codeowners": [ "@pnbruckner" ], "config_flow": true, "dependencies": [], "documentation": "https://github.com/pnbruckner/ha-illuminance/5.4.3/master/README.md", "iot_class": "calculated", "issue_tracker": "https://github.com/pnbruckner/ha-illuminance/issues", "requirements": [], "version": "5.4.3" }, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": "2023.4.0", "manifest": { "name": "Illuminance", "homeassistant": "2023.4.0" }, "name": "Illuminance", "persistent_directory": null, "render_readme": false, "zip_release": false }, "ref": "5.4.3", "paths": { "localpath": "/config/custom_components/illuminance", "local": "/config/custom_components/illuminance", "remote": "custom_components/illuminance" } } ], "rate_limit": { "resources": { "core": { "limit": 5000, "used": 112, "remaining": 4888, "reset": 1723140090 }, "search": { "limit": 30, "used": 0, "remaining": 30, "reset": 1723139909 }, "graphql": { "limit": 5000, "used": 0, "remaining": 5000, "reset": 1723143449 }, "integration_manifest": { "limit": 5000, "used": 0, "remaining": 5000, "reset": 1723143449 }, "source_import": { "limit": 100, "used": 0, "remaining": 100, "reset": 1723139909 }, "code_scanning_upload": { "limit": 1000, "used": 0, "remaining": 1000, "reset": 1723143449 }, "actions_runner_registration": { "limit": 10000, "used": 0, "remaining": 10000, "reset": 1723143449 }, "scim": { "limit": 15000, "used": 0, "remaining": 15000, "reset": 1723143449 }, "dependency_snapshots": { "limit": 100, "used": 0, "remaining": 100, "reset": 1723139909 } }, "rate": { "limit": 5000, "used": 112, "remaining": 4888, "reset": 1723140090 } } } }

hacs-bot[bot] commented 1 month 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:

tjorim commented 1 month ago

Duplicate...

herm95 commented 1 month ago

Duplicate...

of...? I have a similar issue and countless times this was the the only issue I was seeing, it'd be helpful to not only myself but others & the reporter if you'd mention the aforementioned duplicate.

tjorim commented 1 month ago

I'm not your personal search engine. When creating an item in the checklist that says

This issue is not a duplicate issue of currently open or issues pending release.

Second link contains the issue that was created here (again).

PS: Actually this issue mentions 3 separate ones but they're all known, fixed and pending release...

3828 #3660 #3534