hacs / integration

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

Can't install or update anything that is in HACS #3306

Closed DeepCoreSystem closed 1 year ago

DeepCoreSystem commented 1 year ago

System Health details

System Information

version core-2023.10.3
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.11.5
os_name Linux
os_version 6.1.56
arch x86_64
timezone Europe/Berlin
config_dir /config
Home Assistant Community Store GitHub API | ok -- | -- GitHub Content | failed to load: timeout GitHub Web | ok GitHub API Calls Remaining | 4979 Installed Version | 1.33.0 Stage | running Available Repositories | 1308 Downloaded Repositories | 24
Home Assistant Cloud logged_in | true -- | -- subscription_expiration | December 20, 2023 at 01:00 relayer_connected | true relayer_region | eu-central-1 remote_enabled | true remote_connected | true alexa_enabled | true google_enabled | false remote_server | eu-central-1-4.ui.nabu.casa certificate_status | ready can_reach_cert_server | failed to load: timeout can_reach_cloud_auth | failed to load: timeout can_reach_cloud | ok
Home Assistant Supervisor host_os | Home Assistant OS 11.0 -- | -- update_channel | stable supervisor_version | supervisor-2023.10.0 agent_version | 1.6.0 docker_version | 24.0.6 disk_total | 30.8 GB disk_used | 12.2 GB healthy | true supported | true board | ova supervisor_api | ok version_api | failed to load: timeout installed_addons | Samba share (10.0.2), Studio Code Server (5.11.0), ESPHome (2023.9.3), Mosquitto broker (6.3.1), Zigbee2MQTT (1.33.1-1), Advanced SSH & Web Terminal (15.0.8), Custom deps deployment (1.3.4)
Dashboards dashboards | 4 -- | -- resources | 7 views | 28 mode | storage
Recorder oldest_recorder_run | October 5, 2023 at 15:11 -- | -- current_recorder_run | October 14, 2023 at 22:51 estimated_db_size | 803.70 MiB database_engine | mysql database_version | 10.8.6

Checklist

Describe the issue

3 Updates are currently shown in HACS, but I can't get them to update. As I click the update button, it goes circling forever ... and in the log there errors are thrown about the Websocket API

image

Logger: homeassistant.components.websocket_api.http.connection
Source: custom_components/hacs/repositories/base.py:995
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 11:35:47 (2 occurrences)
Last logged: 12:08:37

[139807198582592] Error handling message: Unknown error (unknown_error) Philippe from 10.13.4.235 (Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0)
[139807298558656] Error handling message: Unknown error (unknown_error) Philippe from 10.13.4.235 (Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0)
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 26, in _handle_async_response
    await func(hass, connection, msg)
  File "/config/custom_components/hacs/websocket/repository.py", line 234, in hacs_repository_download
    await repository.async_install()
  File "/config/custom_components/hacs/repositories/base.py", line 899, in async_install
    await self.async_install_repository()
  File "/config/custom_components/hacs/repositories/base.py", line 995, in async_install_repository
    raise HacsException("Could not download, see log for details")
custom_components.hacs.exceptions.HacsException: Could not download, see log for details

Reproduction steps

  1. Go to HACS page
  2. Try to update some components that show having an update available
  3. Inspect log to find error about Home Assistant WebSocket API and HacsException
  4. This is the content of log:
    2023-10-15 12:08:37.506 ERROR (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> [const.py] was not downloaded.
    2023-10-15 12:08:37.507 ERROR (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> [manifest.json] was not downloaded.
    2023-10-15 12:08:37.507 ERROR (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> [__init__.py] was not downloaded.
    2023-10-15 12:08:37.507 ERROR (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> [climate.py] was not downloaded.
    2023-10-15 12:08:37.515 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139807298558656] Error handling message: Unknown error (unknown_error) Philippe from 10.13.4.235 (Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0)
    Traceback (most recent call last):
    File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 26, in _handle_async_response
    await func(hass, connection, msg)
    File "/config/custom_components/hacs/websocket/repository.py", line 234, in hacs_repository_download
    await repository.async_install()
    File "/config/custom_components/hacs/repositories/base.py", line 899, in async_install
    await self.async_install_repository()
    File "/config/custom_components/hacs/repositories/base.py", line 995, in async_install_repository
    raise HacsException("Could not download, see log for details")
    custom_components.hacs.exceptions.HacsException: Could not download, see log for details

After having enabled the debug log for HACS and restarting HA, I could update the SmartThermostat ...

Debug logs

2023-10-15 12:43:18.934 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration alexa_media 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-10-15 12:43:18.935 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
2023-10-15 12:43:18.935 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration philips_airpurifier_coap 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-10-15 12:43:18.936 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration blitzortung 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-10-15 12:43:18.937 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration dwd_weather 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-10-15 12:43:18.938 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration custom_templates 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-10-15 12:43:18.938 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration waste_collection_schedule 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-10-15 12:43:18.939 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration chime_tts 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-10-15 12:43:18.940 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration smart_thermostat 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-10-15 12:43:18.940 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration watchman 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-10-15 12:43:18.941 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration thermal_comfort 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-10-15 12:43:18.941 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration sun2 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-10-15 12:43:18.942 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration proxmoxve 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-10-15 12:43:18.943 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration homematicip_local 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-10-15 12:43:18.943 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration dwd 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-10-15 12:43:31.158 INFO (MainThread) [custom_components.hacs] 
-------------------------------------------------------------------
HACS (Home Assistant Community Store)

Version: 1.33.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
-------------------------------------------------------------------

2023-10-15 12:43:32.034 DEBUG (MainThread) [custom_components.hacs] Configuration type: config_entry
2023-10-15 12:43:33.613 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
2023-10-15 12:43:34.163 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
2023-10-15 12:43:34.808 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:43:34.809 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'dependency_snapshots' for <class 'dict'>
2023-10-15 12:43:34.809 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'audit_log' for <class 'dict'>
2023-10-15 12:43:34.809 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'code_search' for <class 'dict'>
2023-10-15 12:43:34.809 DEBUG (MainThread) [custom_components.hacs] Can update 397 repositories
2023-10-15 12:43:34.810 INFO (MainThread) [custom_components.hacs] Enable category: integration
2023-10-15 12:43:34.811 INFO (MainThread) [custom_components.hacs] Enable category: plugin
2023-10-15 12:43:34.811 INFO (MainThread) [custom_components.hacs] Enable category: theme
2023-10-15 12:43:34.811 INFO (MainThread) [custom_components.hacs] Setting up themes endpoint
2023-10-15 12:43:34.814 INFO (MainThread) [custom_components.hacs] Setting up plugin endpoint
2023-10-15 12:43:34.814 INFO (MainThread) [custom_components.hacs] <HacsFrontend> storage mode, cache for /hacsfiles/: True
2023-10-15 12:43:36.227 INFO (MainThread) [custom_components.hacs] Stage changed: setup
2023-10-15 12:43:36.228 INFO (MainThread) [custom_components.hacs] Stage changed: waiting
2023-10-15 12:43:36.228 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
2023-10-15 12:46:00.562 INFO (MainThread) [custom_components.hacs] Stage changed: startup
2023-10-15 12:46:00.624 DEBUG (MainThread) [custom_components.hacs] There are 7 scheduled recurring tasks
2023-10-15 12:46:00.624 INFO (MainThread) [custom_components.hacs] Loading removed repositories
2023-10-15 12:46:03.671 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:03.674 INFO (MainThread) [custom_components.hacs] Loading known repositories
2023-10-15 12:46:04.259 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:04.554 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:04.590 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:04.592 INFO (MainThread) [custom_components.hacs] Starting recurring background task for downloaded repositories
2023-10-15 12:46:04.593 DEBUG (MainThread) [custom_components.hacs] Recurring background task for downloaded repositories done
2023-10-15 12:46:04.593 INFO (MainThread) [custom_components.hacs] Stage changed: running
2023-10-15 12:46:04.790 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:04.795 DEBUG (MainThread) [custom_components.hacs] <QueueManager> The queue is empty
2023-10-15 12:46:04.796 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.critical'. Content did not change
2023-10-15 12:46:05.211 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:05.211 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'dependency_snapshots' for <class 'dict'>
2023-10-15 12:46:05.211 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'audit_log' for <class 'dict'>
2023-10-15 12:46:05.211 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'code_search' for <class 'dict'>
2023-10-15 12:46:05.211 DEBUG (MainThread) [custom_components.hacs] Can update 397 repositories, items in queue 30
2023-10-15 12:46:05.211 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Checking out tasks to execute
2023-10-15 12:46:05.211 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Starting queue execution for 30 tasks
2023-10-15 12:46:05.213 DEBUG (MainThread) [custom_components.hacs] <Integration gdgib/span> Checking repository.
2023-10-15 12:46:05.214 DEBUG (MainThread) [custom_components.hacs] <Integration jonasniesner/open_epaper_link_homeassistant> Checking repository.
2023-10-15 12:46:05.215 DEBUG (MainThread) [custom_components.hacs] <Integration marcoboers/home-assistant-quatt> Checking repository.
2023-10-15 12:46:05.216 DEBUG (MainThread) [custom_components.hacs] <Integration myTselection/bibliotheek_be> Checking repository.
2023-10-15 12:46:05.217 DEBUG (MainThread) [custom_components.hacs] <Integration nkvoll/home-assistant-qsys-qrc> Checking repository.
2023-10-15 12:46:05.217 DEBUG (MainThread) [custom_components.hacs] <Integration werthdavid/homeassistant-pulsatrix-local-mqtt> Checking repository.
2023-10-15 12:46:05.218 DEBUG (MainThread) [custom_components.hacs] <Plugin rautesamtr/thermal_comfort_icons> Getting repository information
2023-10-15 12:46:05.219 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting repository information
2023-10-15 12:46:05.220 DEBUG (MainThread) [custom_components.hacs] <Integration pnbruckner/ha-sun2> Getting repository information
2023-10-15 12:46:05.220 DEBUG (MainThread) [custom_components.hacs] <Integration FL550/dwd_weather> Getting repository information
2023-10-15 12:46:05.221 DEBUG (MainThread) [custom_components.hacs] <Plugin htmltiger/numberbox-card> Getting repository information
2023-10-15 12:46:05.223 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/alexa_media_player> Getting repository information
2023-10-15 12:46:05.223 DEBUG (MainThread) [custom_components.hacs] <Integration nimroddolev/chime_tts> Getting repository information
2023-10-15 12:46:05.224 DEBUG (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-card-mod> Getting repository information
2023-10-15 12:46:05.225 DEBUG (MainThread) [custom_components.hacs] <Integration mampfes/hacs_waste_collection_schedule> Getting repository information
2023-10-15 12:46:05.225 DEBUG (MainThread) [custom_components.hacs] <Plugin piitaya/lovelace-mushroom> Getting repository information
2023-10-15 12:46:05.708 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:05.709 DEBUG (MainThread) [custom_components.hacs] <Integration gdgib/span> Running checks against v0.0.7
2023-10-15 12:46:05.770 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:05.772 DEBUG (MainThread) [custom_components.hacs] <Integration marcoboers/home-assistant-quatt> Running checks against 0.3.1
2023-10-15 12:46:05.851 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:05.852 DEBUG (MainThread) [custom_components.hacs] <Integration werthdavid/homeassistant-pulsatrix-local-mqtt> Running checks against 1.0.0
2023-10-15 12:46:05.881 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:05.882 DEBUG (MainThread) [custom_components.hacs] <Plugin rautesamtr/thermal_comfort_icons> Running checks against 1.3.0
2023-10-15 12:46:05.915 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:05.916 DEBUG (MainThread) [custom_components.hacs] <Integration nkvoll/home-assistant-qsys-qrc> Running checks against v0.3.1
2023-10-15 12:46:05.938 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:05.939 DEBUG (MainThread) [custom_components.hacs] <Integration jonasniesner/open_epaper_link_homeassistant> Running checks against 0.3.2
2023-10-15 12:46:06.060 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.064 DEBUG (MainThread) [custom_components.hacs] <Integration FL550/dwd_weather> Running checks against v2.0.4
2023-10-15 12:46:06.066 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.068 DEBUG (MainThread) [custom_components.hacs] <Integration myTselection/bibliotheek_be> Running checks against 1.6.4
2023-10-15 12:46:06.075 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.078 DEBUG (MainThread) [custom_components.hacs] <Plugin htmltiger/numberbox-card> Running checks against 4.14
2023-10-15 12:46:06.081 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.084 DEBUG (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-card-mod> Running checks against 3.2.3
2023-10-15 12:46:06.098 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.099 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.102 DEBUG (MainThread) [custom_components.hacs] <Integration pnbruckner/ha-sun2> Running checks against 2.4.0
2023-10-15 12:46:06.117 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.130 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/alexa_media_player> Running checks against v4.7.7
2023-10-15 12:46:06.156 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.159 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.162 DEBUG (MainThread) [custom_components.hacs] <Integration nimroddolev/chime_tts> Running checks against v0.7.3
2023-10-15 12:46:06.172 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.181 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.201 DEBUG (MainThread) [custom_components.hacs] <Plugin piitaya/lovelace-mushroom> Running checks against v3.1.0
2023-10-15 12:46:06.209 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Running checks against 1.33.0
2023-10-15 12:46:06.249 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.310 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.328 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.348 DEBUG (MainThread) [custom_components.hacs] <Integration mampfes/hacs_waste_collection_schedule> Running checks against 1.42.0
2023-10-15 12:46:06.366 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.366 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.390 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.440 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.442 DEBUG (MainThread) [custom_components.hacs] <Plugin rejuvenate/lovelace-horizon-card> Getting repository information
2023-10-15 12:46:06.497 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.515 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.567 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.606 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.631 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.687 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.692 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.694 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.716 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.798 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.800 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.802 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.812 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.820 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.824 DEBUG (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-auto-entities> Getting repository information
2023-10-15 12:46:06.879 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.883 DEBUG (MainThread) [custom_components.hacs] <Integration dummylabs/thewatchman> Getting repository information
2023-10-15 12:46:06.885 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.890 DEBUG (MainThread) [custom_components.hacs] <Integration kongo09/philips-airpurifier-coap> Getting repository information
2023-10-15 12:46:06.892 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:06.894 DEBUG (MainThread) [custom_components.hacs] <Theme piitaya/lovelace-mushroom-themes> Getting repository information
2023-10-15 12:46:07.000 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.004 DEBUG (MainThread) [custom_components.hacs] <Plugin custom-cards/flex-table-card> Getting repository information
2023-10-15 12:46:07.005 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.010 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.014 DEBUG (MainThread) [custom_components.hacs] <Integration PiotrMachowski/Home-Assistant-custom-components-Custom-Templates> Getting repository information
2023-10-15 12:46:07.015 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Getting repository information
2023-10-15 12:46:07.016 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.018 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.021 DEBUG (MainThread) [custom_components.hacs] <Theme Madelena/Metrology-for-Hass> Getting repository information
2023-10-15 12:46:07.045 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.078 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.236 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.239 DEBUG (MainThread) [custom_components.hacs] <Plugin rejuvenate/lovelace-horizon-card> Running checks against v1.0.0
2023-10-15 12:46:07.250 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.256 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.257 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.265 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.273 DEBUG (MainThread) [custom_components.hacs] <Integration dolezsa/thermal_comfort> Getting repository information
2023-10-15 12:46:07.377 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.378 DEBUG (MainThread) [custom_components.hacs] <Theme piitaya/lovelace-mushroom-themes> Running checks against v0.0.9
2023-10-15 12:46:07.428 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.430 DEBUG (MainThread) [custom_components.hacs] <Integration dummylabs/thewatchman> Running checks against v0.6.1
2023-10-15 12:46:07.431 INFO (MainThread) [custom_components.hacs] <Integration gdgib/span> Registration completed
2023-10-15 12:46:07.477 INFO (MainThread) [custom_components.hacs] <Integration marcoboers/home-assistant-quatt> Registration completed
2023-10-15 12:46:07.482 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.487 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.489 DEBUG (MainThread) [custom_components.hacs] <Plugin thomasloven/lovelace-auto-entities> Running checks against 1.12.1
2023-10-15 12:46:07.491 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.491 DEBUG (MainThread) [custom_components.hacs] <Plugin custom-cards/flex-table-card> Running checks against v0.7.3
2023-10-15 12:46:07.498 INFO (MainThread) [custom_components.hacs] <Integration werthdavid/homeassistant-pulsatrix-local-mqtt> Registration completed
2023-10-15 12:46:07.516 INFO (MainThread) [custom_components.hacs] <Integration jonasniesner/open_epaper_link_homeassistant> Registration completed
2023-10-15 12:46:07.576 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.577 DEBUG (MainThread) [custom_components.hacs] <Integration PiotrMachowski/Home-Assistant-custom-components-Custom-Templates> Running checks against v1.2.3
2023-10-15 12:46:07.578 INFO (MainThread) [custom_components.hacs] <Integration nkvoll/home-assistant-qsys-qrc> Registration completed
2023-10-15 12:46:07.789 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.789 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'discussion_url' for <class 'str'>
2023-10-15 12:46:07.790 DEBUG (MainThread) [custom_components.hacs] <Theme Madelena/Metrology-for-Hass> Running checks against v.1.9.1
2023-10-15 12:46:07.794 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.797 DEBUG (MainThread) [custom_components.hacs] <Integration kongo09/philips-airpurifier-coap> Running checks against v0.15.0
2023-10-15 12:46:07.798 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.799 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'discussion_url' for <class 'str'>
2023-10-15 12:46:07.799 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'discussion_url' for <class 'str'>
2023-10-15 12:46:07.799 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'discussion_url' for <class 'str'>
2023-10-15 12:46:07.801 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Running checks against 2023.10.0
2023-10-15 12:46:07.804 INFO (MainThread) [custom_components.hacs] <Integration myTselection/bibliotheek_be> Registration completed
2023-10-15 12:46:07.949 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:07.952 DEBUG (MainThread) [custom_components.hacs] <Integration dolezsa/thermal_comfort> Running checks against 2.1.1
2023-10-15 12:46:08.004 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.007 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.182 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.185 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.187 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.205 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.212 DEBUG (MainThread) [custom_components.hacs] <Integration mrk-its/homeassistant-blitzortung> Getting repository information
2023-10-15 12:46:08.215 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.216 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.221 DEBUG (MainThread) [custom_components.hacs] <Integration dougiteixeira/proxmoxve> Getting repository information
2023-10-15 12:46:08.370 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.384 DEBUG (MainThread) [custom_components.hacs] 'states' is undefined
2023-10-15 12:46:08.385 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.386 DEBUG (MainThread) [custom_components.hacs] <Integration danielperna84/custom_homematic> Getting repository information
2023-10-15 12:46:08.389 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.398 DEBUG (MainThread) [custom_components.hacs] No filter named 'ct_state_translated'.
2023-10-15 12:46:08.400 DEBUG (MainThread) [custom_components.hacs] <Integration hg1337/homeassistant-dwd> Getting repository information
2023-10-15 12:46:08.400 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.408 DEBUG (MainThread) [custom_components.hacs] 'states' is undefined
2023-10-15 12:46:08.411 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.413 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.442 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.544 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.575 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.579 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.626 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.629 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.639 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.649 DEBUG (MainThread) [custom_components.hacs] 'state_attr' is undefined
2023-10-15 12:46:08.769 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.784 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.839 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.844 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.845 DEBUG (MainThread) [custom_components.hacs] <Integration mrk-its/homeassistant-blitzortung> Running checks against v1.3.1
2023-10-15 12:46:08.919 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.921 DEBUG (MainThread) [custom_components.hacs] <Integration dougiteixeira/proxmoxve> Running checks against 2.0.4
2023-10-15 12:46:08.965 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:08.966 DEBUG (MainThread) [custom_components.hacs] <Integration hg1337/homeassistant-dwd> Running checks against 2023.8.2
2023-10-15 12:46:08.983 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:09.075 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:09.077 DEBUG (MainThread) [custom_components.hacs] <Integration danielperna84/custom_homematic> Running checks against 1.46.0
2023-10-15 12:46:09.458 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:09.539 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:09.619 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:09.653 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:09.657 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:09.733 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:09.811 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:09.853 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:09.870 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:09.932 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:10.022 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:10.047 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:10.049 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Queue execution finished for 30 tasks finished in 4.84 seconds
2023-10-15 12:46:10.049 DEBUG (MainThread) [custom_components.hacs] <HacsData async_write> Saving data
2023-10-15 12:46:11.848 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Getting repository information
2023-10-15 12:46:12.544 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:12.546 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'discussion_url' for <class 'str'>
2023-10-15 12:46:12.546 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'discussion_url' for <class 'str'>
2023-10-15 12:46:12.546 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'discussion_url' for <class 'str'>
2023-10-15 12:46:12.548 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Running checks against 2023.10.0
2023-10-15 12:46:13.245 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:13.445 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:13.455 DEBUG (MainThread) [custom_components.hacs] 'state_attr' is undefined
2023-10-15 12:46:13.640 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:16.050 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Getting repository information
2023-10-15 12:46:16.782 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:16.783 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'discussion_url' for <class 'str'>
2023-10-15 12:46:16.783 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'discussion_url' for <class 'str'>
2023-10-15 12:46:16.783 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'discussion_url' for <class 'str'>
2023-10-15 12:46:16.785 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Running checks against 2023.10.0
2023-10-15 12:46:17.364 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:17.560 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:17.570 DEBUG (MainThread) [custom_components.hacs] 'state_attr' is undefined
2023-10-15 12:46:17.753 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:17.755 INFO (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Running pre installation steps
2023-10-15 12:46:17.755 INFO (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Pre installation steps completed
2023-10-15 12:46:17.755 INFO (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Running installation steps
2023-10-15 12:46:17.755 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Getting repository information
2023-10-15 12:46:18.433 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:18.434 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'discussion_url' for <class 'str'>
2023-10-15 12:46:18.435 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'discussion_url' for <class 'str'>
2023-10-15 12:46:18.435 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'discussion_url' for <class 'str'>
2023-10-15 12:46:18.437 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Running checks against 2023.10.0
2023-10-15 12:46:19.035 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:19.239 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:19.249 DEBUG (MainThread) [custom_components.hacs] 'state_attr' is undefined
2023-10-15 12:46:19.431 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-10-15 12:46:19.470 DEBUG (SyncWorker_5) [custom_components.hacs] Backup for /config/custom_components/smart_thermostat, created in /tmp/hacs_backup/smart_thermostat
2023-10-15 12:46:19.480 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Local path is set to /config/custom_components/smart_thermostat
2023-10-15 12:46:19.480 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Remote path is set to custom_components/smart_thermostat
2023-10-15 12:46:19.480 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Checking out tasks to execute
2023-10-15 12:46:19.481 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Starting queue execution for 8 tasks
2023-10-15 12:46:19.481 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Downloading __init__.py
2023-10-15 12:46:19.481 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/ScratMan/HASmartThermostat/2023.10.0/custom_components/smart_thermostat/__init__.py
2023-10-15 12:46:19.482 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Downloading climate.py
2023-10-15 12:46:19.482 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/ScratMan/HASmartThermostat/2023.10.0/custom_components/smart_thermostat/climate.py
2023-10-15 12:46:19.482 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Downloading const.py
2023-10-15 12:46:19.482 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/ScratMan/HASmartThermostat/2023.10.0/custom_components/smart_thermostat/const.py
2023-10-15 12:46:19.483 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Downloading manifest.json
2023-10-15 12:46:19.483 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/ScratMan/HASmartThermostat/2023.10.0/custom_components/smart_thermostat/manifest.json
2023-10-15 12:46:19.483 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Downloading LICENSE
2023-10-15 12:46:19.483 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/ScratMan/HASmartThermostat/2023.10.0/custom_components/smart_thermostat/pid_controller/LICENSE
2023-10-15 12:46:19.484 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Downloading README.md
2023-10-15 12:46:19.484 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/ScratMan/HASmartThermostat/2023.10.0/custom_components/smart_thermostat/pid_controller/README.md
2023-10-15 12:46:19.484 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Downloading __init__.py
2023-10-15 12:46:19.484 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/ScratMan/HASmartThermostat/2023.10.0/custom_components/smart_thermostat/pid_controller/__init__.py
2023-10-15 12:46:19.485 DEBUG (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Downloading services.yaml
2023-10-15 12:46:19.485 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/ScratMan/HASmartThermostat/2023.10.0/custom_components/smart_thermostat/services.yaml
2023-10-15 12:46:19.724 INFO (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Download of __init__.py completed
2023-10-15 12:46:19.736 INFO (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Download of README.md completed
2023-10-15 12:46:19.745 INFO (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Download of services.yaml completed
2023-10-15 12:46:19.747 INFO (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Download of __init__.py completed
2023-10-15 12:46:19.748 INFO (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Download of climate.py completed
2023-10-15 12:46:19.751 INFO (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Download of manifest.json completed
2023-10-15 12:46:19.753 INFO (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Download of LICENSE completed
2023-10-15 12:46:19.761 INFO (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Download of const.py completed
2023-10-15 12:46:20.762 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Queue execution finished for 8 tasks finished in 1.28 seconds
2023-10-15 12:46:20.764 DEBUG (SyncWorker_5) [custom_components.hacs] Backup dir /tmp/hacs_backup/ cleared
2023-10-15 12:46:20.764 INFO (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Installation steps completed
2023-10-15 12:46:20.764 INFO (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Running post installation steps
2023-10-15 12:46:20.767 INFO (MainThread) [custom_components.hacs] <Integration ScratMan/HASmartThermostat> Post installation steps completed
2023-10-15 12:46:20.767 DEBUG (MainThread) [custom_components.hacs] <HacsData async_write> Saving data

Diagnostics dump

No response

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

If you look at your system health, multiple integrations reported timeout problem. You have/had some networking issues.

DeepCoreSystem commented 1 year ago

Now these timeouts are gone ... I had this problem with updating components from HACS since yesterday noon, as it is my time window for updates.

But I didn't notice any internet problems on Youtube or general browsing at that time

ludeeus commented 1 year ago

The network on your computer does not matter much, your issues was with the server running Home Assistant

DeepCoreSystem commented 1 year ago

I found this forum thread about timeouts and that it seems related to IPv6 problems...

I disabled IPv6 in HA now, and so far no timeout notices