hacs / integration

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

daikinskyport Custom Repository not being loaded into custom-components #3368

Closed waynepeterson99 closed 11 months ago

waynepeterson99 commented 11 months ago

System Health details

System Information

version core-2023.11.3
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.11.6
os_name Linux
os_version 6.1.59
arch x86_64
timezone America/Edmonton
config_dir /config
Home Assistant Community Store GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok GitHub API Calls Remaining | 5000 Installed Version | 1.33.0 Stage | running Available Repositories | 1343 Downloaded Repositories | 1
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 11.1 -- | -- update_channel | stable supervisor_version | supervisor-2023.11.3 agent_version | 1.6.0 docker_version | 24.0.6 disk_total | 234.0 GB disk_used | 5.3 GB healthy | true supported | true board | generic-x86-64 supervisor_api | ok version_api | ok installed_addons | Terminal & SSH (9.8.1)
Dashboards dashboards | 1 -- | -- resources | 0 mode | auto-gen
Recorder oldest_recorder_run | November 26, 2023 at 4:20 AM -- | -- current_recorder_run | November 26, 2023 at 4:19 PM estimated_db_size | 0.47 MiB database_engine | sqlite database_version | 3.41.2

Checklist

Describe the issue

I am attempting to create a daikinskyport Custom repository following the instructions in https://github.com/apetrycki/daikinskyport.

After restarting Home Assistant I expected to see a daikinskyport folder in custom-components but it wasn't there. These are the steps from the above link,

  1. Log into your Home Assistant instance and open HACS via the sidebar on the left.
  2. In the HACS console, open Integrations.
  3. On the integrations page, select the "vertical dots" icon in the top-right corner, and select Custom respositories.
  4. Paste https://github.com/apetrycki/daikinskyport into the Add custom repository URL box and select Integration in the Category menu.
  5. Select Add.
  6. Restart Home Assistant Core via the Home Assistant console by navigating to Supervisor in the sidebar on the left, selecting the System tab, and clicking Restart Core. A restart is necessary in order to load the component.

Reproduction steps

  1. See above
  2. ...

Debug logs

Home Assistant Core
2023-11-26 16:19:37.919 WARNING (SyncWorker_2) [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-11-26 16:19:37.963 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds
2023-11-26 16:19:37.963 INFO (MainThread) [homeassistant.bootstrap] Setting up frontend: {'frontend'}
2023-11-26 16:19:37.971 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2023-11-26 16:19:37.971 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds
2023-11-26 16:19:38.016 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2023-11-26 16:19:38.018 INFO (MainThread) [homeassistant.setup] Setting up http
2023-11-26 16:19:38.019 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds
2023-11-26 16:19:38.024 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds
2023-11-26 16:19:38.030 INFO (MainThread) [homeassistant.setup] Setting up api
2023-11-26 16:19:38.031 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds
2023-11-26 16:19:38.032 INFO (MainThread) [homeassistant.setup] Setting up auth
2023-11-26 16:19:38.032 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds
2023-11-26 16:19:38.037 INFO (MainThread) [homeassistant.setup] Setting up config
2023-11-26 16:19:38.043 INFO (MainThread) [homeassistant.setup] Setting up diagnostics
2023-11-26 16:19:38.048 INFO (MainThread) [homeassistant.setup] Setting up repairs
2023-11-26 16:19:38.048 INFO (MainThread) [homeassistant.setup] Setup of domain repairs took 0.0 seconds
2023-11-26 16:19:38.097 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.1 seconds
2023-11-26 16:19:38.097 INFO (MainThread) [homeassistant.setup] Setup of domain diagnostics took 0.1 seconds
2023-11-26 16:19:38.106 INFO (MainThread) [homeassistant.setup] Setting up file_upload
2023-11-26 16:19:38.106 INFO (MainThread) [homeassistant.setup] Setup of domain file_upload took 0.0 seconds
2023-11-26 16:19:38.130 INFO (MainThread) [homeassistant.setup] Setting up image_upload
2023-11-26 16:19:38.131 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2023-11-26 16:19:38.131 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds
2023-11-26 16:19:38.132 INFO (MainThread) [homeassistant.setup] Setup of domain image_upload took 0.0 seconds
2023-11-26 16:19:38.134 INFO (SyncWorker_4) [homeassistant.loader] Loaded group from homeassistant.components.group
2023-11-26 16:19:38.134 INFO (SyncWorker_2) [homeassistant.loader] Loaded device_tracker from homeassistant.components.device_tracker
2023-11-26 16:19:38.544 INFO (MainThread) [homeassistant.setup] Setting up analytics
2023-11-26 16:19:38.570 INFO (MainThread) [homeassistant.setup] Setting up search
2023-11-26 16:19:38.570 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds
2023-11-26 16:19:38.570 INFO (MainThread) [homeassistant.setup] Setup of domain analytics took 0.0 seconds
2023-11-26 16:19:38.571 INFO (MainThread) [homeassistant.setup] Setting up person
2023-11-26 16:19:38.573 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.0 seconds
2023-11-26 16:19:38.573 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2023-11-26 16:19:38.574 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.0 seconds
2023-11-26 16:19:38.575 INFO (MainThread) [homeassistant.setup] Setting up frontend
2023-11-26 16:19:38.577 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds
2023-11-26 16:19:38.577 INFO (MainThread) [homeassistant.bootstrap] Setting up recorder: {'recorder'}
2023-11-26 16:19:38.578 INFO (MainThread) [homeassistant.setup] Setting up recorder
2023-11-26 16:19:38.584 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123
2023-11-26 16:19:38.622 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.0 seconds
2023-11-26 16:19:38.624 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'zeroconf', 'bluetooth', 'cloud', 'websocket_api', 'network', 'ssdp', 'usb', 'hassio', 'http', 'webhook', 'api', 'dhcp'}
2023-11-26 16:19:38.627 INFO (MainThread) [homeassistant.setup] Setting up hassio
2023-11-26 16:19:38.649 INFO (MainThread) [homeassistant.setup] Setting up webhook
2023-11-26 16:19:38.650 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds
2023-11-26 16:19:38.655 INFO (MainThread) [homeassistant.setup] Setting up network
2023-11-26 16:19:38.657 INFO (MainThread) [homeassistant.setup] Setup of domain network took 0.0 seconds
2023-11-26 16:19:38.691 INFO (MainThread) [homeassistant.setup] Setting up usb
2023-11-26 16:19:38.691 INFO (MainThread) [homeassistant.setup] Setup of domain usb took 0.0 seconds
2023-11-26 16:19:38.729 INFO (MainThread) [homeassistant.setup] Setting up dhcp
2023-11-26 16:19:38.729 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.0 seconds
2023-11-26 16:19:38.733 INFO (SyncWorker_3) [homeassistant.loader] Loaded google_assistant from homeassistant.components.google_assistant
2023-11-26 16:19:38.733 INFO (SyncWorker_1) [homeassistant.loader] Loaded alexa from homeassistant.components.alexa
2023-11-26 16:19:38.734 INFO (SyncWorker_4) [homeassistant.loader] Loaded camera from homeassistant.components.camera
2023-11-26 16:19:38.762 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2023-11-26 16:19:38.766 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.0 seconds
2023-11-26 16:19:38.817 INFO (MainThread) [homeassistant.setup] Setting up bluetooth
2023-11-26 16:19:38.867 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2023-11-26 16:19:38.870 INFO (SyncWorker_2) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player
2023-11-26 16:19:39.203 INFO (MainThread) [homeassistant.setup] Setting up cloud
2023-11-26 16:19:39.234 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2023-11-26 16:19:39.245 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.0 seconds
2023-11-26 16:19:39.247 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds
2023-11-26 16:19:39.264 INFO (MainThread) [homeassistant.setup] Setup of domain bluetooth took 0.4 seconds
2023-11-26 16:19:39.267 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 0.6 seconds
2023-11-26 16:19:40.148 INFO (SyncWorker_0) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor
2023-11-26 16:19:40.149 INFO (SyncWorker_4) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor
2023-11-26 16:19:40.149 INFO (SyncWorker_1) [homeassistant.loader] Loaded update from homeassistant.components.update
2023-11-26 16:19:40.150 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2023-11-26 16:19:40.150 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds
2023-11-26 16:19:40.153 INFO (MainThread) [homeassistant.setup] Setting up update
2023-11-26 16:19:40.153 INFO (MainThread) [homeassistant.setup] Setup of domain update took 0.0 seconds
2023-11-26 16:19:40.157 INFO (MainThread) [homeassistant.setup] Setting up sensor
2023-11-26 16:19:40.158 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds
2023-11-26 16:19:40.217 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.hassio
2023-11-26 16:19:40.217 INFO (MainThread) [homeassistant.components.update] Setting up update.hassio
2023-11-26 16:19:40.217 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hassio
2023-11-26 16:19:40.221 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'timer', 'input_number', 'application_credentials', 'automation', 'media_source', 'zone', 'tts', 'diagnostics', 'scene', 'lovelace', 'device_automation', 'hacs', 'schedule', 'conversation', 'energy', 'person', 'history', 'shopping_list', 'system_health', 'logbook', 'met', 'google_translate', 'input_datetime', 'wake_word', 'onboarding', 'config', 'my', 'trace', 'homeassistant_alerts', 'assist_pipeline', 'radio_browser', 'analytics', 'input_select', 'stt', 'counter', 'hardware', 'blueprint', 'input_boolean', 'sun', 'cast', 'tag', 'auth', 'stream', 'image_upload', 'file_upload', 'persistent_notification', 'search', 'script', 'repairs', 'default_config', 'input_button', 'input_text', 'map', 'mobile_app'}
2023-11-26 16:19:40.222 INFO (MainThread) [homeassistant.setup] Setting up timer
2023-11-26 16:19:40.223 INFO (MainThread) [homeassistant.setup] Setting up input_number
2023-11-26 16:19:40.223 INFO (MainThread) [homeassistant.setup] Setting up zone
2023-11-26 16:19:40.224 INFO (MainThread) [homeassistant.setup] Setting up tts
2023-11-26 16:19:40.225 INFO (MainThread) [homeassistant.setup] Setting up scene
2023-11-26 16:19:40.228 INFO (MainThread) [homeassistant.setup] Setting up schedule
2023-11-26 16:19:40.228 INFO (MainThread) [homeassistant.setup] Setting up conversation
2023-11-26 16:19:40.229 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.0 seconds
2023-11-26 16:19:40.250 INFO (MainThread) [homeassistant.setup] Setting up history
2023-11-26 16:19:40.250 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds
2023-11-26 16:19:40.252 INFO (MainThread) [homeassistant.setup] Setting up input_datetime
2023-11-26 16:19:40.252 INFO (MainThread) [homeassistant.setup] Setting up wake_word
2023-11-26 16:19:40.252 INFO (MainThread) [homeassistant.setup] Setup of domain wake_word took 0.0 seconds
2023-11-26 16:19:40.252 INFO (MainThread) [homeassistant.setup] Setting up trace
2023-11-26 16:19:40.253 INFO (MainThread) [homeassistant.setup] Setup of domain trace took 0.0 seconds
2023-11-26 16:19:40.263 INFO (MainThread) [homeassistant.setup] Setting up homeassistant_alerts
2023-11-26 16:19:40.263 INFO (MainThread) [homeassistant.setup] Setup of domain homeassistant_alerts took 0.0 seconds
2023-11-26 16:19:40.264 INFO (MainThread) [homeassistant.setup] Setting up input_select
2023-11-26 16:19:40.264 INFO (MainThread) [homeassistant.setup] Setting up stt
2023-11-26 16:19:40.265 INFO (MainThread) [homeassistant.setup] Setup of domain stt took 0.0 seconds
2023-11-26 16:19:40.266 INFO (MainThread) [homeassistant.setup] Setting up counter
2023-11-26 16:19:40.278 INFO (MainThread) [homeassistant.setup] Setting up hardware
2023-11-26 16:19:40.278 INFO (MainThread) [homeassistant.setup] Setting up blueprint
2023-11-26 16:19:40.278 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.0 seconds
2023-11-26 16:19:40.279 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2023-11-26 16:19:40.280 INFO (MainThread) [homeassistant.setup] Setting up sun
2023-11-26 16:19:40.280 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds
2023-11-26 16:19:40.299 INFO (MainThread) [homeassistant.setup] Setting up tag
2023-11-26 16:19:40.300 INFO (MainThread) [homeassistant.setup] Setting up input_button
2023-11-26 16:19:40.301 INFO (MainThread) [homeassistant.setup] Setting up input_text
2023-11-26 16:19:40.303 INFO (MainThread) [homeassistant.setup] Setup of domain hardware took 0.0 seconds
2023-11-26 16:19:40.313 INFO (MainThread) [homeassistant.setup] Setting up application_credentials
2023-11-26 16:19:40.313 INFO (MainThread) [homeassistant.setup] Setting up media_source
2023-11-26 16:19:40.317 INFO (MainThread) [homeassistant.setup] Setting up shopping_list
2023-11-26 16:19:40.317 INFO (MainThread) [homeassistant.setup] Setup of domain shopping_list took 0.0 seconds
2023-11-26 16:19:40.317 INFO (MainThread) [homeassistant.setup] Setting up system_health
2023-11-26 16:19:40.324 INFO (MainThread) [homeassistant.setup] Setting up logbook
2023-11-26 16:19:40.335 INFO (MainThread) [homeassistant.setup] Setting up my
2023-11-26 16:19:40.335 INFO (MainThread) [homeassistant.setup] Setup of domain my took 0.0 seconds
2023-11-26 16:19:40.337 INFO (MainThread) [homeassistant.setup] Setting up script
2023-11-26 16:19:40.346 INFO (MainThread) [homeassistant.setup] Setting up map
2023-11-26 16:19:40.346 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds
2023-11-26 16:19:40.351 INFO (MainThread) [homeassistant.setup] Setting up energy
2023-11-26 16:19:40.351 INFO (MainThread) [homeassistant.setup] Setup of domain energy took 0.0 seconds
2023-11-26 16:19:40.360 INFO (MainThread) [homeassistant.setup] Setting up automation
2023-11-26 16:19:40.362 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 0.1 seconds
2023-11-26 16:19:40.398 INFO (MainThread) [homeassistant.setup] Setting up hacs
2023-11-26 16:19:40.398 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 0.0 seconds
2023-11-26 16:19:40.403 INFO (MainThread) [homeassistant.setup] Setting up met
2023-11-26 16:19:40.403 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.0 seconds
2023-11-26 16:19:40.404 INFO (MainThread) [homeassistant.setup] Setup of domain schedule took 0.2 seconds
2023-11-26 16:19:40.407 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.1 seconds
2023-11-26 16:19:40.408 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 0.2 seconds
2023-11-26 16:19:40.408 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 0.1 seconds
2023-11-26 16:19:40.410 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.1 seconds
2023-11-26 16:19:40.410 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.1 seconds
2023-11-26 16:19:40.415 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.1 seconds
2023-11-26 16:19:40.416 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.2 seconds
2023-11-26 16:19:40.416 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-11-26 16:19:40.420 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 0.2 seconds
2023-11-26 16:19:40.422 INFO (MainThread) [homeassistant.setup] Setting up google_translate
2023-11-26 16:19:40.422 INFO (MainThread) [homeassistant.setup] Setup of domain google_translate took 0.0 seconds
2023-11-26 16:19:40.422 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 0.2 seconds
2023-11-26 16:19:40.424 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 0.2 seconds
2023-11-26 16:19:40.425 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 0.2 seconds
2023-11-26 16:19:40.428 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 0.1 seconds
2023-11-26 16:19:40.431 INFO (SyncWorker_3) [homeassistant.loader] Loaded todo from homeassistant.components.todo
2023-11-26 16:19:40.435 INFO (MainThread) [homeassistant.setup] Setting up assist_pipeline
2023-11-26 16:19:40.436 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 0.1 seconds
2023-11-26 16:19:40.442 INFO (MainThread) [homeassistant.setup] Setup of domain input_button took 0.1 seconds
2023-11-26 16:19:40.444 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 0.1 seconds
2023-11-26 16:19:40.714 INFO (MainThread) [homeassistant.setup] Setting up radio_browser
2023-11-26 16:19:40.714 INFO (MainThread) [homeassistant.setup] Setup of domain radio_browser took 0.0 seconds
2023-11-26 16:19:40.716 INFO (MainThread) [homeassistant.setup] Setup of domain application_credentials took 0.4 seconds
2023-11-26 16:19:40.724 INFO (MainThread) [homeassistant.setup] Setting up todo
2023-11-26 16:19:40.725 INFO (MainThread) [homeassistant.setup] Setup of domain todo took 0.0 seconds
2023-11-26 16:19:40.725 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2023-11-26 16:19:40.726 INFO (MainThread) [homeassistant.setup] Setup of domain assist_pipeline took 0.3 seconds
2023-11-26 16:19:40.731 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 0.5 seconds
2023-11-26 16:19:40.732 INFO (MainThread) [homeassistant.setup] Setting up stream
2023-11-26 16:19:40.772 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds
2023-11-26 16:19:40.773 DEBUG (MainThread) [custom_components.hacs] Configuration type: config_entry
2023-11-26 16:19:40.774 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.energy
2023-11-26 16:19:40.776 INFO (SyncWorker_4) [homeassistant.loader] Loaded plex from homeassistant.components.plex
2023-11-26 16:19:40.778 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.sun
2023-11-26 16:19:40.781 INFO (SyncWorker_1) [homeassistant.loader] Loaded notify from homeassistant.components.notify
2023-11-26 16:19:40.798 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
2023-11-26 16:19:40.836 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2023-11-26 16:19:40.978 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
2023-11-26 16:19:41.005 INFO (MainThread) [homeassistant.setup] Setting up cast
2023-11-26 16:19:41.006 INFO (MainThread) [homeassistant.setup] Setup of domain cast took 0.0 seconds
2023-11-26 16:19:41.007 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.2 seconds
2023-11-26 16:19:41.011 INFO (MainThread) [homeassistant.setup] Setting up notify
2023-11-26 16:19:41.011 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds
2023-11-26 16:19:41.012 INFO (MainThread) [homeassistant.setup] Setting up media_player
2023-11-26 16:19:41.015 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.0 seconds
2023-11-26 16:19:41.023 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2023-11-26 16:19:41.036 INFO (MainThread) [homeassistant.setup] Setting up default_config
2023-11-26 16:19:41.036 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.0 seconds
2023-11-26 16:19:41.036 INFO (MainThread) [homeassistant.components.tts] Setting up tts.google_translate
2023-11-26 16:19:41.039 INFO (MainThread) [homeassistant.components.todo] Setting up todo.shopping_list
2023-11-26 16:19:41.042 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast
2023-11-26 16:19:41.321 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:19:41.322 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'dependency_snapshots' for <class 'dict'>
2023-11-26 16:19:41.322 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'audit_log' for <class 'dict'>
2023-11-26 16:19:41.322 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'code_search' for <class 'dict'>
2023-11-26 16:19:41.322 DEBUG (MainThread) [custom_components.hacs] Can update 395 repositories
2023-11-26 16:19:41.323 INFO (MainThread) [custom_components.hacs] Enable category: integration
2023-11-26 16:19:41.324 INFO (MainThread) [custom_components.hacs] Enable category: plugin
2023-11-26 16:19:41.324 INFO (MainThread) [custom_components.hacs] Enable category: theme
2023-11-26 16:19:41.332 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
2023-11-26 16:19:41.334 INFO (MainThread) [custom_components.hacs] Stage changed: setup
2023-11-26 16:19:41.335 INFO (MainThread) [custom_components.hacs] Stage changed: waiting
2023-11-26 16:19:41.335 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
2023-11-26 16:19:41.414 INFO (SyncWorker_4) [homeassistant.loader] Loaded weather from homeassistant.components.weather
2023-11-26 16:19:41.415 INFO (MainThread) [homeassistant.setup] Setting up weather
2023-11-26 16:19:41.416 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds
2023-11-26 16:19:41.418 INFO (MainThread) [homeassistant.components.weather] Setting up weather.met
2023-11-26 16:19:41.758 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 3.85s
2023-11-26 16:19:41.759 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2023-11-26 16:19:41.763 INFO (MainThread) [custom_components.hacs] Stage changed: startup
2023-11-26 16:19:41.774 DEBUG (MainThread) [custom_components.hacs] There are 7 scheduled recurring tasks
2023-11-26 16:19:41.774 INFO (MainThread) [custom_components.hacs] Loading removed repositories
2023-11-26 16:19:41.781 INFO (SyncWorker_3) [homeassistant.loader] Loaded spotify from homeassistant.components.spotify
2023-11-26 16:19:41.896 INFO (SyncWorker_5) [homeassistant.loader] Loaded ibeacon from homeassistant.components.ibeacon
2023-11-26 16:19:41.897 INFO (SyncWorker_1) [homeassistant.loader] Loaded bluetooth_adapters from homeassistant.components.bluetooth_adapters
2023-11-26 16:19:41.898 INFO (SyncWorker_0) [homeassistant.loader] Loaded esphome from homeassistant.components.esphome
2023-11-26 16:19:41.899 INFO (SyncWorker_4) [homeassistant.loader] Loaded ruuvi_gateway from homeassistant.components.ruuvi_gateway
2023-11-26 16:19:41.899 INFO (SyncWorker_5) [homeassistant.loader] Loaded shelly from homeassistant.components.shelly
2023-11-26 16:19:41.931 INFO (MainThread) [homeassistant.setup] Setting up bluetooth_adapters
2023-11-26 16:19:41.931 INFO (MainThread) [homeassistant.setup] Setup of domain bluetooth_adapters took 0.0 seconds
2023-11-26 16:19:41.942 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:19:41.943 INFO (SyncWorker_2) [homeassistant.loader] Loaded samsungtv from homeassistant.components.samsungtv
2023-11-26 16:19:42.032 INFO (MainThread) [custom_components.hacs] Loading known repositories
2023-11-26 16:19:42.036 INFO (SyncWorker_1) [homeassistant.loader] Loaded netgear from homeassistant.components.netgear
2023-11-26 16:19:42.046 INFO (SyncWorker_0) [homeassistant.loader] Loaded upnp from homeassistant.components.upnp
2023-11-26 16:19:42.192 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:19:42.364 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:19:42.366 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:19:42.450 INFO (MainThread) [custom_components.hacs] Starting recurring background task for downloaded repositories
2023-11-26 16:19:42.451 DEBUG (MainThread) [custom_components.hacs] Recurring background task for downloaded repositories done
2023-11-26 16:19:42.451 INFO (MainThread) [custom_components.hacs] Stage changed: running
2023-11-26 16:19:42.619 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:19:42.621 DEBUG (MainThread) [custom_components.hacs] <QueueManager> The queue is empty
2023-11-26 16:19:42.623 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.critical'. Content did not change
2023-11-26 16:19:42.757 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:19:42.757 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'dependency_snapshots' for <class 'dict'>
2023-11-26 16:19:42.757 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'audit_log' for <class 'dict'>
2023-11-26 16:19:42.757 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'code_search' for <class 'dict'>
2023-11-26 16:19:42.758 DEBUG (MainThread) [custom_components.hacs] Can update 394 repositories, items in queue 1
2023-11-26 16:19:42.758 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Checking out tasks to execute
2023-11-26 16:19:42.758 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Starting queue execution for 1 tasks
2023-11-26 16:19:42.758 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting repository information
2023-11-26 16:19:43.413 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:19:43.421 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Running checks against 1.33.0
2023-11-26 16:19:43.945 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:19:44.123 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:19:44.293 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:19:44.299 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Queue execution finished for 1 tasks finished in 1.54 seconds
2023-11-26 16:19:44.299 DEBUG (MainThread) [custom_components.hacs] <HacsData async_write> Saving data
2023-11-26 16:20:05.884 INFO (MainThread) [custom_components.hacs] <Integration apetrycki/daikinskyport> Starting removal
2023-11-26 16:20:05.885 DEBUG (MainThread) [custom_components.hacs] <HacsData async_write> Saving data
2023-11-26 16:20:53.636 DEBUG (MainThread) [custom_components.hacs] <Integration apetrycki/daikinskyport> Checking repository.
2023-11-26 16:20:54.247 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:20:54.248 DEBUG (MainThread) [custom_components.hacs] <Integration apetrycki/daikinskyport> Running checks against master
2023-11-26 16:20:54.597 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:20:54.758 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:20:55.759 INFO (MainThread) [custom_components.hacs] <Integration apetrycki/daikinskyport> Registration completed
2023-11-26 16:21:11.056 DEBUG (MainThread) [custom_components.hacs] <Integration apetrycki/daikinskyport> Getting repository information
2023-11-26 16:21:11.562 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:21:11.562 DEBUG (MainThread) [custom_components.hacs] <Integration apetrycki/daikinskyport> Running checks against master
2023-11-26 16:21:12.060 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:21:12.236 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:21:12.392 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:21:12.393 DEBUG (MainThread) [custom_components.hacs] <HacsData async_write> Saving data
2023-11-26 16:29:41.775 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
2023-11-26 16:34:42.176 INFO (MainThread) [homeassistant.components.analytics] Submitted analytics to Home Assistant servers. Information submitted includes {'uuid': '18d3b876cbcc4edeab2ffdb649d8af05', 'version': '2023.11.3', 'installation_type': 'Home Assistant OS', 'supervisor': {'healthy': True, 'supported': True, 'arch': 'amd64'}, 'operating_system': {'board': 'generic-x86-64', 'version': '11.1'}, 'state_count': 18, 'automation_count': 0, 'integration_count': 15, 'addon_count': 1, 'user_count': 1}
2023-11-26 16:36:42.199 INFO (SyncWorker_1) [homeassistant.loader] Loaded androidtv_remote from homeassistant.components.androidtv_remote
2023-11-26 16:36:43.388 INFO (zeroconf-ServiceBrowser-_googlecast._tcp-105) [homeassistant.components.cast.helpers] Fetched cast details for unknown model 'BRAVIA 4K GB ATV3' manufacturer: 'Sony', type: 'cast'. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+cast%22
2023-11-26 16:36:43.405 ERROR (Thread-4) [pychromecast.socket_client] [XBR-65X900F(192.168.1.10):8009] Failed to connect to service ServiceInfo(type='mdns', data='BRAVIA-4K-GB-ATV3-8765215a055015856ef25e9a5a0d0c7d._googlecast._tcp.local.'), retrying in 5.0s
2023-11-26 16:39:41.776 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
2023-11-26 16:46:31.117 INFO (SyncWorker_5) [homeassistant.loader] Loaded intent from homeassistant.components.intent
2023-11-26 16:46:31.142 INFO (MainThread) [homeassistant.setup] Setting up intent
2023-11-26 16:46:31.152 INFO (MainThread) [homeassistant.setup] Setup of domain intent took 0.0 seconds
2023-11-26 16:49:41.778 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
2023-11-26 16:52:47.829 DEBUG (MainThread) [aiogithubapi] 'GitHubResponseHeadersModel' is missing key 'x_github_api_version_selected' for <class 'str'>
2023-11-26 16:52:47.830 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'dependency_snapshots' for <class 'dict'>
2023-11-26 16:52:47.830 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'audit_log' for <class 'dict'>
2023-11-26 16:52:47.830 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'code_search' for <class 'dict'>
2023-11-26 16:59:41.778 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue

Diagnostics dump

{ "home_assistant": { "installation_type": "Home Assistant OS", "version": "2023.11.3", "dev": false, "hassio": true, "virtualenv": false, "python_version": "3.11.6", "docker": true, "arch": "x86_64", "timezone": "America/Edmonton", "os_name": "Linux", "os_version": "6.1.59", "supervisor": "2023.11.3", "host_os": "Home Assistant OS 11.1", "docker_version": "24.0.6", "chassis": "embedded", "run_as_root": true }, "custom_components": { "hacs": { "version": "1.33.0", "requirements": [ "aiogithubapi>=22.10.1" ] } }, "integration_manifest": { "domain": "hacs", "name": "HACS", "codeowners": [ "@ludeeus" ], "config_flow": true, "dependencies": [ "http", "websocket_api", "frontend", "persistent_notification", "lovelace", "repairs" ], "documentation": "https://hacs.xyz/docs/configuration/start", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/hacs/integration/issues", "requirements": [ "aiogithubapi>=22.10.1" ], "version": "1.33.0", "is_built_in": false }, "data": { "entry": { "entry_id": "6d1f4205e59bfebe140d8ea827dc5364", "version": 1, "domain": "hacs", "title": "", "data": { "token": "REDACTED" }, "options": { "experimental": false }, "pref_disable_new_entities": false, "pref_disable_polling": false, "source": "user", "unique_id": null, "disabled_by": null }, "hacs": { "stage": "running", "version": "1.33.0", "disabled_reason": null, "new": false, "startup": false, "categories": [ "plugin", "integration", "theme" ], "renamed_repositories": {}, "archived_repositories": [], "ignored_repositories": [], "lovelace_mode": "auto-gen", "configuration": { "appdaemon": false, "country": "ALL", "debug": false, "dev": false, "experimental": false, "netdaemon": false, "python_script": false, "release_limit": 5, "theme": false } }, "custom_repositories": [ "apetrycki/daikinskyport" ], "repositories": [ { "data": { "archived": false, "authors": [ "@ludeeus" ], "category": "integration", "config_flow": true, "default_branch": "main", "description": "HACS gives you a powerful UI to handle downloads of all your custom needs.", "domain": "hacs", "downloads": 255531, "etag_repository": "W/\"be37f41d7c489276881c653d21c51403deda25dd3b154dc23c3f306f5b027a29\"", "etag_releases": null, "file_name": "", "first_install": false, "full_name": "hacs/integration", "hide": false, "has_issues": true, "id": "172733314", "installed_commit": null, "installed_version": "1.33.0", "installed": true, "last_commit": "ea71a1d", "last_updated": "2023-11-26T23:05:27Z", "last_version": "1.33.0", "manifest_name": "HACS", "new": false, "open_issues": 5, "published_tags": [ "1.33.0", "1.32.1", "1.32.0", "1.31.0", "1.30.1" ], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 4085, "topics": [ "community", "package-manager" ] }, "integration_manifest": { "domain": "hacs", "name": "HACS", "codeowners": [ "@ludeeus" ], "config_flow": true, "dependencies": [ "http", "websocket_api", "frontend", "persistent_notification", "lovelace", "repairs" ], "documentation": "https://hacs.xyz/docs/configuration/start", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/hacs/integration/issues", "requirements": [ "aiogithubapi>=22.10.1" ], "version": "0.0.0" }, "repository_manifest": { "content_in_root": false, "country": [], "filename": "hacs.zip", "hacs": "0.19.0", "hide_default_branch": true, "homeassistant": "2023.6.0", "manifest": { "name": "HACS", "zip_release": true, "hide_default_branch": true, "homeassistant": "2023.6.0", "hacs": "0.19.0", "filename": "hacs.zip" }, "name": "HACS", "persistent_directory": null, "render_readme": false, "zip_release": true }, "ref": "1.33.0", "paths": { "localpath": "/config/custom_components/hacs", "local": "/config/custom_components/hacs", "remote": "custom_components/hacs" } } ], "rate_limit": { "resources": { "core": { "limit": 5000, "used": 0, "remaining": 5000, "reset": 1701047340 }, "search": { "limit": 30, "used": 0, "remaining": 30, "reset": 1701043800 }, "graphql": { "limit": 5000, "used": 0, "remaining": 5000, "reset": 1701047340 }, "integration_manifest": { "limit": 5000, "used": 0, "remaining": 5000, "reset": 1701047340 }, "source_import": { "limit": 100, "used": 0, "remaining": 100, "reset": 1701043800 }, "code_scanning_upload": { "limit": 1000, "used": 0, "remaining": 1000, "reset": 1701047340 }, "actions_runner_registration": { "limit": 10000, "used": 0, "remaining": 10000, "reset": 1701047340 }, "scim": { "limit": 15000, "used": 0, "remaining": 15000, "reset": 1701047340 } }, "rate": { "limit": 5000, "used": 0, "remaining": 5000, "reset": 1701047340 } } } }

hacs-bot[bot] commented 11 months 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 11 months ago

Custom repositories that are not downloaded are cleared out on startup

waynepeterson99 commented 11 months ago

Sorry but I don't understand. I thought when I hit the Add button it was supposed to download the repository.

Am I missing a step?

image

Not sure if the screenshot worked. But it shows the custom repository is still on the list.

ludeeus commented 11 months ago

That only allows you to see it in HACS. You still have to download it.

waynepeterson99 commented 11 months ago

The daikinskyport instructions say that restarting HA Core after doing the above step is supposed to download it. I have restarted HA but it still didn't get downloaded into /config/custom_components.

Is there something else I am supposed to do?

ludeeus commented 11 months ago

That is wrong. As I told you, you have to download it in HACS.

waynepeterson99 commented 11 months ago

Thanks and sorry for the confusion. I didn't know about the download step but I found it and the directory was created.