hacs / integration

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

Authenticating the HACS integration with GitHub keeps Loading #3218

Closed mylesrauch closed 1 year ago

mylesrauch commented 1 year ago

System Health details

Version core-2023.8.2
Installation Type Home Assistant OS
Development false
Supervisor true
Docker true
User root
Virtual Environment false
Python Version 3.11.4
Operating System Family Linux
Operating System Version 6.1.39
CPU Architecture x86_64
Timezone America/Denver
Configuration Directory /config

Checklist

Describe the issue

When trying to install the integration to HA I am stuck with a loading circle that keeps spinning and there is no Submit button, looking into the logs it seems it is polling github too fast?

image

I believe I have followed everything correctly...

Reproduction steps

  1. Install HACS with wget -O - https://get.gacs.xyz | bash -
  2. Restart HA
  3. Clear Browser Cache
  4. Try to install HACS Integration
  5. Authorize Github Oauth
  6. spinny! ...

Debug logs

2023-08-12 15:30:22.091 WARNING (SyncWorker_3) [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
2023-08-12 15:30:22.121 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds
2023-08-12 15:30:22.121 INFO (MainThread) [homeassistant.bootstrap] Setting up frontend: {'frontend'}
2023-08-12 15:30:22.126 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2023-08-12 15:30:22.126 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds
2023-08-12 15:30:22.150 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2023-08-12 15:30:22.150 INFO (MainThread) [homeassistant.setup] Setting up http
2023-08-12 15:30:22.151 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds
2023-08-12 15:30:22.154 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds
2023-08-12 15:30:22.157 INFO (MainThread) [homeassistant.setup] Setting up api
2023-08-12 15:30:22.157 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds
2023-08-12 15:30:22.158 INFO (MainThread) [homeassistant.setup] Setting up auth
2023-08-12 15:30:22.158 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds
2023-08-12 15:30:22.161 INFO (MainThread) [homeassistant.setup] Setting up config
2023-08-12 15:30:22.164 INFO (MainThread) [homeassistant.setup] Setting up diagnostics
2023-08-12 15:30:22.167 INFO (MainThread) [homeassistant.setup] Setting up repairs
2023-08-12 15:30:22.167 INFO (MainThread) [homeassistant.setup] Setup of domain repairs took 0.0 seconds
2023-08-12 15:30:22.194 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.0 seconds
2023-08-12 15:30:22.194 INFO (MainThread) [homeassistant.setup] Setup of domain diagnostics took 0.0 seconds
2023-08-12 15:30:22.198 INFO (MainThread) [homeassistant.setup] Setting up file_upload
2023-08-12 15:30:22.198 INFO (MainThread) [homeassistant.setup] Setup of domain file_upload took 0.0 seconds
2023-08-12 15:30:22.210 INFO (MainThread) [homeassistant.setup] Setting up image_upload
2023-08-12 15:30:22.211 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2023-08-12 15:30:22.211 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds
2023-08-12 15:30:22.211 INFO (MainThread) [homeassistant.setup] Setup of domain image_upload took 0.0 seconds
2023-08-12 15:30:22.212 INFO (SyncWorker_0) [homeassistant.loader] Loaded group from homeassistant.components.group
2023-08-12 15:30:22.213 INFO (SyncWorker_2) [homeassistant.loader] Loaded device_tracker from homeassistant.components.device_tracker
2023-08-12 15:30:22.224 INFO (MainThread) [homeassistant.setup] Setting up search
2023-08-12 15:30:22.224 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds
2023-08-12 15:30:22.448 INFO (MainThread) [homeassistant.setup] Setting up analytics
2023-08-12 15:30:22.449 INFO (MainThread) [homeassistant.setup] Setting up person
2023-08-12 15:30:22.450 INFO (MainThread) [homeassistant.setup] Setup of domain analytics took 0.0 seconds
2023-08-12 15:30:22.451 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.0 seconds
2023-08-12 15:30:22.451 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2023-08-12 15:30:22.451 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.0 seconds
2023-08-12 15:30:22.452 INFO (MainThread) [homeassistant.setup] Setting up frontend
2023-08-12 15:30:22.453 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds
2023-08-12 15:30:22.454 INFO (MainThread) [homeassistant.bootstrap] Setting up recorder: {'recorder'}
2023-08-12 15:30:22.454 INFO (MainThread) [homeassistant.setup] Setting up recorder
2023-08-12 15:30:22.460 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123
2023-08-12 15:30:22.474 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.0 seconds
2023-08-12 15:30:22.475 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'hassio', 'websocket_api', 'dhcp', 'api', 'network', 'usb', 'bluetooth', 'ssdp', 'http', 'webhook', 'cloud', 'zeroconf', 'logger'}
2023-08-12 15:30:22.476 INFO (MainThread) [homeassistant.setup] Setting up hassio
2023-08-12 15:30:22.480 INFO (MainThread) [homeassistant.setup] Setting up webhook
2023-08-12 15:30:22.481 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds
2023-08-12 15:30:22.501 INFO (MainThread) [homeassistant.setup] Setting up dhcp
2023-08-12 15:30:22.501 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.0 seconds
2023-08-12 15:30:22.503 INFO (MainThread) [homeassistant.setup] Setting up network
2023-08-12 15:30:22.504 INFO (MainThread) [homeassistant.setup] Setup of domain network took 0.0 seconds
2023-08-12 15:30:22.510 INFO (MainThread) [homeassistant.setup] Setting up usb
2023-08-12 15:30:22.510 INFO (MainThread) [homeassistant.setup] Setup of domain usb took 0.0 seconds
2023-08-12 15:30:22.511 INFO (SyncWorker_0) [homeassistant.loader] Loaded google_assistant from homeassistant.components.google_assistant
2023-08-12 15:30:22.512 INFO (SyncWorker_0) [homeassistant.loader] Loaded alexa from homeassistant.components.alexa
2023-08-12 15:30:22.513 INFO (SyncWorker_2) [homeassistant.loader] Loaded camera from homeassistant.components.camera
2023-08-12 15:30:22.525 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2023-08-12 15:30:22.527 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.0 seconds
2023-08-12 15:30:22.530 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2023-08-12 15:30:22.560 INFO (MainThread) [homeassistant.setup] Setting up bluetooth
2023-08-12 15:30:22.603 INFO (SyncWorker_2) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player
2023-08-12 15:30:22.768 INFO (MainThread) [homeassistant.setup] Setting up cloud
2023-08-12 15:30:22.781 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2023-08-12 15:30:22.790 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.0 seconds
2023-08-12 15:30:22.790 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds
2023-08-12 15:30:22.799 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 0.3 seconds
2023-08-12 15:30:22.799 INFO (MainThread) [homeassistant.setup] Setup of domain bluetooth took 0.2 seconds
2023-08-12 15:30:28.170 INFO (SyncWorker_3) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor
2023-08-12 15:30:28.170 INFO (SyncWorker_0) [homeassistant.loader] Loaded update from homeassistant.components.update
2023-08-12 15:30:28.170 INFO (SyncWorker_4) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor
2023-08-12 15:30:28.171 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2023-08-12 15:30:28.171 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds
2023-08-12 15:30:28.173 INFO (MainThread) [homeassistant.setup] Setting up update
2023-08-12 15:30:28.173 INFO (MainThread) [homeassistant.setup] Setup of domain update took 0.0 seconds
2023-08-12 15:30:28.176 INFO (MainThread) [homeassistant.setup] Setting up sensor
2023-08-12 15:30:28.176 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds
2023-08-12 15:30:28.178 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.hassio
2023-08-12 15:30:28.179 INFO (MainThread) [homeassistant.components.update] Setting up update.hassio
2023-08-12 15:30:28.179 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hassio
2023-08-12 15:30:28.182 ERROR (MainThread) [homeassistant.components.sensor] Error adding entities for domain sensor with platform hassio
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 510, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 566, in _async_add_entity
    entity.add_to_platform_start(
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 217, in add_to_platform_start
    self._async_read_entity_options()
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 783, in _async_read_entity_options
    registry.async_update_entity_options(
  File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 1026, in async_update_entity_options
    old = self.entities[entity_id]
          ~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/local/lib/python3.11/collections/__init__.py", line 1124, in __getitem__
    raise KeyError(key)
KeyError: None
2023-08-12 15:30:28.183 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up hassio platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 370, in _async_setup_platform
    await asyncio.gather(*pending)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 510, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 566, in _async_add_entity
    entity.add_to_platform_start(
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 217, in add_to_platform_start
    self._async_read_entity_options()
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 783, in _async_read_entity_options
    registry.async_update_entity_options(
  File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 1026, in async_update_entity_options
    old = self.entities[entity_id]
          ~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/local/lib/python3.11/collections/__init__.py", line 1124, in __getitem__
    raise KeyError(key)
KeyError: None
2023-08-12 15:30:28.185 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'trace', 'tag', 'input_boolean', 'conversation', 'logbook', 'history', 'input_datetime', 'zone', 'input_text', 'scene', 'repairs', 'stream', 'device_automation', 'lovelace', 'default_config', 'file_upload', 'config', 'input_button', 'map', 'wiz', 'sun', 'person', 'esphome', 'radio_browser', 'met', 'input_number', 'my', 'analytics', 'mobile_app', 'assist_pipeline', 'system_health', 'onboarding', 'blueprint', 'counter', 'homeassistant_alerts', 'automation', 'google_translate', 'input_select', 'diagnostics', 'search', 'image_upload', 'stt', 'hardware', 'auth', 'script', 'schedule', 'media_source', 'co2signal', 'tts', 'application_credentials', 'timer', 'energy'}
2023-08-12 15:30:28.241 INFO (MainThread) [homeassistant.setup] Setting up trace
2023-08-12 15:30:28.241 INFO (MainThread) [homeassistant.setup] Setup of domain trace took 0.0 seconds
2023-08-12 15:30:28.248 INFO (MainThread) [homeassistant.setup] Setting up tag
2023-08-12 15:30:28.248 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2023-08-12 15:30:28.248 INFO (MainThread) [homeassistant.setup] Setting up conversation
2023-08-12 15:30:28.249 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.0 seconds
2023-08-12 15:30:28.260 INFO (MainThread) [homeassistant.setup] Setting up history
2023-08-12 15:30:28.260 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds
2023-08-12 15:30:28.261 INFO (MainThread) [homeassistant.setup] Setting up input_datetime
2023-08-12 15:30:28.261 INFO (MainThread) [homeassistant.setup] Setting up zone
2023-08-12 15:30:28.262 INFO (MainThread) [homeassistant.setup] Setting up input_text
2023-08-12 15:30:28.262 INFO (MainThread) [homeassistant.setup] Setting up scene
2023-08-12 15:30:28.263 INFO (MainThread) [homeassistant.setup] Setting up input_button
2023-08-12 15:30:28.264 INFO (MainThread) [homeassistant.setup] Setting up sun
2023-08-12 15:30:28.264 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds
2023-08-12 15:30:28.264 INFO (MainThread) [homeassistant.setup] Setting up input_number
2023-08-12 15:30:28.264 INFO (MainThread) [homeassistant.setup] Setting up blueprint
2023-08-12 15:30:28.264 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.0 seconds
2023-08-12 15:30:28.265 INFO (MainThread) [homeassistant.setup] Setting up counter
2023-08-12 15:30:28.271 INFO (MainThread) [homeassistant.setup] Setting up homeassistant_alerts
2023-08-12 15:30:28.271 INFO (MainThread) [homeassistant.setup] Setup of domain homeassistant_alerts took 0.0 seconds
2023-08-12 15:30:28.271 INFO (MainThread) [homeassistant.setup] Setting up input_select
2023-08-12 15:30:28.271 INFO (MainThread) [homeassistant.setup] Setting up stt
2023-08-12 15:30:28.272 INFO (MainThread) [homeassistant.setup] Setup of domain stt took 0.0 seconds
2023-08-12 15:30:28.277 INFO (MainThread) [homeassistant.setup] Setting up hardware
2023-08-12 15:30:28.280 INFO (MainThread) [homeassistant.setup] Setting up schedule
2023-08-12 15:30:28.280 INFO (MainThread) [homeassistant.setup] Setting up tts
2023-08-12 15:30:28.283 INFO (MainThread) [homeassistant.setup] Setting up timer
2023-08-12 15:30:28.294 INFO (MainThread) [homeassistant.setup] Setting up logbook
2023-08-12 15:30:28.295 INFO (MainThread) [homeassistant.setup] Setup of domain hardware took 0.0 seconds
2023-08-12 15:30:28.301 INFO (MainThread) [homeassistant.setup] Setting up map
2023-08-12 15:30:28.301 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds
2023-08-12 15:30:28.306 INFO (MainThread) [homeassistant.setup] Setting up my
2023-08-12 15:30:28.306 INFO (MainThread) [homeassistant.setup] Setup of domain my took 0.0 seconds
2023-08-12 15:30:28.306 INFO (MainThread) [homeassistant.setup] Setting up system_health
2023-08-12 15:30:28.307 INFO (MainThread) [homeassistant.setup] Setting up automation
2023-08-12 15:30:28.308 INFO (MainThread) [homeassistant.setup] Setting up script
2023-08-12 15:30:28.308 INFO (MainThread) [homeassistant.setup] Setting up media_source
2023-08-12 15:30:28.314 INFO (MainThread) [homeassistant.setup] Setting up application_credentials
2023-08-12 15:30:28.314 INFO (MainThread) [homeassistant.setup] Setting up energy
2023-08-12 15:30:28.314 INFO (MainThread) [homeassistant.setup] Setup of domain energy took 0.0 seconds
2023-08-12 15:30:28.315 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 0.1 seconds
2023-08-12 15:30:28.321 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 0.1 seconds
2023-08-12 15:30:28.325 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 0.0 seconds
2023-08-12 15:30:28.326 INFO (MainThread) [homeassistant.setup] Setting up stream
2023-08-12 15:30:28.349 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds
2023-08-12 15:30:28.349 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2023-08-12 15:30:28.351 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.1 seconds
2023-08-12 15:30:28.354 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.0 seconds
2023-08-12 15:30:28.354 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 0.0 seconds
2023-08-12 15:30:28.358 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 0.1 seconds
2023-08-12 15:30:28.358 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.1 seconds
2023-08-12 15:30:28.358 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 0.1 seconds
2023-08-12 15:30:28.359 INFO (MainThread) [homeassistant.setup] Setup of domain input_button took 0.1 seconds
2023-08-12 15:30:28.359 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 0.1 seconds
2023-08-12 15:30:28.359 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 0.1 seconds
2023-08-12 15:30:28.361 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 0.1 seconds
2023-08-12 15:30:28.371 INFO (MainThread) [homeassistant.setup] Setting up wiz
2023-08-12 15:30:28.372 INFO (MainThread) [homeassistant.setup] Setup of domain wiz took 0.0 seconds
2023-08-12 15:30:28.391 INFO (MainThread) [homeassistant.setup] Setting up radio_browser
2023-08-12 15:30:28.391 INFO (MainThread) [homeassistant.setup] Setup of domain radio_browser took 0.0 seconds
2023-08-12 15:30:28.393 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.1 seconds
2023-08-12 15:30:28.393 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.1 seconds
2023-08-12 15:30:28.397 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 0.1 seconds
2023-08-12 15:30:28.399 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 0.1 seconds
2023-08-12 15:30:28.399 INFO (MainThread) [homeassistant.setup] Setup of domain schedule took 0.1 seconds
2023-08-12 15:30:28.400 INFO (MainThread) [homeassistant.setup] Setup of domain application_credentials took 0.1 seconds
2023-08-12 15:30:28.400 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.energy
2023-08-12 15:30:28.401 INFO (MainThread) [homeassistant.setup] Setting up assist_pipeline
2023-08-12 15:30:28.404 INFO (MainThread) [homeassistant.setup] Setting up met
2023-08-12 15:30:28.404 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.0 seconds
2023-08-12 15:30:28.407 INFO (MainThread) [homeassistant.setup] Setting up google_translate
2023-08-12 15:30:28.407 INFO (MainThread) [homeassistant.setup] Setup of domain google_translate took 0.0 seconds
2023-08-12 15:30:28.408 INFO (MainThread) [homeassistant.setup] Setup of domain assist_pipeline took 0.0 seconds
2023-08-12 15:30:28.409 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.sun
2023-08-12 15:30:28.413 INFO (MainThread) [homeassistant.setup] Setting up co2signal
2023-08-12 15:30:28.413 INFO (MainThread) [homeassistant.setup] Setup of domain co2signal took 0.0 seconds
2023-08-12 15:30:28.416 INFO (SyncWorker_0) [homeassistant.loader] Loaded notify from homeassistant.components.notify
2023-08-12 15:30:28.430 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2023-08-12 15:30:28.430 INFO (MainThread) [homeassistant.components.tts] Setting up tts.google_translate
2023-08-12 15:30:28.482 INFO (MainThread) [homeassistant.setup] Setting up esphome
2023-08-12 15:30:28.483 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.1 seconds
2023-08-12 15:30:28.484 INFO (MainThread) [homeassistant.setup] Setting up notify
2023-08-12 15:30:28.484 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds
2023-08-12 15:30:28.486 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2023-08-12 15:30:28.493 INFO (MainThread) [homeassistant.setup] Setting up default_config
2023-08-12 15:30:28.493 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.0 seconds
2023-08-12 15:30:28.494 INFO (MainThread) [homeassistant.setup] Setup of domain esphome took 0.0 seconds
2023-08-12 15:30:28.497 INFO (SyncWorker_3) [homeassistant.loader] Loaded light from homeassistant.components.light
2023-08-12 15:30:28.497 INFO (SyncWorker_4) [homeassistant.loader] Loaded switch from homeassistant.components.switch
2023-08-12 15:30:28.498 INFO (MainThread) [homeassistant.setup] Setting up light
2023-08-12 15:30:28.498 INFO (MainThread) [homeassistant.components.update] Setting up update.esphome
2023-08-12 15:30:28.498 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.esphome
2023-08-12 15:30:28.501 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.0 seconds
2023-08-12 15:30:28.501 INFO (SyncWorker_0) [homeassistant.loader] Loaded switch_as_x from homeassistant.components.switch_as_x
2023-08-12 15:30:28.503 INFO (MainThread) [homeassistant.setup] Setting up switch
2023-08-12 15:30:28.503 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds
2023-08-12 15:30:28.504 INFO (MainThread) [homeassistant.components.light] Setting up light.esphome
2023-08-12 15:30:28.504 INFO (MainThread) [homeassistant.components.switch] Setting up switch.esphome
2023-08-12 15:30:28.551 INFO (SyncWorker_4) [homeassistant.loader] Loaded number from homeassistant.components.number
2023-08-12 15:30:28.551 INFO (MainThread) [homeassistant.setup] Setting up number
2023-08-12 15:30:28.552 INFO (MainThread) [homeassistant.setup] Setup of domain number took 0.0 seconds
2023-08-12 15:30:28.552 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.wiz
2023-08-12 15:30:28.554 INFO (MainThread) [homeassistant.components.light] Setting up light.wiz
2023-08-12 15:30:28.554 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.wiz
2023-08-12 15:30:28.554 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wiz
2023-08-12 15:30:28.554 INFO (MainThread) [homeassistant.components.number] Setting up number.wiz
2023-08-12 15:30:28.555 ERROR (MainThread) [homeassistant.components.sensor] Error adding entities for domain sensor with platform wiz
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 510, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 566, in _async_add_entity
    entity.add_to_platform_start(
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 217, in add_to_platform_start
    self._async_read_entity_options()
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 783, in _async_read_entity_options
    registry.async_update_entity_options(
  File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 1026, in async_update_entity_options
    old = self.entities[entity_id]
          ~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/local/lib/python3.11/collections/__init__.py", line 1124, in __getitem__
    raise KeyError(key)
KeyError: None
2023-08-12 15:30:28.556 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up wiz platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 370, in _async_setup_platform
    await asyncio.gather(*pending)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 510, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 566, in _async_add_entity
    entity.add_to_platform_start(
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 217, in add_to_platform_start
    self._async_read_entity_options()
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 783, in _async_read_entity_options
    registry.async_update_entity_options(
  File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 1026, in async_update_entity_options
    old = self.entities[entity_id]
          ~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/local/lib/python3.11/collections/__init__.py", line 1124, in __getitem__
    raise KeyError(key)
KeyError: None
2023-08-12 15:30:28.596 INFO (MainThread) [aioesphomeapi.reconnect_logic] Successfully connected to homeesp @ 10.0.0.233
2023-08-12 15:30:28.662 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.wiz
2023-08-12 15:30:28.663 INFO (MainThread) [homeassistant.components.light] Setting up light.wiz
2023-08-12 15:30:28.663 INFO (MainThread) [homeassistant.components.number] Setting up number.wiz
2023-08-12 15:30:28.663 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.wiz
2023-08-12 15:30:28.663 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wiz
2023-08-12 15:30:28.665 ERROR (MainThread) [homeassistant.components.sensor] Error adding entities for domain sensor with platform wiz
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 510, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 566, in _async_add_entity
    entity.add_to_platform_start(
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 217, in add_to_platform_start
    self._async_read_entity_options()
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 783, in _async_read_entity_options
    registry.async_update_entity_options(
  File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 1026, in async_update_entity_options
    old = self.entities[entity_id]
          ~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/local/lib/python3.11/collections/__init__.py", line 1124, in __getitem__
    raise KeyError(key)
KeyError: None
2023-08-12 15:30:28.666 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up wiz platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 370, in _async_setup_platform
    await asyncio.gather(*pending)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 510, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 566, in _async_add_entity
    entity.add_to_platform_start(
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 217, in add_to_platform_start
    self._async_read_entity_options()
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 783, in _async_read_entity_options
    registry.async_update_entity_options(
  File "/usr/src/homeassistant/homeassistant/helpers/entity_registry.py", line 1026, in async_update_entity_options
    old = self.entities[entity_id]
          ~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/local/lib/python3.11/collections/__init__.py", line 1124, in __getitem__
    raise KeyError(key)
KeyError: None
2023-08-12 15:30:28.714 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.co2signal
2023-08-12 15:30:29.069 INFO (SyncWorker_2) [homeassistant.loader] Loaded weather from homeassistant.components.weather
2023-08-12 15:30:29.070 INFO (MainThread) [homeassistant.setup] Setting up weather
2023-08-12 15:30:29.070 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds
2023-08-12 15:30:29.072 INFO (MainThread) [homeassistant.components.weather] Setting up weather.met
2023-08-12 15:30:29.269 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 7.18s
2023-08-12 15:30:29.269 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2023-08-12 15:30:29.279 INFO (SyncWorker_1) [homeassistant.loader] Loaded spotify from homeassistant.components.spotify
2023-08-12 15:30:38.406 INFO (MainThread) [pywizlight.discovery] Discovered bulb 10.0.0.179 with MAC 6c2990dfbfe0
2023-08-12 15:30:38.406 INFO (MainThread) [pywizlight.discovery] Discovered bulb 10.0.0.239 with MAC 6c2990e0065e
2023-08-12 15:30:43.504 INFO (SyncWorker_0) [homeassistant.loader] Loaded demo from homeassistant.components.demo
2023-08-12 15:30:43.504 INFO (SyncWorker_0) [homeassistant.loader] Loaded waze_travel_time from homeassistant.components.waze_travel_time
2023-08-12 15:30:43.504 INFO (SyncWorker_0) [homeassistant.loader] Loaded plant from homeassistant.components.plant
2023-08-12 15:30:43.505 INFO (SyncWorker_0) [homeassistant.loader] Loaded homekit_controller from homeassistant.components.homekit_controller
2023-08-12 15:30:43.506 INFO (SyncWorker_0) [homeassistant.loader] Loaded moehlenhoff_alpha2 from homeassistant.components.moehlenhoff_alpha2
2023-08-12 15:30:43.506 INFO (SyncWorker_0) [homeassistant.loader] Loaded season from homeassistant.components.season
2023-08-12 15:30:43.506 INFO (SyncWorker_0) [homeassistant.loader] Loaded local_calendar from homeassistant.components.local_calendar
2023-08-12 15:30:43.506 INFO (SyncWorker_0) [homeassistant.loader] Loaded shopping_list from homeassistant.components.shopping_list
2023-08-12 15:30:43.507 INFO (SyncWorker_0) [homeassistant.loader] Loaded tod from homeassistant.components.tod
2023-08-12 15:30:43.507 INFO (SyncWorker_0) [homeassistant.loader] Loaded alert from homeassistant.components.alert
2023-08-12 15:30:43.507 INFO (SyncWorker_0) [homeassistant.loader] Loaded generic from homeassistant.components.generic
2023-08-12 15:30:43.507 INFO (SyncWorker_0) [homeassistant.loader] Loaded min_max from homeassistant.components.min_max
2023-08-12 15:30:43.508 INFO (SyncWorker_0) [homeassistant.loader] Loaded garages_amsterdam from homeassistant.components.garages_amsterdam
2023-08-12 15:30:43.508 INFO (SyncWorker_0) [homeassistant.loader] Loaded aurora from homeassistant.components.aurora
2023-08-12 15:30:43.508 INFO (SyncWorker_0) [homeassistant.loader] Loaded google_travel_time from homeassistant.components.google_travel_time
2023-08-12 15:30:43.509 INFO (SyncWorker_0) [homeassistant.loader] Loaded local_ip from homeassistant.components.local_ip
2023-08-12 15:30:43.509 INFO (SyncWorker_0) [homeassistant.loader] Loaded rpi_power from homeassistant.components.rpi_power
2023-08-12 15:30:43.509 INFO (SyncWorker_0) [homeassistant.loader] Loaded growatt_server from homeassistant.components.growatt_server
2023-08-12 15:30:43.509 INFO (SyncWorker_0) [homeassistant.loader] Loaded utility_meter from homeassistant.components.utility_meter
2023-08-12 15:30:43.509 INFO (SyncWorker_0) [homeassistant.loader] Loaded threshold from homeassistant.components.threshold
2023-08-12 15:30:43.510 INFO (SyncWorker_0) [homeassistant.loader] Loaded cert_expiry from homeassistant.components.cert_expiry
2023-08-12 15:30:43.510 INFO (SyncWorker_0) [homeassistant.loader] Loaded uptime from homeassistant.components.uptime
2023-08-12 15:30:43.511 INFO (SyncWorker_0) [homeassistant.loader] Loaded cpuspeed from homeassistant.components.cpuspeed
2023-08-12 15:30:43.511 INFO (SyncWorker_0) [homeassistant.loader] Loaded filesize from homeassistant.components.filesize
2023-08-12 15:30:43.511 INFO (SyncWorker_0) [homeassistant.loader] Loaded zodiac from homeassistant.components.zodiac
2023-08-12 15:30:43.511 INFO (SyncWorker_0) [homeassistant.loader] Loaded integration from homeassistant.components.integration
2023-08-12 15:30:43.511 INFO (SyncWorker_0) [homeassistant.loader] Loaded proximity from homeassistant.components.proximity
2023-08-12 15:30:43.512 INFO (SyncWorker_0) [homeassistant.loader] Loaded emulated_roku from homeassistant.components.emulated_roku
2023-08-12 15:30:43.512 INFO (SyncWorker_0) [homeassistant.loader] Loaded version from homeassistant.components.version
2023-08-12 15:30:43.512 INFO (SyncWorker_0) [homeassistant.loader] Loaded workday from homeassistant.components.workday
2023-08-12 15:30:43.512 INFO (SyncWorker_0) [homeassistant.loader] Loaded nmap_tracker from homeassistant.components.nmap_tracker
2023-08-12 15:30:43.513 INFO (SyncWorker_0) [homeassistant.loader] Loaded islamic_prayer_times from homeassistant.components.islamic_prayer_times
2023-08-12 15:30:43.514 INFO (SyncWorker_0) [homeassistant.loader] Loaded moon from homeassistant.components.moon
2023-08-12 15:30:43.514 INFO (SyncWorker_0) [homeassistant.loader] Loaded derivative from homeassistant.components.derivative
2023-08-12 15:30:51.430 DEBUG (MainThread) [aiogithubapi] The authorization request is still pending.
2023-08-12 15:30:55.052 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:31:05.183 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:31:15.271 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:31:23.890 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:31:33.986 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:31:44.074 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:31:52.244 INFO (SyncWorker_0) [homeassistant.loader] Loaded apple_tv from homeassistant.components.apple_tv
2023-08-12 15:31:54.170 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:32:02.806 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:32:12.918 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:32:23.022 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:32:31.649 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:32:41.740 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:32:51.832 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:33:00.456 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:33:10.549 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:33:20.644 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:33:29.268 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:33:39.358 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:33:49.450 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:33:58.071 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:34:08.163 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:34:18.255 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:34:28.349 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:34:36.976 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:34:47.067 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:34:57.163 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:35:05.780 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:35:15.876 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:35:25.979 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:35:34.623 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:35:44.714 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:35:54.809 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:36:03.433 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:36:13.524 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:36:23.619 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:36:32.239 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:36:42.334 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:36:52.431 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:37:01.051 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:37:11.153 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:37:21.248 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:37:31.340 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:37:39.958 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:37:50.050 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:38:00.168 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:38:08.808 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:38:18.895 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:38:28.990 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:38:37.616 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:38:47.707 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:38:57.797 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:39:06.420 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:39:16.515 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:39:26.619 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:39:35.240 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:39:45.327 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:39:55.419 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:40:05.510 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:40:14.127 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:40:24.218 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:40:34.328 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:40:42.954 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:40:53.052 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:41:03.144 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:41:11.770 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:41:21.860 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:41:31.952 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:41:40.579 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:41:50.674 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:42:00.770 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:42:09.382 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:42:19.471 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:42:29.564 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:42:39.663 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:42:48.310 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:42:58.399 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:43:08.497 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:43:17.118 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:43:27.215 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:43:37.311 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:43:45.934 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:43:56.030 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:44:06.133 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:44:14.774 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:44:24.866 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:44:34.957 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:44:43.575 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:44:53.671 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:45:03.764 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:45:13.854 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:45:22.475 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:45:32.568 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:45:38.374 INFO (MainThread) [pywizlight.discovery] Discovered bulb 10.0.0.239 with MAC 6c2990e0065e
2023-08-12 15:45:38.374 INFO (MainThread) [pywizlight.discovery] Discovered bulb 10.0.0.179 with MAC 6c2990dfbfe0
2023-08-12 15:45:42.664 DEBUG (MainThread) [aiogithubapi] Too many requests have been made in the same timeframe.
2023-08-12 15:45:51.195 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/config/custom_components/hacs/config_flow.py", line 62, in _wait_for_activation
    response = await self.device.activation(device_code=self._login_device.device_code)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/aiogithubapi/device.py", line 140, in activation
    raise GitHubException("User took too long to enter key")
aiogithubapi.exceptions.GitHubException: User took too long to enter key
2023-08-12 16:00:36.903 INFO (MainThread) [pywizlight.discovery] Discovered bulb 10.0.0.239 with MAC 6c2990e0065e
2023-08-12 16:00:36.904 INFO (MainThread) [pywizlight.discovery] Discovered bulb 10.0.0.179 with MAC 6c2990dfbfe0
2023-08-12 16:15:36.905 INFO (MainThread) [pywizlight.discovery] Discovered bulb 10.0.0.239 with MAC 6c2990e0065e
2023-08-12 16:15:36.905 INFO (MainThread) [pywizlight.discovery] Discovered bulb 10.0.0.179 with MAC 6c2990dfbfe0
2023-08-12 16:30:38.376 INFO (MainThread) [pywizlight.discovery] Discovered bulb 10.0.0.179 with MAC 6c2990dfbfe0
2023-08-12 16:30:38.376 INFO (MainThread) [pywizlight.discovery] Discovered bulb 10.0.0.239 with MAC 6c2990e0065e
2023-08-12 16:45:38.378 INFO (MainThread) [pywizlight.discovery] Discovered bulb 10.0.0.179 with MAC 6c2990dfbfe0
2023-08-12 16:45:38.378 INFO (MainThread) [pywizlight.discovery] Discovered bulb 10.0.0.239 with MAC 6c2990e0065e

Diagnostics dump

Not Available I cannot install integration

hacs-bot[bot] commented 1 year 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 1 year ago

Is the GitHub integration working?

https://www.home-assistant.io/integrations/github/

If not, when that works HACS will also work.

mylesrauch commented 1 year ago

Okay, Yeah that one isn't working either getting the same issue... any suggestions on how I could fix that? Maybe I'll have to ask for help by making an issue on Home Assistant Core?

Thank you for your response!

ludeeus commented 1 year ago

Try their discord/forum first. As that one also have issues, your specific issue is not with HACS, but your system/browser/core version.

ludeeus commented 1 year ago

https://github.com/ludeeus/aiogithubapi/pull/218 That might help, but unsure at this point. Maybe also try a full host reboot of the machine that is running Home Assistant.

mylesrauch commented 1 year ago

Thank you for being so helpful, I still can't figure out why I am having this issue...

I am using this in virtual box before I was going to deploy it on some hardware maybe that is causing some issues? I will try on some actual hardware.

Looking into the issue you showed not sure I can make much of what could be the real issue? maybe its calling the API too fast for me? for whatever reason?

I will post on the HA forum since so far have not gotten any help on the discord.

Thank you again for being so helpful!

ludeeus commented 1 year ago

The theory is that it's somehow doing it too fast, that can be dues to OS clock/time issues which might actually be your hypervisor not behaving as it should. Or that someone on your network is missing GitHub and you have additional limitations on your IP. In both those cases the linked PR will solve it once it's included in a new core release.

If it's anything else, then I do not know.

mylesrauch commented 1 year ago

Okay using HAOS on some hardware seemed to solve the problem, looks like the Hypervisor has some issues with flooding Github then and get rate limited? Very Cool!

Hopefully the the PR fixes the issue so no one has to wonder about this again haha

Thanks for the help marking this as closed