hacs / integration

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

timeout error with installation of integration Google Home #2529

Closed pschneider87 closed 2 years ago

pschneider87 commented 2 years ago

System Health details

System Health

version core-2022.3.0b5
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.9.9
os_name Linux
os_version 5.10.98
arch aarch64
timezone Europe/Berlin
Home Assistant Community Store GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok GitHub API Calls Remaining | 4840 Installed Version | 1.23.0 Stage | running Available Repositories | 1001 Downloaded Repositories | 9
Home Assistant Cloud logged_in | false -- | -- can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | ok
Home Assistant Supervisor host_os | Home Assistant OS 7.4 -- | -- update_channel | beta supervisor_version | supervisor-2022.02.0 docker_version | 20.10.9 disk_total | 113.9 GB disk_used | 25.2 GB healthy | true supported | true board | odroid-n2 supervisor_api | ok version_api | ok installed_addons | AdGuard Home (4.4.4), Vaultwarden (Bitwarden) (0.15.0), CEC Scanner (3.0), Duck DNS (1.14.0), File editor (5.3.3), Home Assistant Google Drive Backup (0.105.2), Log Viewer (0.12.2), Samba share (9.5.1), Check Home Assistant configuration (3.10.0), deCONZ (6.12.0), Mosquitto broker (6.0.1), Terminal & SSH (9.3.0), ESPHome (2022.2.5), UniFi Network Application (1.1.4), RaspberryMatic CCU (3.61.7.20220226)
Lovelace dashboards | 2 -- | -- resources | 7 views | 8 mode | storage
Spotify api_endpoint_reachable | ok -- | --

Checklist

Describe the issue

When trying to update or install integrations via HACS, it fails. While I can see that some ressources are downloaded, some will fail.

I have completely removed the integration from disk.

Maintainer of the Integration says, it's an issue with HACS. I don't know.

Reproduction steps

  1. Open HACS
  2. Try to Install "google home" integration
  3. watch the logs ...

Debug logs

2022-03-01 08:16:46 DEBUG (MainThread) [custom_components.hacs] Running update for leikoilja/ha-google-home
2022-03-01 08:16:46 DEBUG (MainThread) [custom_components.hacs] <Integration leikoilja/ha-google-home> Getting repository information
2022-03-01 08:16:46 DEBUG (MainThread) [custom_components.hacs] <Integration leikoilja/ha-google-home> Running checks against v1.9.8
2022-03-01 08:16:47 DEBUG (MainThread) [custom_components.hacs] Saving data
2022-03-01 08:16:47 DEBUG (MainThread) [custom_components.hacs] Did not store data for 'hacs.hacs'. Content did not change
2022-03-01 08:16:47 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.netatmo
2022-03-01 08:16:51 DEBUG (MainThread) [custom_components.hacs] Running install for leikoilja/ha-google-home
2022-03-01 08:16:51 DEBUG (MainThread) [custom_components.hacs] <Integration leikoilja/ha-google-home> Getting repository information
2022-03-01 08:16:51 DEBUG (MainThread) [custom_components.hacs] <Integration leikoilja/ha-google-home> Running checks against v1.9.8
2022-03-01 08:16:52 INFO (MainThread) [custom_components.hacs] Running pre installation steps
2022-03-01 08:16:52 INFO (MainThread) [custom_components.hacs] Pre installation steps completed
2022-03-01 08:16:52 INFO (MainThread) [custom_components.hacs] Running installation steps
2022-03-01 08:16:52 DEBUG (MainThread) [custom_components.hacs] <Integration leikoilja/ha-google-home> Getting repository information
2022-03-01 08:16:53 DEBUG (MainThread) [custom_components.hacs] <Integration leikoilja/ha-google-home> Running checks against v1.9.8
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] <Integration leikoilja/ha-google-home> Local path is set to /config/custom_components/google_home
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] <Integration leikoilja/ha-google-home> Remote path is set to custom_components/google_home
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Checking out tasks to execute
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Starting queue execution for 25 tasks
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading __init__.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/__init__.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading api.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/api.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading config_flow.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/config_flow.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading const.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/const.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading entity.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/entity.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading exceptions.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/exceptions.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading manifest.json
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/manifest.json
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading models.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/models.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading number.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/number.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading sensor.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/sensor.py
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of __init__.py completed
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading services.yaml
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/services.yaml
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of sensor.py completed
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading switch.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/switch.py
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of api.py completed
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading ca.json
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/translations/ca.json
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of const.py completed
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading da.json
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/translations/da.json
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of config_flow.py completed
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading de.json
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/translations/de.json
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of number.py completed
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading en.json
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/translations/en.json
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of services.yaml completed
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading es.json
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/translations/es.json
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of switch.py completed
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading it.json
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/translations/it.json
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of ca.json completed
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading nb.json
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/translations/nb.json
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of da.json completed
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading nl.json
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/translations/nl.json
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of de.json completed
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading nn.json
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/translations/nn.json
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of es.json completed
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading pt.json
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/translations/pt.json
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of en.json completed
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading ru.json
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/translations/ru.json
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of it.json completed
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading uk.json
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/translations/uk.json
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of nb.json completed
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading types.py
2022-03-01 08:16:54 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/types.py
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of nl.json completed
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of nn.json completed
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of pt.json completed
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of ru.json completed
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of uk.json completed
2022-03-01 08:16:54 INFO (MainThread) [custom_components.hacs] Download of types.py completed
2022-03-01 08:17:54 ERROR (MainThread) [custom_components.hacs] A timeout of 60! seconds was encountered while downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/models.py, check the network on the host running Home Assistant
2022-03-01 08:17:54 ERROR (MainThread) [custom_components.hacs] A timeout of 60! seconds was encountered while downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/manifest.json, check the network on the host running Home Assistant
2022-03-01 08:17:54 ERROR (MainThread) [custom_components.hacs] A timeout of 60! seconds was encountered while downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/entity.py, check the network on the host running Home Assistant
2022-03-01 08:17:54 ERROR (MainThread) [custom_components.hacs] A timeout of 60! seconds was encountered while downloading https://raw.githubusercontent.com/leikoilja/ha-google-home/v1.9.8/custom_components/google_home/exceptions.py, check the network on the host running Home Assistant
2022-03-01 08:17:54 DEBUG (MainThread) [custom_components.hacs] Queue execution finished for 25 tasks finished in 60.58 seconds
2022-03-01 08:17:54 ERROR (MainThread) [custom_components.hacs] [models.py] was not downloaded.
2022-03-01 08:17:54 ERROR (MainThread) [custom_components.hacs] [manifest.json] was not downloaded.
2022-03-01 08:17:54 ERROR (MainThread) [custom_components.hacs] [entity.py] was not downloaded.
2022-03-01 08:17:54 ERROR (MainThread) [custom_components.hacs] [exceptions.py] was not downloaded.
2022-03-01 08:17:54 INFO (MainThread) [custom_components.hacs] Installation steps completed
2022-03-01 08:17:54 INFO (MainThread) [custom_components.hacs] Running post installation steps
2022-03-01 08:17:54 INFO (MainThread) [custom_components.hacs] Reloading custom_component cache
2022-03-01 08:17:54 INFO (SyncWorker_12) [homeassistant.loader] Loaded openmediavault from custom_components.openmediavault
2022-03-01 08:17:54 WARNING (SyncWorker_12) [homeassistant.loader] We found a custom integration openmediavault 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
2022-03-01 08:17:54 INFO (SyncWorker_9) [homeassistant.loader] Loaded waste_collection_schedule from custom_components.waste_collection_schedule
2022-03-01 08:17:54 WARNING (SyncWorker_9) [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
2022-03-01 08:17:54 INFO (SyncWorker_8) [homeassistant.loader] Loaded hacs from custom_components.hacs
2022-03-01 08:17:54 WARNING (SyncWorker_8) [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
2022-03-01 08:17:54 INFO (MainThread) [custom_components.hacs] Custom_component cache reloaded
2022-03-01 08:17:54 INFO (MainThread) [custom_components.hacs] Post installation steps completed
2022-03-01 08:17:54 DEBUG (MainThread) [custom_components.hacs] Saving data
2022-03-01 08:17:54 DEBUG (MainThread) [custom_components.hacs] Did not store data for 'hacs.hacs'. Content did not change

Diagnostics dump

{ "home_assistant": { "installation_type": "Home Assistant OS", "version": "2022.3.0b5", "dev": false, "hassio": true, "virtualenv": false, "python_version": "3.9.9", "docker": true, "arch": "aarch64", "timezone": "Europe/Berlin", "os_name": "Linux", "os_version": "5.10.98", "supervisor": "2022.02.0", "host_os": "Home Assistant OS 7.4", "docker_version": "20.10.9", "chassis": "embedded", "run_as_root": true }, "custom_components": { "waste_collection_schedule": { "version": "1.14.0", "requirements": [ "icalendar", "recurring_ical_events", "bs4" ] }, "openmediavault": { "version": "0.0.0", "requirements": [] }, "hacs": { "version": "1.23.0", "requirements": [ "aiogithubapi>=21.11.0" ] } }, "integration_manifest": { "codeowners": [ "@ludeeus" ], "config_flow": true, "dependencies": [ "http", "websocket_api", "frontend", "persistent_notification", "lovelace" ], "documentation": "https://hacs.xyz/docs/configuration/start", "domain": "hacs", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/hacs/integration/issues", "name": "HACS", "requirements": [ "aiogithubapi>=21.11.0" ], "version": "1.23.0", "is_built_in": false }, "data": { "entry": { "entry_id": "d02af51feef44bb9c100d9f097db1abb", "version": 1, "domain": "hacs", "title": "", "data": { "token": "REDACTED" }, "options": {}, "pref_disable_new_entities": false, "pref_disable_polling": false, "source": "user", "unique_id": null, "disabled_by": null }, "hacs": { "stage": "running", "version": "1.23.0", "disabled_reason": null, "new": false, "startup": false, "categories": [ "theme", "integration", "plugin" ], "renamed_repositories": { "xMrVizzy/Philips-AirPurifier": "kraineff/philips-airpurifier", "custom-components/blueprint": "custom-components/integration_blueprint", "scottyphillips/mitsubishi_hass": "scottyphillips/echonetlite_homeassistant", "idittansikte/bootstrap-grid-card": "ownbee/bootstrap-grid-card", "marksie1988/atomic-calendar-revive": "totaldebug/atomic-calendar-revive", "PepegaBruh/CryptoTracker": "BigNocciolino/CryptoTracker", "9a4gl/hass-peltec": "9a4gl/hass-centrometal-boiler", "78wesley/Darkish-Theme": "78wesley/Home-Assistant-Darkish-Theme", "KartoffelToby/ai_thermostat": "KartoffelToby/better_thermostat", "nbogojevic/homeassistant-midea-dehumidifier-lan": "nbogojevic/homeassistant-midea-air-appliances-lan" }, "archived_repositories": [ "PTST/O365-HomeAssistant", "custom-components/custom_components", "Michsior14/ha-laser-egg", "custom-components/sensor.custom_components", "custom-components/sensor.tautulli", "atomic7777/atomic_calendar", "mampfes/hacs_wiffi", "pilotak/homeassistant-mikrotik", "ppanagiotis/pymusiccast", "estevez-dev/extended-banner-card", "Kraineff/philips-airpurifier", "jensweimann/awb", "briis/smartweather", "KoljaWindeler/kaco", "dr1rrb/ha-twinkly", "heinoldenhuis/home_assistant_omnik_solar", "DSorlov/hasl-platform" ], "ignored_repositories": [], "lovelace_mode": "storage", "configuration": { "appdaemon": false, "country": "ALL", "debug": false, "dev": false, "experimental": false, "netdaemon": false, "python_script": false, "release_limit": 5, "theme": false } }, "custom_repositories": [ "DSorlov/hasl-platform", "dr1rrb/ha-twinkly", "KoljaWindeler/kaco", "DurgNomis-drol/google_home_timers_card", "custom-components/integration_blueprint", "kernel610/hacs-google-fit" ], "repositories": [ { "data": { "archived": false, "authors": [ "@ludeeus" ], "category": "integration", "content_in_root": false, "country": [], "config_flow": true, "default_branch": "main", "description": "HACS gives you a powerful UI to handle downloads of all your custom needs.", "domain": "hacs", "domains": [], "downloads": 24241, "etag_repository": "W/\"8399851deae660275098a51237a39bccab47628410fde16d12415e421ecf655e\"", "file_name": "", "filename": "hacs.zip", "first_install": false, "fork": false, "full_name": "hacs/integration", "hacs": "0.19.0", "hide": false, "hide_default_branch": true, "homeassistant": "2021.9.0", "id": "172733314", "iot_class": null, "installed": true, "installed_commit": "da1512e", "installed_version": "1.23.0", "open_issues": 2, "last_commit": "da1512e", "last_version": "1.23.0", "last_updated": "2022-03-01T06:06:58Z", "manifest_name": "HACS", "new": false, "persistent_directory": null, "pushed_at": "2022-03-01T06:06:58", "releases": true, "render_readme": false, "published_tags": [ "1.23.0", "1.22.0", "1.21.0", "1.20.0", "1.19.3" ], "selected_tag": null, "show_beta": false, "stargazers_count": 2313, "topics": [ "community", "hacktoberfest", "hacs", "home-assistant", "integration", "package-manager", "python" ], "zip_release": true }, "integration_manifest": {}, "repository_manifest": { "name": "HACS", "content_in_root": false, "zip_release": true, "filename": "hacs.zip", "manifest": { "name": "HACS", "zip_release": true, "hide_default_branch": true, "homeassistant": "2021.9.0", "hacs": "0.19.0", "filename": "hacs.zip" }, "hacs": "0.19.0", "hide_default_branch": true, "domains": [], "country": [], "homeassistant": "2021.9.0", "persistent_directory": null, "iot_class": null, "render_readme": false }, "ref": "1.23.0", "paths": { "localpath": "/config/custom_components/hacs", "local": "/config/custom_components/hacs", "remote": "custom_components" } }, { "data": { "archived": false, "authors": [], "category": "plugin", "content_in_root": false, "country": [], "config_flow": false, "default_branch": "master", "description": "\ud83d\udd39Automatically populate the entities-list of lovelace cards", "domain": "", "domains": [], "downloads": 0, "etag_repository": "W/\"fb91a66f9f0e4d568359ef5b92e8a2f519c102b5dc0dbd4ade4e76313d285205\"", "file_name": "auto-entities.js", "filename": null, "first_install": false, "fork": false, "full_name": "thomasloven/lovelace-auto-entities", "hacs": null, "hide": false, "hide_default_branch": false, "homeassistant": "2022.3.0", "id": "167744584", "iot_class": null, "installed": true, "installed_commit": "9961ee0", "installed_version": "1.9.1", "open_issues": 24, "last_commit": "af905a0", "last_version": "1.10.1", "last_updated": "2022-02-20T23:30:44Z", "manifest_name": null, "new": false, "persistent_directory": null, "pushed_at": "2022-02-20T23:30:44", "releases": true, "render_readme": true, "published_tags": [ "1.10.1", "1.10.0", "1.9.1", "1.9.0", "1.8.5" ], "selected_tag": null, "show_beta": false, "stargazers_count": 566, "topics": [], "zip_release": false }, "integration_manifest": {}, "repository_manifest": { "name": "auto-entities", "content_in_root": false, "zip_release": false, "filename": null, "manifest": { "name": "auto-entities", "render_readme": true, "homeassistant": "2022.3.0" }, "hacs": null, "hide_default_branch": false, "domains": [], "country": [], "homeassistant": "2022.3.0", "persistent_directory": null, "iot_class": null, "render_readme": true }, "ref": "1.10.1", "paths": { "localpath": "/config/www/community/lovelace-auto-entities", "local": "/config/www/community/lovelace-auto-entities", "remote": null } }, { "data": { "archived": false, "authors": [], "category": "plugin", "content_in_root": false, "country": [], "config_flow": false, "default_branch": "master", "description": "Spotify playlist card for Home Assistant card", "domain": "", "domains": [], "downloads": 0, "etag_repository": "W/\"4f574737247ec900a0dddcb97d0f24150badec4a807a5699abb96eb6969b220a\"", "file_name": "spotify-card.js", "filename": "spotify-card.js", "first_install": false, "fork": false, "full_name": "custom-cards/spotify-card", "hacs": null, "hide": false, "hide_default_branch": false, "homeassistant": null, "id": "173955605", "iot_class": null, "installed": true, "installed_commit": "4297715", "installed_version": "v2.4.0", "open_issues": 25, "last_commit": "4297715", "last_version": "v2.4.0", "last_updated": "2022-01-13T13:27:21Z", "manifest_name": null, "new": false, "persistent_directory": null, "pushed_at": "2022-01-13T13:27:21", "releases": true, "render_readme": true, "published_tags": [ "v2.4.0", "v2.3.9", "v2.3.8", "v2.3.7", "v2.3.6" ], "selected_tag": null, "show_beta": false, "stargazers_count": 239, "topics": [], "zip_release": false }, "integration_manifest": {}, "repository_manifest": { "name": "Spotify Lovelace Card", "content_in_root": false, "zip_release": false, "filename": "spotify-card.js", "manifest": { "name": "Spotify Lovelace Card", "render_readme": true, "filename": "spotify-card.js" }, "hacs": null, "hide_default_branch": false, "domains": [], "country": [], "homeassistant": null, "persistent_directory": null, "iot_class": null, "render_readme": true }, "ref": "v2.4.0", "paths": { "localpath": "/config/www/community/spotify-card", "local": "/config/www/community/spotify-card", "remote": null } }, { "data": { "archived": false, "authors": [ "@tomaae" ], "category": "integration", "content_in_root": false, "country": [], "config_flow": true, "default_branch": "master", "description": "OpenMediaVault integration for Home Assistant", "domain": "openmediavault", "domains": [ "sensor", "switch" ], "downloads": 3819, "etag_repository": "W/\"34f8fbb4f79b0ff667e705bf5b3873ff09e0b05f9798dea27bb470a669f92959\"", "file_name": "", "filename": "openmediavault.zip", "first_install": false, "fork": false, "full_name": "tomaae/homeassistant-openmediavault", "hacs": null, "hide": false, "hide_default_branch": false, "homeassistant": "0.110.0", "id": "257275420", "iot_class": "local_poll", "installed": true, "installed_commit": "b184458", "installed_version": "1.1.7", "open_issues": 15, "last_commit": "2fa230a", "last_version": "1.1.7", "last_updated": "2021-12-09T19:57:55Z", "manifest_name": "OpenMediaVault", "new": false, "persistent_directory": null, "pushed_at": "2021-12-09T19:57:55", "releases": true, "render_readme": false, "published_tags": [ "1.1.7", "v1.1.6", "v1.1.5", "v1.1.4", "v1.1.3" ], "selected_tag": null, "show_beta": false, "stargazers_count": 34, "topics": [ "hacs", "homeassistant", "homeassistant-components", "homeassistant-integration", "omv", "openmediavault" ], "zip_release": true }, "integration_manifest": {}, "repository_manifest": { "name": "OpenMediaVault", "content_in_root": false, "zip_release": true, "filename": "openmediavault.zip", "manifest": { "name": "OpenMediaVault", "homeassistant": "0.110.0", "iot_class": "local_poll", "domains": [ "sensor", "switch" ], "render_readme": false, "zip_release": true, "filename": "openmediavault.zip" }, "hacs": null, "hide_default_branch": false, "domains": [ "sensor", "switch" ], "country": [], "homeassistant": "0.110.0", "persistent_directory": null, "iot_class": "local_poll", "render_readme": false }, "ref": "1.1.7", "paths": { "localpath": "/config/custom_components/openmediavault", "local": "/config/custom_components/openmediavault", "remote": "custom_components" } }, { "data": { "archived": false, "authors": [ "@mampfes" ], "category": "integration", "content_in_root": false, "country": [], "config_flow": false, "default_branch": "master", "description": "Home Assistant integration framework for (garbage collection) schedules", "domain": "waste_collection_schedule", "domains": [ "sensor" ], "downloads": 0, "etag_repository": "W/\"5f17f77bbba8a5f70ca061e6d7b4b29e29b1a245649ac97816171e0175d77cc9\"", "file_name": "", "filename": null, "first_install": false, "fork": false, "full_name": "mampfes/hacs_waste_collection_schedule", "hacs": null, "hide": false, "hide_default_branch": false, "homeassistant": null, "id": "254347436", "iot_class": "cloud_polling", "installed": true, "installed_commit": "ad450b9", "installed_version": "1.15.0", "open_issues": 9, "last_commit": "191116d", "last_version": "1.15.0", "last_updated": "2022-02-20T19:19:44Z", "manifest_name": "waste_collection_schedule", "new": false, "persistent_directory": null, "pushed_at": "2022-02-20T19:19:44", "releases": true, "render_readme": false, "published_tags": [ "1.15.0", "1.14.0", "1.13.1", "1.13.0", "1.12.1" ], "selected_tag": null, "show_beta": false, "stargazers_count": 139, "topics": [ "abfall", "abfallnavi", "abfallplus", "berlin", "garbage", "garbage-collection", "hamburg", "home-assistant", "homeassistant", "homeassistant-integration", "jumomind", "koeln", "muell", "muellabfuhr", "muellsammlung", "mymuell", "regioit", "waste", "waste-collection" ], "zip_release": false }, "integration_manifest": {}, "repository_manifest": { "name": "Waste Collection Schedule", "content_in_root": false, "zip_release": false, "filename": null, "manifest": { "name": "Waste Collection Schedule", "domains": [ "sensor" ], "iot_class": "cloud_polling" }, "hacs": null, "hide_default_branch": false, "domains": [ "sensor" ], "country": [], "homeassistant": null, "persistent_directory": null, "iot_class": "cloud_polling", "render_readme": false }, "ref": "1.15.0", "paths": { "localpath": "/config/custom_components/waste_collection_schedule", "local": "/config/custom_components/waste_collection_schedule", "remote": "custom_components" } }, { "data": { "archived": false, "authors": [], "category": "plugin", "content_in_root": false, "country": [], "config_flow": false, "default_branch": "master", "description": "Show battery states or attributes with dynamic icon on entity rows in Home Assistant's Lovelace UI", "domain": "", "domains": [], "downloads": 7049, "etag_repository": "W/\"7120f051a2f33dbe706ee24b651f3dacf87233ae7838b0d572da1883f282bca2\"", "file_name": "battery-entity-row.js", "filename": "battery-entity-row.js", "first_install": false, "fork": false, "full_name": "benct/lovelace-battery-entity-row", "hacs": null, "hide": false, "hide_default_branch": false, "homeassistant": null, "id": "303857065", "iot_class": null, "installed": true, "installed_commit": "e7d1eab", "installed_version": "v1.3.1", "open_issues": 2, "last_commit": "e7d1eab", "last_version": "v1.3.1", "last_updated": "2021-03-12T15:50:43Z", "manifest_name": null, "new": false, "persistent_directory": null, "pushed_at": "2021-03-12T15:50:43", "releases": true, "render_readme": true, "published_tags": [ "v1.3.1", "v1.3.0", "v1.2.0", "v1.1.0", "v1.0.0" ], "selected_tag": null, "show_beta": false, "stargazers_count": 43, "topics": [ "attribute", "battery", "card", "entity", "entity-rows", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "state" ], "zip_release": false }, "integration_manifest": {}, "repository_manifest": { "name": "Battery Entity Row", "content_in_root": false, "zip_release": false, "filename": "battery-entity-row.js", "manifest": { "name": "Battery Entity Row", "filename": "battery-entity-row.js", "render_readme": true }, "hacs": null, "hide_default_branch": false, "domains": [], "country": [], "homeassistant": null, "persistent_directory": null, "iot_class": null, "render_readme": true }, "ref": "v1.3.1", "paths": { "localpath": "/config/www/community/lovelace-battery-entity-row", "local": "/config/www/community/lovelace-battery-entity-row", "remote": null } }, { "data": { "archived": false, "authors": [], "category": "plugin", "content_in_root": false, "country": [], "config_flow": false, "default_branch": "master", "description": "Simple card for various robot vacuums in Home Assistant's Lovelace UI", "domain": "", "domains": [], "downloads": 9529, "etag_repository": "W/\"730125692e8efdf760f071e3e6c6612b720aecc7382c45a5384bec9c5940a8c1\"", "file_name": "xiaomi-vacuum-card.js", "filename": "xiaomi-vacuum-card.js", "first_install": false, "fork": false, "full_name": "benct/lovelace-xiaomi-vacuum-card", "hacs": null, "hide": false, "hide_default_branch": false, "homeassistant": null, "id": "180229356", "iot_class": null, "installed": true, "installed_commit": "2f8a67a", "installed_version": "v4.4.0", "open_issues": 21, "last_commit": "2f8a67a", "last_version": "v4.4.0", "last_updated": "2021-11-07T01:37:36Z", "manifest_name": null, "new": false, "persistent_directory": null, "pushed_at": "2021-11-07T01:37:36", "releases": true, "render_readme": true, "published_tags": [ "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.0", "v4.0.1" ], "selected_tag": null, "show_beta": false, "stargazers_count": 196, "topics": [ "card", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "roborock", "robot-vacuums", "vacuum", "xiaomi", "xiaomi-vacuum" ], "zip_release": false }, "integration_manifest": {}, "repository_manifest": { "name": "Simple Vacuum Card", "content_in_root": false, "zip_release": false, "filename": "xiaomi-vacuum-card.js", "manifest": { "name": "Simple Vacuum Card", "filename": "xiaomi-vacuum-card.js", "render_readme": true }, "hacs": null, "hide_default_branch": false, "domains": [], "country": [], "homeassistant": null, "persistent_directory": null, "iot_class": null, "render_readme": true }, "ref": "v4.4.0", "paths": { "localpath": "/config/www/community/lovelace-xiaomi-vacuum-card", "local": "/config/www/community/lovelace-xiaomi-vacuum-card", "remote": null } }, { "data": { "archived": false, "authors": [], "category": "plugin", "content_in_root": false, "country": [], "config_flow": false, "default_branch": "master", "description": "Shutter card for Home Assistant Lovelace UI", "domain": "", "domains": [], "downloads": 6471, "etag_repository": "W/\"27b4b94179f39af662571b510d385010274198e43db6e2b0f243c8441b662e21\"", "file_name": "hass-shutter-card.js", "filename": "hass-shutter-card.js", "first_install": false, "fork": false, "full_name": "Deejayfool/hass-shutter-card", "hacs": null, "hide": false, "hide_default_branch": false, "homeassistant": "2021.11.0", "id": "269011342", "iot_class": null, "installed": true, "installed_commit": "7b2c711", "installed_version": "v1.3.0", "open_issues": 45, "last_commit": "7b2c711", "last_version": "v1.3.0", "last_updated": "2021-11-16T22:54:27Z", "manifest_name": null, "new": false, "persistent_directory": null, "pushed_at": "2021-11-16T22:54:27", "releases": true, "render_readme": true, "published_tags": [ "v1.3.0", "v1.2.0", "v1.1.0", "v1.0.3", "v1.0.2" ], "selected_tag": null, "show_beta": false, "stargazers_count": 148, "topics": [ "custom-cards", "hacs", "hassio", "home-assistant", "lovelace" ], "zip_release": false }, "integration_manifest": {}, "repository_manifest": { "name": "Shutter Card", "content_in_root": false, "zip_release": false, "filename": "hass-shutter-card.js", "manifest": { "name": "Shutter Card", "filename": "hass-shutter-card.js", "render_readme": true, "homeassistant": "2021.11.0" }, "hacs": null, "hide_default_branch": false, "domains": [], "country": [], "homeassistant": "2021.11.0", "persistent_directory": null, "iot_class": null, "render_readme": true }, "ref": "v1.3.0", "paths": { "localpath": "/config/www/community/hass-shutter-card", "local": "/config/www/community/hass-shutter-card", "remote": null } }, { "data": { "archived": false, "authors": [], "category": "plugin", "content_in_root": true, "country": [], "config_flow": false, "default_branch": "main", "description": "Card for Home Assistant Google Home integration.", "domain": "", "domains": [], "downloads": 0, "etag_repository": "W/\"f28494f3caa8f332d676ba7df1548c80c3f92ebc1167e9b31383d42731ad69ae\"", "file_name": "googletimers-card.js", "filename": "googletimers-card.js", "first_install": false, "fork": false, "full_name": "DurgNomis-drol/google_home_timers_card", "hacs": null, "hide": false, "hide_default_branch": false, "homeassistant": null, "id": "338779924", "iot_class": null, "installed": true, "installed_commit": "8ace016", "installed_version": "v0.2.0", "open_issues": 6, "last_commit": "d04d39c", "last_version": "v0.2.0", "last_updated": "2021-08-24T13:50:19Z", "manifest_name": null, "new": false, "persistent_directory": null, "pushed_at": "2021-08-24T13:50:19", "releases": true, "render_readme": true, "published_tags": [ "v0.2.0" ], "selected_tag": null, "show_beta": false, "stargazers_count": 24, "topics": [ "home-assistant", "home-assistant-frontend", "home-automation", "lovelace", "lovelace-cards", "lovelace-custom-card", "lovelace-ui" ], "zip_release": false }, "integration_manifest": {}, "repository_manifest": { "name": "Google Home timers card", "content_in_root": true, "zip_release": false, "filename": "googletimers-card.js", "manifest": { "name": "Google Home timers card", "content_in_root": true, "filename": "googletimers-card.js", "render_readme": true }, "hacs": null, "hide_default_branch": false, "domains": [], "country": [], "homeassistant": null, "persistent_directory": null, "iot_class": null, "render_readme": true }, "ref": "v0.2.0", "paths": { "localpath": "/config/www/community/google_home_timers_card", "local": "/config/www/community/google_home_timers_card", "remote": null } } ], "rate_limit": { "resources": { "core": { "limit": 5000, "used": 290, "remaining": 4710, "reset": 1646121037 }, "search": { "limit": 30, "used": 0, "remaining": 30, "reset": 1646119294 }, "graphql": { "limit": 5000, "used": 0, "remaining": 5000, "reset": 1646122834 }, "integration_manifest": { "limit": 5000, "used": 0, "remaining": 5000, "reset": 1646122834 }, "source_import": { "limit": 100, "used": 0, "remaining": 100, "reset": 1646119294 }, "code_scanning_upload": { "limit": 1000, "used": 0, "remaining": 1000, "reset": 1646122834 }, "actions_runner_registration": { "limit": 10000, "used": 0, "remaining": 10000, "reset": 1646122834 }, "scim": { "limit": 15000, "used": 0, "remaining": 15000, "reset": 1646122834 } }, "rate": { "limit": 5000, "used": 290, "remaining": 4710, "reset": 1646121037 } } } }

hacs-bot[bot] commented 2 years ago

Make sure you have read the issue guidelines and that you filled out the entire template.

If you have an issue identical to this, do not add comments like "same here", "i have this too", instead add a :+1: reaction to the issue description. Thanks! :+1:

ludeeus commented 2 years ago

Disable IPv6

pschneider87 commented 2 years ago

omg - solved :-D

Do you know why IPv6 is an issue here? Is it a general HA thing, or is there a missconfiguration in my FritzBox Setup?

ludeeus commented 2 years ago

GitHub does not have proper IPv6 support, that is usually not an issue, but if the local network does not handle IPv6 properly it is an issue. This issue here only happens when IPv6 is not properly configured on the local network, and then you are not using IPv6 so disabling it solves this (and other) issues you have due to it.