hacs / integration

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

Rate limit on a fresh HA instanse #4014

Closed RakhmatovR closed 2 weeks ago

RakhmatovR commented 2 weeks ago

System Health details

System Information

version core-2024.8.3
installation_type Home Assistant Supervised
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.4
os_name Linux
os_version 6.6.47-v8+
arch aarch64
timezone Europe/Belgrade
config_dir /config
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 | Debian GNU/Linux 12 (bookworm) -- | -- update_channel | stable supervisor_version | supervisor-2024.08.0 agent_version | 1.6.0 docker_version | 27.2.0 disk_total | 234.3 GB disk_used | 6.4 GB healthy | true supported | true host_connectivity | true supervisor_connectivity | true ntp_synchronized | true virtualization | supervisor_api | ok version_api | ok installed_addons | Cloudflared (5.1.19), Studio Code Server (5.15.0)
Dashboards dashboards | 2 -- | -- resources | 0 views | 0 mode | storage
Recorder oldest_recorder_run | August 28, 2024 at 9:48 AM -- | -- current_recorder_run | August 29, 2024 at 10:09 AM estimated_db_size | 0.38 MiB database_engine | sqlite database_version | 3.45.3

Checklist

Describe the issue

I installed a fresh HA instanse and now I'm trying to install HACS. When it's installed, I'm getting a GitHub rate limit which is not going away after some time (more than 1 hour).

I noticed that GitHub's used requests are continiously growing even after reset when reset timestamp is met.

Reproduction steps

  1. Install the Get HACS add-on.
  2. Start the add-on.
  3. Restart Home Assistant.
  4. In Home Assistant, go to Settings > Devices & services.
  5. Clear browser's cache.
  6. Select + Add integration.
  7. Search for HACS and select it.
  8. Acknowledge the statements and select Submit.
  9. Authenticate the integration.
  10. From this point I'm getting different behaviour, when authenticated: image

Note: I don't have found devices which is visible in the docs, and already getting rate limit GitHub error in the logs.

Debug logs

2024-08-29 10:23:14.650 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-08-29 10:23:14.996 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.11 seconds
2024-08-29 10:23:14.997 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.11 seconds
2024-08-29 10:23:14.997 INFO (MainThread) [homeassistant.bootstrap] Setting up frontend: {'frontend'}
2024-08-29 10:23:14.998 INFO (MainThread) [homeassistant.setup] Setting up http
2024-08-29 10:23:14.999 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2024-08-29 10:23:14.999 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.00 seconds
2024-08-29 10:23:15.026 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.03 seconds
2024-08-29 10:23:15.027 INFO (MainThread) [homeassistant.setup] Setting up auth
2024-08-29 10:23:15.029 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.00 seconds
2024-08-29 10:23:15.030 INFO (MainThread) [homeassistant.setup] Setting up config
2024-08-29 10:23:15.038 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.01 seconds
2024-08-29 10:23:15.038 INFO (MainThread) [homeassistant.setup] Setting up diagnostics
2024-08-29 10:23:15.041 INFO (MainThread) [homeassistant.setup] Setup of domain diagnostics took 0.00 seconds
2024-08-29 10:23:15.041 INFO (MainThread) [homeassistant.setup] Setting up file_upload
2024-08-29 10:23:15.042 INFO (MainThread) [homeassistant.setup] Setup of domain file_upload took 0.00 seconds
2024-08-29 10:23:15.044 INFO (MainThread) [homeassistant.setup] Setting up repairs
2024-08-29 10:23:15.045 INFO (MainThread) [homeassistant.setup] Setup of domain repairs took 0.00 seconds
2024-08-29 10:23:15.046 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2024-08-29 10:23:15.046 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.00 seconds
2024-08-29 10:23:15.047 INFO (MainThread) [homeassistant.setup] Setting up api
2024-08-29 10:23:15.052 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.00 seconds
2024-08-29 10:23:15.052 INFO (MainThread) [homeassistant.setup] Setting up search
2024-08-29 10:23:15.053 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.00 seconds
2024-08-29 10:23:15.059 INFO (MainThread) [homeassistant.setup] Setting up image_upload
2024-08-29 10:23:15.062 INFO (MainThread) [homeassistant.setup] Setup of domain image_upload took 0.00 seconds
2024-08-29 10:23:15.063 INFO (MainThread) [homeassistant.setup] Setting up person
2024-08-29 10:23:15.067 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.00 seconds
2024-08-29 10:23:15.067 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2024-08-29 10:23:15.068 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.00 seconds
2024-08-29 10:23:15.068 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2024-08-29 10:23:15.072 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.00 seconds
2024-08-29 10:23:15.090 INFO (MainThread) [homeassistant.setup] Setting up frontend
2024-08-29 10:23:15.109 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.02 seconds
2024-08-29 10:23:15.110 INFO (MainThread) [homeassistant.bootstrap] Setting up recorder: {'recorder'}
2024-08-29 10:23:15.118 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123
2024-08-29 10:23:15.126 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.02 seconds
2024-08-29 10:23:15.137 INFO (MainThread) [homeassistant.setup] Setting up recorder
2024-08-29 10:23:15.224 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.09 seconds
2024-08-29 10:23:15.225 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'auth', 'cloud', 'http', 'usb', 'repairs', 'websocket_api', 'hassio', 'api', 'webhook', 'zeroconf', 'bluetooth', 'dhcp', 'network', 'ssdp'}
2024-08-29 10:23:15.227 INFO (MainThread) [homeassistant.setup] Setting up webhook
2024-08-29 10:23:15.229 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.00 seconds
2024-08-29 10:23:15.231 INFO (MainThread) [homeassistant.setup] Setting up hassio
2024-08-29 10:23:15.236 INFO (MainThread) [homeassistant.setup] Setting up network
2024-08-29 10:23:15.243 INFO (MainThread) [homeassistant.setup] Setup of domain network took 0.01 seconds
2024-08-29 10:23:15.587 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 0.36 seconds
2024-08-29 10:23:15.635 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2024-08-29 10:23:15.638 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.00 seconds
2024-08-29 10:23:15.639 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up hassio.binary_sensor
2024-08-29 10:23:15.641 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.hassio entity: binary_sensor.get_hacs_running
2024-08-29 10:23:15.642 INFO (MainThread) [homeassistant.setup] Setting up sensor
2024-08-29 10:23:15.643 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.00 seconds
2024-08-29 10:23:15.643 INFO (MainThread) [homeassistant.components.sensor] Setting up hassio.sensor
2024-08-29 10:23:15.647 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.hassio entity: sensor.get_hacs_version
2024-08-29 10:23:15.648 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.hassio entity: sensor.get_hacs_newest_version
2024-08-29 10:23:15.648 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.hassio entity: sensor.get_hacs_cpu_percent
2024-08-29 10:23:15.649 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.hassio entity: sensor.get_hacs_memory_percent
2024-08-29 10:23:15.653 INFO (MainThread) [homeassistant.setup] Setting up update
2024-08-29 10:23:15.654 INFO (MainThread) [homeassistant.setup] Setup of domain update took 0.00 seconds
2024-08-29 10:23:15.655 INFO (MainThread) [homeassistant.components.update] Setting up hassio.update
2024-08-29 10:23:15.665 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new update.hassio entity: update.get_hacs_update
2024-08-29 10:23:15.793 INFO (MainThread) [homeassistant.setup] Setting up cloud
2024-08-29 10:23:15.797 INFO (MainThread) [homeassistant.setup] Setting up ffmpeg
2024-08-29 10:23:15.798 INFO (MainThread) [homeassistant.setup] Setup of domain ffmpeg took 0.00 seconds
2024-08-29 10:23:15.799 INFO (MainThread) [homeassistant.setup] Setting up tts
2024-08-29 10:23:15.799 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.01 seconds
2024-08-29 10:23:15.815 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.02 seconds
2024-08-29 10:23:15.826 INFO (MainThread) [homeassistant.setup] Setting up usb
2024-08-29 10:23:15.826 INFO (MainThread) [homeassistant.setup] Setup of domain usb took 0.00 seconds
2024-08-29 10:23:15.905 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2024-08-29 10:23:15.914 INFO (MainThread) [zeroconf] Address in use when adding (('fe80::2d5a:b564:cb76:bd21', 0, 3), 3) to multicast group, it is expected to happen on some systems
2024-08-29 10:23:16.114 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2024-08-29 10:23:16.114 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.21 seconds
2024-08-29 10:23:16.158 INFO (MainThread) [homeassistant.setup] Setting up dhcp
2024-08-29 10:23:16.159 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.00 seconds
2024-08-29 10:23:16.238 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2024-08-29 10:23:16.260 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.02 seconds
2024-08-29 10:23:16.448 INFO (MainThread) [homeassistant.setup] Setting up bluetooth
2024-08-29 10:23:16.528 INFO (MainThread) [homeassistant.setup] Setup of domain bluetooth took 0.08 seconds
2024-08-29 10:23:16.535 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'automation', 'timer', 'ffmpeg', 'shopping_list', 'image_upload', 'homeassistant_alerts', 'config', 'onboarding', 'sun', 'lovelace', 'search', 'cast', 'analytics', 'trace', 'rpi_power', 'input_text', 'scene', 'conversation', 'my', 'stream', 'input_select', 'thread', 'input_button', 'radio_browser', 'hardware', 'input_datetime', 'stt', 'script', 'media_source', 'map', 'mobile_app', 'file_upload', 'blueprint', 'default_config', 'met', 'input_number', 'zone', 'backup', 'device_automation', 'diagnostics', 'input_boolean', 'system_health', 'tts', 'assist_pipeline', 'energy', 'wake_word', 'person', 'counter', 'history', 'tag', 'intent', 'google_translate', 'logbook', 'schedule', 'application_credentials'}
2024-08-29 10:23:16.537 INFO (MainThread) [homeassistant.setup] Setting up scene
2024-08-29 10:23:16.540 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2024-08-29 10:23:16.546 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 0.01 seconds
2024-08-29 10:23:16.546 INFO (MainThread) [homeassistant.setup] Setting up wake_word
2024-08-29 10:23:16.547 INFO (MainThread) [homeassistant.setup] Setup of domain wake_word took 0.00 seconds
2024-08-29 10:23:16.547 INFO (MainThread) [homeassistant.setup] Setting up stt
2024-08-29 10:23:16.549 INFO (MainThread) [homeassistant.setup] Setup of domain stt took 0.00 seconds
2024-08-29 10:23:16.550 INFO (MainThread) [homeassistant.setup] Setting up blueprint
2024-08-29 10:23:16.550 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.00 seconds
2024-08-29 10:23:16.550 INFO (MainThread) [homeassistant.setup] Setting up trace
2024-08-29 10:23:16.551 INFO (MainThread) [homeassistant.setup] Setup of domain trace took 0.00 seconds
2024-08-29 10:23:16.551 INFO (MainThread) [homeassistant.setup] Setting up automation
2024-08-29 10:23:16.555 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.00 seconds
2024-08-29 10:23:16.555 INFO (MainThread) [homeassistant.setup] Setting up timer
2024-08-29 10:23:16.560 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 0.00 seconds
2024-08-29 10:23:16.561 INFO (MainThread) [homeassistant.setup] Setting up input_number
2024-08-29 10:23:16.567 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 0.01 seconds
2024-08-29 10:23:16.568 INFO (MainThread) [homeassistant.setup] Setting up zone
2024-08-29 10:23:16.572 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 0.00 seconds
2024-08-29 10:23:16.573 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2024-08-29 10:23:16.575 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 0.00 seconds
2024-08-29 10:23:16.577 INFO (MainThread) [homeassistant.setup] Setting up system_health
2024-08-29 10:23:16.578 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.00 seconds
2024-08-29 10:23:16.579 INFO (MainThread) [homeassistant.setup] Setting up history
2024-08-29 10:23:16.580 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.00 seconds
2024-08-29 10:23:16.581 INFO (MainThread) [homeassistant.setup] Setting up stream
2024-08-29 10:23:16.583 INFO (MainThread) [homeassistant.setup] Setting up input_select
2024-08-29 10:23:16.593 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 0.01 seconds
2024-08-29 10:23:16.595 INFO (MainThread) [homeassistant.setup] Setting up input_button
2024-08-29 10:23:16.598 INFO (MainThread) [homeassistant.setup] Setup of domain input_button took 0.00 seconds
2024-08-29 10:23:16.599 INFO (MainThread) [homeassistant.setup] Setting up logbook
2024-08-29 10:23:16.602 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.00 seconds
2024-08-29 10:23:16.603 INFO (MainThread) [homeassistant.setup] Setting up script
2024-08-29 10:23:16.604 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.00 seconds
2024-08-29 10:23:16.605 INFO (MainThread) [homeassistant.setup] Setting up media_source
2024-08-29 10:23:16.608 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 0.00 seconds
2024-08-29 10:23:16.743 INFO (MainThread) [homeassistant.setup] Setting up intent
2024-08-29 10:23:16.744 INFO (MainThread) [homeassistant.setup] Setup of domain intent took 0.00 seconds
2024-08-29 10:23:16.747 INFO (MainThread) [homeassistant.setup] Setting up conversation
2024-08-29 10:23:16.749 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.00 seconds
2024-08-29 10:23:16.752 INFO (MainThread) [homeassistant.setup] Setting up assist_pipeline
2024-08-29 10:23:16.756 INFO (MainThread) [homeassistant.setup] Setup of domain assist_pipeline took 0.00 seconds
2024-08-29 10:23:16.771 INFO (MainThread) [homeassistant.setup] Setting up homeassistant_alerts
2024-08-29 10:23:16.771 INFO (MainThread) [homeassistant.setup] Setup of domain homeassistant_alerts took 0.00 seconds
2024-08-29 10:23:16.789 INFO (MainThread) [homeassistant.setup] Setting up shopping_list
2024-08-29 10:23:16.789 INFO (MainThread) [homeassistant.setup] Setup of domain shopping_list took 0.00 seconds
2024-08-29 10:23:16.839 INFO (MainThread) [homeassistant.setup] Setting up met
2024-08-29 10:23:16.839 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.00 seconds
2024-08-29 10:23:16.886 INFO (MainThread) [homeassistant.setup] Setting up backup
2024-08-29 10:23:16.886 INFO (MainThread) [homeassistant.setup] Setup of domain backup took 0.00 seconds
2024-08-29 10:23:16.897 INFO (MainThread) [homeassistant.setup] Setting up sun
2024-08-29 10:23:16.898 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.00 seconds
2024-08-29 10:23:16.904 INFO (MainThread) [homeassistant.components.sensor] Setting up sun.sensor
2024-08-29 10:23:16.934 INFO (MainThread) [homeassistant.setup] Setting up rpi_power
2024-08-29 10:23:16.934 INFO (MainThread) [homeassistant.setup] Setup of domain rpi_power took 0.00 seconds
2024-08-29 10:23:16.988 INFO (MainThread) [homeassistant.setup] Setting up input_text
2024-08-29 10:23:16.997 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 0.01 seconds
2024-08-29 10:23:16.999 INFO (MainThread) [homeassistant.setup] Setting up my
2024-08-29 10:23:16.999 INFO (MainThread) [homeassistant.setup] Setup of domain my took 0.00 seconds
2024-08-29 10:23:17.010 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.43 seconds
2024-08-29 10:23:17.030 INFO (MainThread) [homeassistant.setup] Setting up energy
2024-08-29 10:23:17.031 INFO (MainThread) [homeassistant.setup] Setup of domain energy took 0.00 seconds
2024-08-29 10:23:17.036 INFO (MainThread) [homeassistant.setup] Setting up counter
2024-08-29 10:23:17.039 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 0.00 seconds
2024-08-29 10:23:17.047 INFO (MainThread) [homeassistant.setup] Setting up tag
2024-08-29 10:23:17.049 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 0.00 seconds
2024-08-29 10:23:17.145 INFO (MainThread) [homeassistant.setup] Setting up thread
2024-08-29 10:23:17.146 INFO (MainThread) [homeassistant.setup] Setup of domain thread took 0.00 seconds
2024-08-29 10:23:17.379 INFO (MainThread) [homeassistant.setup] Setting up radio_browser
2024-08-29 10:23:17.379 INFO (MainThread) [homeassistant.setup] Setup of domain radio_browser took 0.00 seconds
2024-08-29 10:23:17.395 INFO (MainThread) [homeassistant.setup] Setting up hardware
2024-08-29 10:23:17.411 INFO (MainThread) [homeassistant.setup] Setting up google_translate
2024-08-29 10:23:17.412 INFO (MainThread) [homeassistant.setup] Setup of domain google_translate took 0.00 seconds
2024-08-29 10:23:17.444 INFO (MainThread) [homeassistant.setup] Setting up schedule
2024-08-29 10:23:17.448 INFO (MainThread) [homeassistant.setup] Setup of domain schedule took 0.00 seconds
2024-08-29 10:23:17.464 INFO (MainThread) [homeassistant.setup] Setting up input_datetime
2024-08-29 10:23:17.467 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 0.00 seconds
2024-08-29 10:23:17.477 INFO (MainThread) [homeassistant.setup] Setting up map
2024-08-29 10:23:17.478 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.00 seconds
2024-08-29 10:23:17.488 INFO (MainThread) [homeassistant.setup] Setting up application_credentials
2024-08-29 10:23:17.490 INFO (MainThread) [homeassistant.setup] Setup of domain application_credentials took 0.00 seconds
2024-08-29 10:23:17.493 INFO (MainThread) [homeassistant.setup] Setup of domain hardware took 0.10 seconds
2024-08-29 10:23:17.593 INFO (MainThread) [homeassistant.setup] Setting up cast
2024-08-29 10:23:17.595 INFO (MainThread) [homeassistant.setup] Setup of domain cast took 0.00 seconds
2024-08-29 10:23:17.616 INFO (MainThread) [homeassistant.setup] Setting up todo
2024-08-29 10:23:17.633 INFO (MainThread) [homeassistant.setup] Setup of domain todo took 0.01 seconds
2024-08-29 10:23:17.634 INFO (MainThread) [homeassistant.components.todo] Setting up shopping_list.todo
2024-08-29 10:23:17.638 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up rpi_power.binary_sensor
2024-08-29 10:23:17.646 INFO (MainThread) [homeassistant.components.sensor] Setting up energy.sensor
2024-08-29 10:23:17.649 INFO (SyncWorker_4) [homeassistant.components.rpi_power.binary_sensor] Voltage normalized. Everything is working as intended.
2024-08-29 10:23:17.658 INFO (MainThread) [homeassistant.setup] Setting up analytics
2024-08-29 10:23:17.658 INFO (MainThread) [homeassistant.setup] Setup of domain analytics took 0.00 seconds
2024-08-29 10:23:17.713 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2024-08-29 10:23:17.719 INFO (MainThread) [homeassistant.setup] Setting up notify
2024-08-29 10:23:17.720 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.00 seconds
2024-08-29 10:23:17.721 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.01 seconds
2024-08-29 10:23:17.722 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2024-08-29 10:23:17.722 INFO (MainThread) [homeassistant.setup] Setting up default_config
2024-08-29 10:23:17.724 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.00 seconds
2024-08-29 10:23:17.732 INFO (MainThread) [homeassistant.setup] Setting up weather
2024-08-29 10:23:17.734 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.00 seconds
2024-08-29 10:23:17.735 INFO (MainThread) [homeassistant.components.weather] Setting up met.weather
2024-08-29 10:23:17.770 INFO (MainThread) [homeassistant.components.tts] Setting up google_translate.tts
2024-08-29 10:23:17.801 INFO (MainThread) [homeassistant.setup] Setting up media_player
2024-08-29 10:23:17.814 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.01 seconds
2024-08-29 10:23:17.814 INFO (MainThread) [homeassistant.components.media_player] Setting up cast.media_player
2024-08-29 10:23:17.846 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 3.20s
2024-08-29 10:23:17.849 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2024-08-29 10:23:17.868 INFO (SyncWorker_1) [homeassistant.loader] Loaded upnp from homeassistant.components.upnp
2024-08-29 10:23:17.868 INFO (SyncWorker_3) [homeassistant.loader] Loaded androidtv_remote from homeassistant.components.androidtv_remote
2024-08-29 10:23:18.597 INFO (zeroconf-ServiceBrowser-_googlecast._tcp-108) [homeassistant.components.cast.helpers] Fetched cast details for unknown model 'Pixel Tablet' manufacturer: 'Google', type: 'cast'. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+cast%22
2024-08-29 10:24:29.896 INFO (SyncWorker_7) [homeassistant.loader] Loaded plant from homeassistant.components.plant
2024-08-29 10:24:29.899 INFO (SyncWorker_7) [homeassistant.loader] Loaded holiday from homeassistant.components.holiday
2024-08-29 10:24:29.901 INFO (SyncWorker_7) [homeassistant.loader] Loaded local_calendar from homeassistant.components.local_calendar
2024-08-29 10:24:29.904 INFO (SyncWorker_7) [homeassistant.loader] Loaded alert from homeassistant.components.alert
2024-08-29 10:24:29.906 INFO (SyncWorker_7) [homeassistant.loader] Loaded nmap_tracker from homeassistant.components.nmap_tracker
2024-08-29 10:24:29.908 INFO (SyncWorker_7) [homeassistant.loader] Loaded uptime from homeassistant.components.uptime
2024-08-29 10:24:29.910 INFO (SyncWorker_7) [homeassistant.loader] Loaded version from homeassistant.components.version
2024-08-29 10:24:29.912 INFO (SyncWorker_7) [homeassistant.loader] Loaded generic_hygrostat from homeassistant.components.generic_hygrostat
2024-08-29 10:24:29.914 INFO (SyncWorker_7) [homeassistant.loader] Loaded homekit_controller from homeassistant.components.homekit_controller
2024-08-29 10:24:29.916 INFO (SyncWorker_7) [homeassistant.loader] Loaded cert_expiry from homeassistant.components.cert_expiry
2024-08-29 10:24:29.918 INFO (SyncWorker_7) [homeassistant.loader] Loaded energenie_power_sockets from homeassistant.components.energenie_power_sockets
2024-08-29 10:24:29.920 INFO (SyncWorker_7) [homeassistant.loader] Loaded utility_meter from homeassistant.components.utility_meter
2024-08-29 10:24:29.922 INFO (SyncWorker_7) [homeassistant.loader] Loaded threshold from homeassistant.components.threshold
2024-08-29 10:24:29.924 INFO (SyncWorker_7) [homeassistant.loader] Loaded islamic_prayer_times from homeassistant.components.islamic_prayer_times
2024-08-29 10:24:29.926 INFO (SyncWorker_7) [homeassistant.loader] Loaded min_max from homeassistant.components.min_max
2024-08-29 10:24:29.928 INFO (SyncWorker_7) [homeassistant.loader] Loaded demo from homeassistant.components.demo
2024-08-29 10:24:29.930 INFO (SyncWorker_7) [homeassistant.loader] Loaded integration from homeassistant.components.integration
2024-08-29 10:24:29.932 INFO (SyncWorker_7) [homeassistant.loader] Loaded moehlenhoff_alpha2 from homeassistant.components.moehlenhoff_alpha2
2024-08-29 10:24:29.934 INFO (SyncWorker_7) [homeassistant.loader] Loaded filesize from homeassistant.components.filesize
2024-08-29 10:24:29.936 INFO (SyncWorker_7) [homeassistant.loader] Loaded local_ip from homeassistant.components.local_ip
2024-08-29 10:24:29.938 INFO (SyncWorker_7) [homeassistant.loader] Loaded waze_travel_time from homeassistant.components.waze_travel_time
2024-08-29 10:24:29.940 INFO (SyncWorker_7) [homeassistant.loader] Loaded proximity from homeassistant.components.proximity
2024-08-29 10:24:29.942 INFO (SyncWorker_7) [homeassistant.loader] Loaded moon from homeassistant.components.moon
2024-08-29 10:24:29.944 INFO (SyncWorker_7) [homeassistant.loader] Loaded local_todo from homeassistant.components.local_todo
2024-08-29 10:24:29.946 INFO (SyncWorker_7) [homeassistant.loader] Loaded emulated_roku from homeassistant.components.emulated_roku
2024-08-29 10:24:29.948 INFO (SyncWorker_7) [homeassistant.loader] Loaded time_date from homeassistant.components.time_date
2024-08-29 10:24:29.950 INFO (SyncWorker_7) [homeassistant.loader] Loaded generic_thermostat from homeassistant.components.generic_thermostat
2024-08-29 10:24:29.953 INFO (SyncWorker_7) [homeassistant.loader] Loaded cpuspeed from homeassistant.components.cpuspeed
2024-08-29 10:24:29.956 INFO (SyncWorker_7) [homeassistant.loader] Loaded derivative from homeassistant.components.derivative
2024-08-29 10:24:29.958 INFO (SyncWorker_7) [homeassistant.loader] Loaded garages_amsterdam from homeassistant.components.garages_amsterdam
2024-08-29 10:24:29.960 INFO (SyncWorker_7) [homeassistant.loader] Loaded google_travel_time from homeassistant.components.google_travel_time
2024-08-29 10:24:29.962 INFO (SyncWorker_7) [homeassistant.loader] Loaded aurora from homeassistant.components.aurora
2024-08-29 10:24:29.964 INFO (SyncWorker_7) [homeassistant.loader] Loaded growatt_server from homeassistant.components.growatt_server
2024-08-29 10:24:29.966 INFO (SyncWorker_7) [homeassistant.loader] Loaded workday from homeassistant.components.workday
2024-08-29 10:24:29.968 INFO (SyncWorker_7) [homeassistant.loader] Loaded zodiac from homeassistant.components.zodiac
2024-08-29 10:24:29.970 INFO (SyncWorker_7) [homeassistant.loader] Loaded generic from homeassistant.components.generic
2024-08-29 10:24:29.972 INFO (SyncWorker_7) [homeassistant.loader] Loaded season from homeassistant.components.season
2024-08-29 10:24:29.974 INFO (SyncWorker_7) [homeassistant.loader] Loaded nextbus from homeassistant.components.nextbus
2024-08-29 10:24:29.976 INFO (SyncWorker_7) [homeassistant.loader] Loaded tod from homeassistant.components.tod
2024-08-29 10:24:32.575 INFO (SyncWorker_26) [homeassistant.loader] Loaded python_script from homeassistant.components.python_script
2024-08-29 10:25:12.715 DEBUG (MainThread) [aiogithubapi] The authorization request is still pending.
2024-08-29 10:25:17.874 DEBUG (MainThread) [aiogithubapi] The authorization request is still pending.
2024-08-29 10:25:23.032 DEBUG (MainThread) [aiogithubapi] The authorization request is still pending.
2024-08-29 10:25:28.205 DEBUG (MainThread) [aiogithubapi] The authorization request is still pending.
2024-08-29 10:25:33.481 INFO (MainThread) [homeassistant.setup] Setting up hacs
2024-08-29 10:25:33.482 INFO (MainThread) [custom_components.hacs] 
-------------------------------------------------------------------
HACS (Home Assistant Community Store)

Version: 2.0.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-29 10:25:33.498 INFO (MainThread) [custom_components.hacs] Enable category: integration
2024-08-29 10:25:33.500 INFO (MainThread) [custom_components.hacs] Enable category: plugin
2024-08-29 10:25:33.501 INFO (MainThread) [custom_components.hacs] Enable category: template
2024-08-29 10:25:33.501 INFO (MainThread) [custom_components.hacs] Enable category: theme
2024-08-29 10:25:33.540 INFO (MainThread) [homeassistant.setup] Setting up switch
2024-08-29 10:25:33.542 INFO (MainThread) [homeassistant.components.switch] Setting up hacs.switch
2024-08-29 10:25:33.543 INFO (MainThread) [homeassistant.components.update] Setting up hacs.update
2024-08-29 10:25:33.544 INFO (MainThread) [custom_components.hacs] Stage changed: setup
2024-08-29 10:25:33.548 INFO (MainThread) [custom_components.hacs] Stage changed: waiting
2024-08-29 10:25:33.548 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
2024-08-29 10:25:33.548 INFO (MainThread) [custom_components.hacs] Stage changed: startup
2024-08-29 10:25:33.549 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Checking repository.
2024-08-29 10:25:33.861 CRITICAL (MainThread) [custom_components.hacs] Could not load HACS! - GitHub Ratelimit error
2024-08-29 10:25:33.863 ERROR (MainThread) [custom_components.hacs] HACS is disabled - load_hacs
2024-08-29 10:25:33.872 DEBUG (MainThread) [custom_components.hacs] There are 6 scheduled recurring tasks
2024-08-29 10:25:33.873 INFO (MainThread) [custom_components.hacs] Stage changed: running
2024-08-29 10:25:34.001 DEBUG (MainThread) [custom_components.hacs] <QueueManager> The queue is empty
2024-08-29 10:25:34.007 DEBUG (MainThread) [custom_components.hacs] HACS is disabled

Diagnostics dump

{
  "home_assistant": {
    "installation_type": "Home Assistant Supervised",
    "version": "2024.8.3",
    "dev": false,
    "hassio": true,
    "virtualenv": false,
    "python_version": "3.12.4",
    "docker": true,
    "arch": "aarch64",
    "timezone": "Europe/Belgrade",
    "os_name": "Linux",
    "os_version": "6.6.47-v8+",
    "supervisor": "2024.08.0",
    "host_os": "Debian GNU/Linux 12 (bookworm)",
    "docker_version": "27.2.0",
    "chassis": "",
    "run_as_root": true
  },
  "custom_components": {
    "hacs": {
      "documentation": "https://hacs.xyz/docs/configuration/start",
      "version": "2.0.0",
      "requirements": [
        "aiogithubapi>=22.10.1"
      ]
    }
  },
  "integration_manifest": {
    "domain": "hacs",
    "name": "HACS",
    "after_dependencies": [
      "python_script"
    ],
    "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": "2.0.0",
    "is_built_in": false
  },
  "setup_times": {},
  "data": {
    "entry": {
      "created_at": "2024-08-29T08:25:33.479936+00:00",
      "data": {
        "token": "**REDACTED**"
      },
      "disabled_by": null,
      "domain": "hacs",
      "entry_id": "01J6EKTTH7ZJRVTTCKH0F07K18",
      "minor_version": 1,
      "modified_at": "2024-08-29T08:25:33.479946+00:00",
      "options": {
        "experimental": true
      },
      "pref_disable_new_entities": false,
      "pref_disable_polling": false,
      "source": "user",
      "title": "",
      "unique_id": null,
      "version": 1
    },
    "hacs": {
      "stage": "running",
      "version": "2.0.0",
      "disabled_reason": "load_hacs",
      "new": true,
      "startup": false,
      "categories": [
        "template",
        "theme",
        "integration",
        "plugin"
      ],
      "renamed_repositories": {},
      "archived_repositories": [],
      "ignored_repositories": [],
      "lovelace_mode": "storage",
      "configuration": {
        "appdaemon": false,
        "country": "ALL",
        "debug": false,
        "dev": false,
        "python_script": false,
        "release_limit": 5,
        "theme": false
      }
    },
    "custom_repositories": [],
    "repositories": [],
    "rate_limit": {
      "resources": {
        "core": {
          "limit": 5000,
          "used": 38333,
          "remaining": 0,
          "reset": 1724920912
        },
        "search": {
          "limit": 30,
          "used": 0,
          "remaining": 30,
          "reset": 1724920271
        },
        "graphql": {
          "limit": 5000,
          "used": 0,
          "remaining": 5000,
          "reset": 1724923811
        },
        "integration_manifest": {
          "limit": 5000,
          "used": 0,
          "remaining": 5000,
          "reset": 1724923811
        },
        "source_import": {
          "limit": 100,
          "used": 0,
          "remaining": 100,
          "reset": 1724920271
        },
        "code_scanning_upload": {
          "limit": 1000,
          "used": 0,
          "remaining": 1000,
          "reset": 1724923811
        },
        "actions_runner_registration": {
          "limit": 10000,
          "used": 0,
          "remaining": 10000,
          "reset": 1724923811
        },
        "scim": {
          "limit": 15000,
          "used": 0,
          "remaining": 15000,
          "reset": 1724923811
        },
        "dependency_snapshots": {
          "limit": 100,
          "used": 0,
          "remaining": 100,
          "reset": 1724920271
        }
      },
      "rate": {
        "limit": 5000,
        "used": 38333,
        "remaining": 0,
        "reset": 1724920912
      }
    }
  }
}
hacs-bot[bot] commented 2 weeks 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:

ludeeus commented 2 weeks ago

These are the values that are reported by GitHub. You need to contact their support to see what is going on here.

RakhmatovR commented 2 weeks ago

I contacted GitHub support and they confirmed that another integration is causing this. Thanks for taking a look into this.