Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

custom_components still installing into wrong folder #2441

Closed
6 tasks done
jamespreedy opened this issue Jan 11, 2022 · 13 comments · Fixed by #2443
Closed
6 tasks done

custom_components still installing into wrong folder #2441

jamespreedy opened this issue Jan 11, 2022 · 13 comments · Fixed by #2443
Labels
issue:backend For issues with the backend/integration

Comments

@jamespreedy
Copy link

System Health details

System Health

version core-2021.12.9
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.9.7
os_name Linux
os_version 5.10.88
arch x86_64
timezone Europe/London
Home Assistant Community Store
GitHub API ok
Github API Calls Remaining 4765
Installed Version 1.19.2
Stage running
Available Repositories 996
Downloaded Repositories 13
Home Assistant Cloud
logged_in true
subscription_expiration 1 February 2022, 12:00 am
relayer_connected true
remote_enabled true
remote_connected true
alexa_enabled false
google_enabled false
remote_server eu-west-2-0.ui.nabu.casa
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 7.1
update_channel stable
supervisor_version supervisor-2021.12.2
docker_version 20.10.9
disk_total 222.8 GB
disk_used 21.0 GB
healthy true
supported true
board generic-x86-64
supervisor_api ok
version_api ok
installed_addons File editor (5.3.3), SSH & Web Terminal (10.0.1), Check Home Assistant configuration (3.9.0), SQLite Web (3.2.0), Duck DNS (1.14.0), Z-Wave JS to MQTT (0.32.2)
Lovelace
dashboards 1
resources 0
views 11
mode storage

Checklist

Describe the issue

When installing custom_component update, it was installed into the incorrect folder location.
Today, I installed a new version of 'heatmiserneo'.
https://github.com/MindrustUK/Heatmiser-for-home-assistant

It should have installed into /config/custom_components/heatmiserneo/manifest.json
It actually created a new subfolder and installed into /config/custom_components/heatmiserneo/heatmiserneo/manifest.json

This caused the custom_components to fail to load on Home Assistant startup.
I was able to move those files into the correct folder manually, and when rebooting it started back up without issue.

I've tried deleting and reinstalling the component just in case, but the issue remained.
I've included my debug logs detailing the update this morning below.

Thanks in advance for your help!

Reproduction steps

1 - Update custom_component
2 - Reboot Home Assistant - it will fail to load the component on startup
3 - Move updated component into correct folder structure
4 - Reboot Home Assistant - it will now load the newly updated component correctly.

Debug logs

2022-01-11 09:18:40 ERROR (MainThread) [homeassistant.setup] Setup failed for heatmiserneo: Integration not found.
2022-01-11 09:18:40 INFO (MainThread) [custom_components.hacs]
-------------------------------------------------------------------
HACS (Home Assistant Community Store)
Version: 1.19.2
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
-------------------------------------------------------------------
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] Configuration type: ConfigurationType.CONFIG_ENTRY
2022-01-11 09:18:42 INFO (MainThread) [custom_components.hacs] Loaded 12 tasks
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] Scheduling HacsTask<check_ratelimit> to run every 1:00:00
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] Scheduling HacsTask<prosess_queue> to run every 0:10:00
2022-01-11 09:18:42 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_websocket_api> Executing task
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_websocket_api> took 0.000 seconds to complete
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_sensor> Executing task
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_sensor> took 0.000 seconds to complete
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] HacsTask<activate_categories> Executing task
2022-01-11 09:18:42 INFO (MainThread) [custom_components.hacs] Enable category: integration
2022-01-11 09:18:42 INFO (MainThread) [custom_components.hacs] Enable category: plugin
2022-01-11 09:18:42 INFO (MainThread) [custom_components.hacs] Enable category: theme
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] HacsTask<activate_categories> took 0.001 seconds to complete
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] HacsTask<verify_api> Executing task
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_frontend> Executing task
2022-01-11 09:18:42 INFO (MainThread) [custom_components.hacs] HacsTask<setup_frontend> storage mode, cache for /hacsfiles/: True
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_frontend> took 0.001 seconds to complete
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] HacsTask<check_constrains> Executing task
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] HacsTask<clear_old_storage> Executing task
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] HacsTask<restore_data> Executing task
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] HacsTask<check_constrains> took 0.012 seconds to complete
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] HacsTask<clear_old_storage> took 0.012 seconds to complete
2022-01-11 09:18:42 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139777727166880] Received invalid command: mobile_app/push_notification_channel
2022-01-11 09:18:42 INFO (MainThread) [custom_components.hacs] Restore started
2022-01-11 09:18:42 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139777622414576] Received invalid command: mobile_app/push_notification_channel
2022-01-11 09:18:42 INFO (MainThread) [custom_components.hacs] Restore done
2022-01-11 09:18:42 DEBUG (MainThread) [custom_components.hacs] HacsTask<restore_data> took 0.550 seconds to complete
2022-01-11 09:18:43 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.apple (<class 'custom_components.avanza_stock.sensor.AvanzaStockSensor'>) implements device_state_attributes. Please report it to the custom component author.
2022-01-11 09:18:43 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.gbp_to_usd (<class 'custom_components.avanza_stock.sensor.AvanzaStockSensor'>) implements device_state_attributes. Please report it to the custom component author.
2022-01-11 09:18:43 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139777602044832] Received invalid command: mobile_app/push_notification_channel
2022-01-11 09:18:43 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'actions_runner_registration' for <class 'dict'>
2022-01-11 09:18:43 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'scim' for <class 'dict'>
2022-01-11 09:18:43 DEBUG (MainThread) [custom_components.hacs] HacsTask<verify_api> Can update 256 repositories
2022-01-11 09:18:43 DEBUG (MainThread) [custom_components.hacs] HacsTask<verify_api> took 0.867 seconds to complete
2022-01-11 09:18:43 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING
2022-01-11 09:18:43 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
2022-01-11 09:19:01 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP
2022-01-11 09:19:01 DEBUG (MainThread) [custom_components.hacs] HacsTask<load_hacs_repository> Executing task
2022-01-11 09:19:01 DEBUG (MainThread) [custom_components.hacs] HacsTask<load_hacs_repository> took 0.000 seconds to complete
2022-01-11 09:19:02 INFO (MainThread) [custom_components.hacs] Loading known repositories
2022-01-11 09:19:04 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> Executing task
2022-01-11 09:19:04 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'actions_runner_registration' for <class 'dict'>
2022-01-11 09:19:04 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'scim' for <class 'dict'>
2022-01-11 09:19:04 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> Can update 256 repositories, items in queue 3
2022-01-11 09:19:04 DEBUG (MainThread) [custom_components.hacs] Checking out tasks to execute
2022-01-11 09:19:04 DEBUG (MainThread) [custom_components.hacs] Starting queue execution for 3 tasks
2022-01-11 09:19:04 DEBUG (MainThread) [custom_components.hacs] Queue execution finished for 3 tasks finished in 0.37 seconds
2022-01-11 09:19:04 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> took 0.629 seconds to complete
2022-01-11 09:19:04 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING
2022-01-11 09:19:04 DEBUG (MainThread) [custom_components.hacs] Starting recurring background task for installed repositories
2022-01-11 09:19:04 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting repository information
2022-01-11 09:19:04 DEBUG (MainThread) [custom_components.hacs] <Integration jcwillox/hass-auto-backup> Getting repository information
2022-01-11 09:19:04 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/sensor.avanza_stock> Getting repository information
2022-01-11 09:19:04 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/media_player.braviatv_psk> Getting repository information
2022-01-11 09:19:04 DEBUG (MainThread) [custom_components.hacs] <Integration briis/unifiprotect> Getting repository information
2022-01-11 09:19:04 DEBUG (MainThread) [custom_components.hacs] <Integration basnijholt/adaptive-lighting> Getting repository information
2022-01-11 09:19:04 DEBUG (MainThread) [custom_components.hacs] <Integration RogerSelwyn/Home_Assistant_SkyQ_MediaPlayer> Getting repository information
2022-01-11 09:19:04 DEBUG (MainThread) [custom_components.hacs] <Integration mvdwetering/huesyncbox> Getting repository information
2022-01-11 09:19:04 DEBUG (MainThread) [custom_components.hacs] <Theme frenck/home-assistant-theme-outline> Getting repository information
2022-01-11 09:19:04 DEBUG (MainThread) [custom_components.hacs] <Integration MindrustUK/Heatmiser-for-home-assistant> Getting repository information
2022-01-11 09:19:05 DEBUG (MainThread) [custom_components.hacs] Checking out tasks to execute
2022-01-11 09:19:05 DEBUG (MainThread) [custom_components.hacs] Starting queue execution for 12 tasks
2022-01-11 09:19:06 DEBUG (MainThread) [custom_components.hacs] <Integration jcwillox/hass-auto-backup> Running checks against 0.10.1
2022-01-11 09:19:06 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/sensor.avanza_stock> Running checks against v1.0.9
2022-01-11 09:19:06 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Running checks against 1.19.2
2022-01-11 09:19:06 DEBUG (MainThread) [custom_components.hacs] <Integration MindrustUK/Heatmiser-for-home-assistant> Running checks against master
2022-01-11 09:19:06 DEBUG (MainThread) [custom_components.hacs] <Theme frenck/home-assistant-theme-outline> Running checks against v2.0.1
2022-01-11 09:19:06 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/media_player.braviatv_psk> Running checks against v0.4.1
2022-01-11 09:19:06 DEBUG (MainThread) [custom_components.hacs] <Integration basnijholt/adaptive-lighting> Running checks against 1.0.15
2022-01-11 09:19:07 DEBUG (MainThread) [custom_components.hacs] <Integration mvdwetering/huesyncbox> Running checks against v1.16.0
2022-01-11 09:19:07 DEBUG (MainThread) [custom_components.hacs] <Integration briis/unifiprotect> Running checks against v0.12.0-beta8
2022-01-11 09:19:07 DEBUG (MainThread) [custom_components.hacs] <Integration RogerSelwyn/Home_Assistant_SkyQ_MediaPlayer> Running checks against v2.7.10
2022-01-11 09:19:07 DEBUG (MainThread) [custom_components.hacs] 'states' is undefined
2022-01-11 09:19:08 DEBUG (MainThread) [custom_components.hacs] 'trigger' is undefined
2022-01-11 09:19:12 DEBUG (MainThread) [custom_components.hacs] <Integration postlund/hass-atv-beta> Getting repository information
2022-01-11 09:19:16 DEBUG (MainThread) [custom_components.hacs] <Integration postlund/hass-atv-beta> Running checks against v2.2.0
2022-01-11 09:19:17 DEBUG (MainThread) [custom_components.hacs] <Integration HandyHat/ha-hildebrandglow-dcc> Getting repository information
2022-01-11 09:19:17 DEBUG (MainThread) [custom_components.hacs] <Integration HandyHat/ha-hildebrandglow-dcc> Running checks against v0.5.2
2022-01-11 09:19:28 DEBUG (MainThread) [custom_components.hacs] Queue execution finished for 12 tasks finished in 23.44 seconds
2022-01-11 09:19:28 DEBUG (MainThread) [custom_components.hacs] Did not store data for 'hacs.critical'. Content did not change
2022-01-11 09:19:28 DEBUG (MainThread) [custom_components.hacs] Saving data
2022-01-11 09:19:28 DEBUG (MainThread) [custom_components.hacs] Did not store data for 'hacs.hacs'. Content did not change
2022-01-11 09:19:29 DEBUG (MainThread) [custom_components.hacs] Recurring background task for installed repositories done
2022-01-11 09:19:29 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> Executing task
2022-01-11 09:19:29 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> Nothing in the queue
2022-01-11 09:19:29 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> took 0.000 seconds to complete
2022-01-11 09:22:08 DEBUG (MainThread) [custom_components.hacs] Running update for MindrustUK/Heatmiser-for-home-assistant
2022-01-11 09:22:08 DEBUG (MainThread) [custom_components.hacs] <Integration MindrustUK/Heatmiser-for-home-assistant> Getting repository information
2022-01-11 09:22:09 DEBUG (MainThread) [custom_components.hacs] <Integration MindrustUK/Heatmiser-for-home-assistant> Running checks against master
2022-01-11 09:22:20 DEBUG (MainThread) [custom_components.hacs] Saving data
2022-01-11 09:22:20 DEBUG (MainThread) [custom_components.hacs] Did not store data for 'hacs.hacs'. Content did not change
@jamespreedy jamespreedy added the issue:backend For issues with the backend/integration label Jan 11, 2022
@hacs-bot
Copy link

hacs-bot bot commented Jan 11, 2022

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

@ludeeus
Copy link
Member

ludeeus commented Jan 11, 2022

Your logs do not include the installation/update.

@ludeeus ludeeus removed the issue:backend For issues with the backend/integration label Jan 11, 2022
@jamespreedy
Copy link
Author

Oh, I'm not quite sure where I went wrong there then. Sorry.
I'll try again.

@jamespreedy
Copy link
Author

`2022-01-11 09:36:20 INFO (MainThread) [custom_components.hacs]

HACS (Home Assistant Community Store)
Version: 1.19.2
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

2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] Configuration type: ConfigurationType.CONFIG_ENTRY
2022-01-11 09:36:22 INFO (MainThread) [custom_components.hacs] Loaded 12 tasks
2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] Scheduling HacsTask<check_ratelimit> to run every 1:00:00
2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] Scheduling HacsTask<prosess_queue> to run every 0:10:00
2022-01-11 09:36:22 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP
2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_websocket_api> Executing task
2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_websocket_api> took 0.000 seconds to complete
2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_sensor> Executing task
2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_sensor> took 0.000 seconds to complete
2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] HacsTask<activate_categories> Executing task
2022-01-11 09:36:22 INFO (MainThread) [custom_components.hacs] Enable category: integration
2022-01-11 09:36:22 INFO (MainThread) [custom_components.hacs] Enable category: plugin
2022-01-11 09:36:22 INFO (MainThread) [custom_components.hacs] Enable category: theme
2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] HacsTask<activate_categories> took 0.000 seconds to complete
2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] HacsTask<verify_api> Executing task
2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_frontend> Executing task
2022-01-11 09:36:22 INFO (MainThread) [custom_components.hacs] HacsTask<setup_frontend> storage mode, cache for /hacsfiles/: True
2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_frontend> took 0.001 seconds to complete
2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] HacsTask<check_constrains> Executing task
2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] HacsTask<clear_old_storage> Executing task
2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] HacsTask<restore_data> Executing task
2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] HacsTask<check_constrains> took 0.021 seconds to complete
2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] HacsTask<clear_old_storage> took 0.021 seconds to complete
2022-01-11 09:36:22 INFO (MainThread) [custom_components.hacs] Restore started
2022-01-11 09:36:22 INFO (MainThread) [custom_components.hacs] Restore done
2022-01-11 09:36:22 DEBUG (MainThread) [custom_components.hacs] HacsTask<restore_data> took 0.525 seconds to complete
2022-01-11 09:36:23 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140370443484416] Received invalid command: mobile_app/push_notification_channel
2022-01-11 09:36:23 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.apple (<class 'custom_components.avanza_stock.sensor.AvanzaStockSensor'>) implements device_state_attributes. Please report it to the custom component author.
2022-01-11 09:36:23 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.gbp_to_usd (<class 'custom_components.avanza_stock.sensor.AvanzaStockSensor'>) implements device_state_attributes. Please report it to the custom component author.
2022-01-11 09:36:23 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140370408717856] Received invalid command: mobile_app/push_notification_channel
2022-01-11 09:36:23 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140370408677872] Received invalid command: mobile_app/push_notification_channel
2022-01-11 09:36:23 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'actions_runner_registration' for <class 'dict'>
2022-01-11 09:36:23 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'scim' for <class 'dict'>
2022-01-11 09:36:23 DEBUG (MainThread) [custom_components.hacs] HacsTask<verify_api> Can update 245 repositories
2022-01-11 09:36:23 DEBUG (MainThread) [custom_components.hacs] HacsTask<verify_api> took 1.196 seconds to complete
2022-01-11 09:36:23 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140370408418464] Received invalid command: mobile_app/push_notification_channel
2022-01-11 09:36:23 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING
2022-01-11 09:36:23 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
2022-01-11 09:36:29 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP
2022-01-11 09:36:29 DEBUG (MainThread) [custom_components.hacs] HacsTask<load_hacs_repository> Executing task
2022-01-11 09:36:29 DEBUG (MainThread) [custom_components.hacs] HacsTask<load_hacs_repository> took 0.000 seconds to complete
2022-01-11 09:36:30 INFO (MainThread) [custom_components.hacs] Loading known repositories
2022-01-11 09:36:31 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> Executing task
2022-01-11 09:36:31 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'actions_runner_registration' for <class 'dict'>
2022-01-11 09:36:31 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'scim' for <class 'dict'>
2022-01-11 09:36:31 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> Can update 245 repositories, items in queue 3
2022-01-11 09:36:31 DEBUG (MainThread) [custom_components.hacs] Checking out tasks to execute
2022-01-11 09:36:31 DEBUG (MainThread) [custom_components.hacs] Starting queue execution for 3 tasks
2022-01-11 09:36:31 DEBUG (MainThread) [custom_components.hacs] Queue execution finished for 3 tasks finished in 0.38 seconds
2022-01-11 09:36:31 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> took 0.616 seconds to complete
2022-01-11 09:36:31 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING
2022-01-11 09:36:31 DEBUG (MainThread) [custom_components.hacs] Starting recurring background task for installed repositories
2022-01-11 09:36:31 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting repository information
2022-01-11 09:36:31 DEBUG (MainThread) [custom_components.hacs] <Integration jcwillox/hass-auto-backup> Getting repository information
2022-01-11 09:36:31 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/sensor.avanza_stock> Getting repository information
2022-01-11 09:36:31 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/media_player.braviatv_psk> Getting repository information
2022-01-11 09:36:31 DEBUG (MainThread) [custom_components.hacs] <Integration briis/unifiprotect> Getting repository information
2022-01-11 09:36:31 DEBUG (MainThread) [custom_components.hacs] <Integration basnijholt/adaptive-lighting> Getting repository information
2022-01-11 09:36:31 DEBUG (MainThread) [custom_components.hacs] <Integration RogerSelwyn/Home_Assistant_SkyQ_MediaPlayer> Getting repository information
2022-01-11 09:36:31 DEBUG (MainThread) [custom_components.hacs] <Integration mvdwetering/huesyncbox> Getting repository information
2022-01-11 09:36:31 DEBUG (MainThread) [custom_components.hacs] <Theme frenck/home-assistant-theme-outline> Getting repository information
2022-01-11 09:36:31 DEBUG (MainThread) [custom_components.hacs] <Integration MindrustUK/Heatmiser-for-home-assistant> Getting repository information
2022-01-11 09:36:32 DEBUG (MainThread) [custom_components.hacs] Checking out tasks to execute
2022-01-11 09:36:32 DEBUG (MainThread) [custom_components.hacs] Starting queue execution for 12 tasks
2022-01-11 09:36:32 DEBUG (MainThread) [custom_components.hacs] <Integration basnijholt/adaptive-lighting> Running checks against 1.0.15
2022-01-11 09:36:32 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/sensor.avanza_stock> Running checks against v1.0.11
2022-01-11 09:36:32 DEBUG (MainThread) [custom_components.hacs] <Integration jcwillox/hass-auto-backup> Running checks against 0.10.1
2022-01-11 09:36:32 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Running checks against 1.19.2
2022-01-11 09:36:32 DEBUG (MainThread) [custom_components.hacs] <Integration RogerSelwyn/Home_Assistant_SkyQ_MediaPlayer> Running checks against v2.7.10
2022-01-11 09:36:32 DEBUG (MainThread) [custom_components.hacs] <Theme frenck/home-assistant-theme-outline> Running checks against v2.0.1
2022-01-11 09:36:32 DEBUG (MainThread) [custom_components.hacs] <Integration MindrustUK/Heatmiser-for-home-assistant> Running checks against master
2022-01-11 09:36:32 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/media_player.braviatv_psk> Running checks against v0.4.1
2022-01-11 09:36:32 DEBUG (MainThread) [custom_components.hacs] <Integration briis/unifiprotect> Running checks against v0.12.0-beta8
2022-01-11 09:36:32 DEBUG (MainThread) [custom_components.hacs] <Integration mvdwetering/huesyncbox> Running checks against v1.16.0
2022-01-11 09:36:34 DEBUG (MainThread) [custom_components.hacs] 'trigger' is undefined
2022-01-11 09:36:34 DEBUG (MainThread) [custom_components.hacs] 'states' is undefined
2022-01-11 09:36:38 DEBUG (MainThread) [custom_components.hacs] <Integration postlund/hass-atv-beta> Getting repository information
2022-01-11 09:36:39 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 386, in _make_request
self._validate_conn(conn)
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1040, in validate_conn
conn.connect()
File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 416, in connect
self.sock = ssl_wrap_socket(
File "/usr/local/lib/python3.9/site-packages/urllib3/util/ssl
.py", line 449, in ssl_wrap_socket
ssl_sock = ssl_wrap_socket_impl(
File "/usr/local/lib/python3.9/site-packages/urllib3/util/ssl
.py", line 493, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "/usr/local/lib/python3.9/ssl.py", line 500, in wrap_socket
return self.sslsocket_class._create(
File "/usr/local/lib/python3.9/ssl.py", line 1040, in _create
self.do_handshake()
File "/usr/local/lib/python3.9/ssl.py", line 1309, in do_handshake
self._sslobj.do_handshake()
socket.timeout: _ssl.c:1112: The handshake operation timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 550, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/local/lib/python3.9/site-packages/urllib3/packages/six.py", line 770, in reraise
raise value
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 389, in _make_request
self._raise_timeout(err=e, url=url, timeout_value=conn.timeout)
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout
raise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='maps.googleapis.com', port=443): Read timed out. (read timeout=10)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/googlemaps/client.py", line 228, in _request
response = requests_method(base_url + authed_url,
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 555, in get
return self.request('GET', url, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 529, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='maps.googleapis.com', port=443): Read timed out. (read timeout=10)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/google_travel_time/sensor.py", line 261, in first_update
await self.hass.async_add_executor_job(self.update)
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/google_travel_time/sensor.py", line 296, in update
self._matrix = distance_matrix(
File "/usr/local/lib/python3.9/site-packages/googlemaps/distance_matrix.py", line 130, in distance_matrix
return client._request("/maps/api/distancematrix/json", params)
File "/usr/local/lib/python3.9/site-packages/googlemaps/client.py", line 231, in _request
raise googlemaps.exceptions.Timeout()
googlemaps.exceptions.Timeout
2022-01-11 09:36:42 DEBUG (MainThread) [custom_components.hacs] <Integration postlund/hass-atv-beta> Running checks against v2.2.0
2022-01-11 09:36:43 DEBUG (MainThread) [custom_components.hacs] <Integration HandyHat/ha-hildebrandglow-dcc> Getting repository information
2022-01-11 09:36:44 DEBUG (MainThread) [custom_components.hacs] <Integration HandyHat/ha-hildebrandglow-dcc> Running checks against v0.5.2
2022-01-11 09:36:55 DEBUG (MainThread) [custom_components.hacs] Queue execution finished for 12 tasks finished in 23.24 seconds
2022-01-11 09:36:55 DEBUG (MainThread) [custom_components.hacs] Did not store data for 'hacs.critical'. Content did not change
2022-01-11 09:36:55 DEBUG (MainThread) [custom_components.hacs] Saving data
2022-01-11 09:36:55 DEBUG (MainThread) [custom_components.hacs] Did not store data for 'hacs.hacs'. Content did not change
2022-01-11 09:36:55 DEBUG (MainThread) [custom_components.hacs] Recurring background task for installed repositories done
2022-01-11 09:36:55 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> Executing task
2022-01-11 09:36:55 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> Nothing in the queue
2022-01-11 09:36:55 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> took 0.000 seconds to complete
2022-01-11 09:37:33 WARNING (MainThread) [homeassistant.helpers.entity] Update of climate.heat_pump_zone_1 is taking over 10 seconds
2022-01-11 09:38:23 WARNING (MainThread) [homeassistant.components.climate] Updating melcloud climate took longer than the scheduled update interval 0:01:00
2022-01-11 09:39:23 WARNING (MainThread) [homeassistant.components.climate] Updating melcloud climate took longer than the scheduled update interval 0:01:00
2022-01-11 09:39:50 DEBUG (MainThread) [custom_components.hacs] Running release_notes for custom-components/sensor.avanza_stock
2022-01-11 09:39:50 DEBUG (MainThread) [custom_components.hacs] Saving data
2022-01-11 09:39:50 DEBUG (MainThread) [custom_components.hacs] Did not store data for 'hacs.hacs'. Content did not change
2022-01-11 09:39:50 DEBUG (MainThread) [custom_components.hacs] Did not store data for 'hacs.repositories'. Content did not change
2022-01-11 09:39:57 DEBUG (MainThread) [custom_components.hacs] Running install for custom-components/sensor.avanza_stock
2022-01-11 09:39:57 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/sensor.avanza_stock> Getting repository information
2022-01-11 09:39:58 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/sensor.avanza_stock> Running checks against v1.0.11
2022-01-11 09:39:59 DEBUG (MainThread) [custom_components.hacs] 'states' is undefined
2022-01-11 09:40:09 INFO (MainThread) [custom_components.hacs] Running pre installation steps
2022-01-11 09:40:09 INFO (MainThread) [custom_components.hacs] Pre installation steps completed
2022-01-11 09:40:09 INFO (MainThread) [custom_components.hacs] Running installation steps
2022-01-11 09:40:09 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/sensor.avanza_stock> Getting repository information
2022-01-11 09:40:10 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/sensor.avanza_stock> Running checks against v1.0.11
2022-01-11 09:40:11 DEBUG (MainThread) [custom_components.hacs] 'states' is undefined
2022-01-11 09:40:21 DEBUG (SyncWorker_5) [custom_components.hacs] Backup for /config/custom_components/avanza_stock, created in /tmp/hacs_backup/avanza_stock
2022-01-11 09:40:21 DEBUG (MainThread) [custom_components.hacs] None
2022-01-11 09:40:21 DEBUG (MainThread) [custom_components.hacs] Checking out tasks to execute
2022-01-11 09:40:21 DEBUG (MainThread) [custom_components.hacs] Starting queue execution for 4 tasks
2022-01-11 09:40:21 DEBUG (MainThread) [custom_components.hacs] Downloading init.py
2022-01-11 09:40:21 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/custom-components/sensor.avanza_stock/v1.0.11/custom_components/avanza_stock/__init__.py
2022-01-11 09:40:21 DEBUG (MainThread) [custom_components.hacs] Downloading const.py
2022-01-11 09:40:21 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/custom-components/sensor.avanza_stock/v1.0.11/custom_components/avanza_stock/const.py
2022-01-11 09:40:21 DEBUG (MainThread) [custom_components.hacs] Downloading manifest.json
2022-01-11 09:40:21 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/custom-components/sensor.avanza_stock/v1.0.11/custom_components/avanza_stock/manifest.json
2022-01-11 09:40:21 DEBUG (MainThread) [custom_components.hacs] Downloading sensor.py
2022-01-11 09:40:21 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/custom-components/sensor.avanza_stock/v1.0.11/custom_components/avanza_stock/sensor.py
2022-01-11 09:40:21 INFO (MainThread) [custom_components.hacs] Download of manifest.json completed
2022-01-11 09:40:21 INFO (MainThread) [custom_components.hacs] Download of init.py completed
2022-01-11 09:40:21 INFO (MainThread) [custom_components.hacs] Download of const.py completed
2022-01-11 09:40:21 INFO (MainThread) [custom_components.hacs] Download of sensor.py completed
2022-01-11 09:40:21 DEBUG (MainThread) [custom_components.hacs] Queue execution finished for 4 tasks finished in 0.55 seconds
2022-01-11 09:40:21 DEBUG (SyncWorker_10) [custom_components.hacs] Backup dir /tmp/hacs_backup/ cleared
2022-01-11 09:40:21 INFO (MainThread) [custom_components.hacs] Installation steps completed
2022-01-11 09:40:21 INFO (MainThread) [custom_components.hacs] Running post installation steps
2022-01-11 09:40:21 INFO (MainThread) [custom_components.hacs] Post installation steps completed
2022-01-11 09:40:21 DEBUG (MainThread) [custom_components.hacs] Saving data
2022-01-11 09:40:21 DEBUG (MainThread) [custom_components.hacs] Did not store data for 'hacs.hacs'. Content did not change`

@jamespreedy
Copy link
Author

@ludeeus - Any better? 🤞🏻🤞🏻🤞🏻

(Literally just had another update come in.
Not rebooted to see if it worked yet though ... wanted to make I got you the right logs first.)

@ludeeus
Copy link
Member

ludeeus commented Jan 11, 2022

I do not see an issue in those logs for avanza_stock

@jamespreedy
Copy link
Author

OK, great, I'll reboot and see if this one worked. Thank you!!!

@ludeeus
Copy link
Member

ludeeus commented Jan 11, 2022

No need to reboot?
You can just look in your config dir

@jamespreedy
Copy link
Author

Ah yes, that's true. Well it was in the correct location this time.

Perhaps it was an issue specific to heatmiserneo, I'll reach out to the component creator and see if there's anything I can check the next time they release an update for it.

Thank you for all your help - really appreciate it! 🙏🏻🙏🏻

@ludeeus
Copy link
Member

ludeeus commented Jan 11, 2022

No need, you can just use the downgrade option in HACS for it, restart Home Assistant, and you will be presented with an update.
You will get an update button before you restart, but restart before you do it to simulate it properly.

@jamespreedy
Copy link
Author

Just updated from heatmiserneo 3d80eb1 to 92126ff.
I checked the folder structure and it was correct, hit the update button and checked again before rebooting.
I now have the incorrect folder structure again - two nested folders called heatmiserneo.
Haven't rebooted yet.

2022-01-11 09:57:01 INFO (MainThread) [custom_components.hacs]

HACS (Home Assistant Community Store)
Version: 1.19.2
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

2022-01-11 09:57:02 DEBUG (MainThread) [custom_components.hacs] Configuration type: ConfigurationType.CONFIG_ENTRY
2022-01-11 09:57:03 INFO (MainThread) [custom_components.hacs] Loaded 12 tasks
2022-01-11 09:57:03 DEBUG (MainThread) [custom_components.hacs] Scheduling HacsTask<check_ratelimit> to run every 1:00:00
2022-01-11 09:57:03 DEBUG (MainThread) [custom_components.hacs] Scheduling HacsTask<prosess_queue> to run every 0:10:00
2022-01-11 09:57:03 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP
2022-01-11 09:57:03 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_websocket_api> Executing task
2022-01-11 09:57:03 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_websocket_api> took 0.000 seconds to complete
2022-01-11 09:57:03 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_sensor> Executing task
2022-01-11 09:57:03 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_sensor> took 0.000 seconds to complete
2022-01-11 09:57:03 DEBUG (MainThread) [custom_components.hacs] HacsTask<activate_categories> Executing task
2022-01-11 09:57:03 INFO (MainThread) [custom_components.hacs] Enable category: integration
2022-01-11 09:57:03 INFO (MainThread) [custom_components.hacs] Enable category: plugin
2022-01-11 09:57:03 INFO (MainThread) [custom_components.hacs] Enable category: theme
2022-01-11 09:57:03 DEBUG (MainThread) [custom_components.hacs] HacsTask<activate_categories> took 0.000 seconds to complete
2022-01-11 09:57:03 DEBUG (MainThread) [custom_components.hacs] HacsTask<verify_api> Executing task
2022-01-11 09:57:03 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_frontend> Executing task
2022-01-11 09:57:03 INFO (MainThread) [custom_components.hacs] HacsTask<setup_frontend> storage mode, cache for /hacsfiles/: True
2022-01-11 09:57:03 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_frontend> took 0.001 seconds to complete
2022-01-11 09:57:03 DEBUG (MainThread) [custom_components.hacs] HacsTask<check_constrains> Executing task
2022-01-11 09:57:03 DEBUG (MainThread) [custom_components.hacs] HacsTask<clear_old_storage> Executing task
2022-01-11 09:57:03 DEBUG (MainThread) [custom_components.hacs] HacsTask<restore_data> Executing task
2022-01-11 09:57:03 DEBUG (MainThread) [custom_components.hacs] HacsTask<check_constrains> took 0.023 seconds to complete
2022-01-11 09:57:03 DEBUG (MainThread) [custom_components.hacs] HacsTask<clear_old_storage> took 0.023 seconds to complete
2022-01-11 09:57:03 INFO (MainThread) [custom_components.hacs] Restore started
2022-01-11 09:57:03 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140443373610032] Received invalid command: mobile_app/push_notification_channel
2022-01-11 09:57:03 INFO (MainThread) [custom_components.hacs] Restore done
2022-01-11 09:57:03 DEBUG (MainThread) [custom_components.hacs] HacsTask<restore_data> took 0.460 seconds to complete
2022-01-11 09:57:04 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'actions_runner_registration' for <class 'dict'>
2022-01-11 09:57:04 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'scim' for <class 'dict'>
2022-01-11 09:57:04 DEBUG (MainThread) [custom_components.hacs] HacsTask<verify_api> Can update 224 repositories
2022-01-11 09:57:04 DEBUG (MainThread) [custom_components.hacs] HacsTask<verify_api> took 0.734 seconds to complete
2022-01-11 09:57:04 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING
2022-01-11 09:57:04 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
2022-01-11 09:57:10 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP
2022-01-11 09:57:10 DEBUG (MainThread) [custom_components.hacs] HacsTask<load_hacs_repository> Executing task
2022-01-11 09:57:10 DEBUG (MainThread) [custom_components.hacs] HacsTask<load_hacs_repository> took 0.000 seconds to complete
2022-01-11 09:57:10 INFO (MainThread) [custom_components.hacs] Loading known repositories
2022-01-11 09:57:11 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> Executing task
2022-01-11 09:57:11 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'actions_runner_registration' for <class 'dict'>
2022-01-11 09:57:11 DEBUG (MainThread) [aiogithubapi] 'GitHubRateLimitResourcesModel' is missing key 'scim' for <class 'dict'>
2022-01-11 09:57:11 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> Can update 224 repositories, items in queue 3
2022-01-11 09:57:11 DEBUG (MainThread) [custom_components.hacs] Checking out tasks to execute
2022-01-11 09:57:11 DEBUG (MainThread) [custom_components.hacs] Starting queue execution for 3 tasks
2022-01-11 09:57:12 DEBUG (MainThread) [custom_components.hacs] Queue execution finished for 3 tasks finished in 1.07 seconds
2022-01-11 09:57:12 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> took 1.288 seconds to complete
2022-01-11 09:57:12 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING
2022-01-11 09:57:12 DEBUG (MainThread) [custom_components.hacs] Starting recurring background task for installed repositories
2022-01-11 09:57:12 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Getting repository information
2022-01-11 09:57:12 DEBUG (MainThread) [custom_components.hacs] <Integration jcwillox/hass-auto-backup> Getting repository information
2022-01-11 09:57:12 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/sensor.avanza_stock> Getting repository information
2022-01-11 09:57:12 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/media_player.braviatv_psk> Getting repository information
2022-01-11 09:57:12 DEBUG (MainThread) [custom_components.hacs] <Integration briis/unifiprotect> Getting repository information
2022-01-11 09:57:12 DEBUG (MainThread) [custom_components.hacs] <Integration basnijholt/adaptive-lighting> Getting repository information
2022-01-11 09:57:12 DEBUG (MainThread) [custom_components.hacs] <Integration RogerSelwyn/Home_Assistant_SkyQ_MediaPlayer> Getting repository information
2022-01-11 09:57:12 DEBUG (MainThread) [custom_components.hacs] <Integration mvdwetering/huesyncbox> Getting repository information
2022-01-11 09:57:12 DEBUG (MainThread) [custom_components.hacs] <Theme frenck/home-assistant-theme-outline> Getting repository information
2022-01-11 09:57:12 DEBUG (MainThread) [custom_components.hacs] <Integration MindrustUK/Heatmiser-for-home-assistant> Getting repository information
2022-01-11 09:57:12 DEBUG (MainThread) [custom_components.hacs] Checking out tasks to execute
2022-01-11 09:57:12 DEBUG (MainThread) [custom_components.hacs] Starting queue execution for 12 tasks
2022-01-11 09:57:13 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/sensor.avanza_stock> Running checks against v1.0.11
2022-01-11 09:57:13 DEBUG (MainThread) [custom_components.hacs] <Integration jcwillox/hass-auto-backup> Running checks against 0.10.1
2022-01-11 09:57:13 DEBUG (MainThread) [custom_components.hacs] <Integration hacs/integration> Running checks against 1.19.2
2022-01-11 09:57:13 DEBUG (MainThread) [custom_components.hacs] <Integration MindrustUK/Heatmiser-for-home-assistant> Running checks against master
2022-01-11 09:57:13 DEBUG (MainThread) [custom_components.hacs] <Integration basnijholt/adaptive-lighting> Running checks against 1.0.15
2022-01-11 09:57:13 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/media_player.braviatv_psk> Running checks against v0.4.1
2022-01-11 09:57:13 DEBUG (MainThread) [custom_components.hacs] <Theme frenck/home-assistant-theme-outline> Running checks against v2.0.1
2022-01-11 09:57:14 DEBUG (MainThread) [custom_components.hacs] <Integration RogerSelwyn/Home_Assistant_SkyQ_MediaPlayer> Running checks against v2.7.10
2022-01-11 09:57:14 DEBUG (MainThread) [custom_components.hacs] <Integration briis/unifiprotect> Running checks against v0.12.0-beta8
2022-01-11 09:57:14 DEBUG (MainThread) [custom_components.hacs] <Integration mvdwetering/huesyncbox> Running checks against v1.16.0
2022-01-11 09:57:15 DEBUG (MainThread) [custom_components.hacs] 'states' is undefined
2022-01-11 09:57:15 DEBUG (MainThread) [custom_components.hacs] 'trigger' is undefined
2022-01-11 09:57:20 DEBUG (MainThread) [custom_components.hacs] <Integration postlund/hass-atv-beta> Getting repository information
2022-01-11 09:57:21 DEBUG (MainThread) [custom_components.hacs] <Integration postlund/hass-atv-beta> Running checks against v2.2.0
2022-01-11 09:57:25 DEBUG (MainThread) [custom_components.hacs] <Integration HandyHat/ha-hildebrandglow-dcc> Getting repository information
2022-01-11 09:57:25 DEBUG (MainThread) [custom_components.hacs] <Integration HandyHat/ha-hildebrandglow-dcc> Running checks against v0.5.2
2022-01-11 09:57:36 DEBUG (MainThread) [custom_components.hacs] Queue execution finished for 12 tasks finished in 23.72 seconds
2022-01-11 09:57:36 DEBUG (MainThread) [custom_components.hacs] Did not store data for 'hacs.critical'. Content did not change
2022-01-11 09:57:36 DEBUG (MainThread) [custom_components.hacs] Saving data
2022-01-11 09:57:36 DEBUG (MainThread) [custom_components.hacs] Did not store data for 'hacs.hacs'. Content did not change
2022-01-11 09:57:36 DEBUG (MainThread) [custom_components.hacs] Recurring background task for installed repositories done
2022-01-11 09:57:36 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> Executing task
2022-01-11 09:57:36 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> Nothing in the queue
2022-01-11 09:57:36 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> took 0.000 seconds to complete
2022-01-11 09:58:13 DEBUG (MainThread) [custom_components.hacs] Running install for MindrustUK/Heatmiser-for-home-assistant
2022-01-11 09:58:13 INFO (MainThread) [custom_components.hacs] Running pre installation steps
2022-01-11 09:58:13 INFO (MainThread) [custom_components.hacs] Pre installation steps completed
2022-01-11 09:58:13 INFO (MainThread) [custom_components.hacs] Running installation steps
2022-01-11 09:58:13 DEBUG (MainThread) [custom_components.hacs] <Integration MindrustUK/Heatmiser-for-home-assistant> Getting repository information
2022-01-11 09:58:14 DEBUG (MainThread) [custom_components.hacs] <Integration MindrustUK/Heatmiser-for-home-assistant> Running checks against master
2022-01-11 09:58:25 DEBUG (SyncWorker_4) [custom_components.hacs] Backup for /config/custom_components/heatmiserneo, created in /tmp/hacs_backup/heatmiserneo
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] None
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Checking out tasks to execute
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Starting queue execution for 9 tasks
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading init.py
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/MindrustUK/Heatmiser-for-home-assistant/master/custom_components/heatmiserneo/__init__.py
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading climate.py
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/MindrustUK/Heatmiser-for-home-assistant/master/custom_components/heatmiserneo/climate.py
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading config_flow.py
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/MindrustUK/Heatmiser-for-home-assistant/master/custom_components/heatmiserneo/config_flow.py
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading const.py
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/MindrustUK/Heatmiser-for-home-assistant/master/custom_components/heatmiserneo/const.py
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading custom_components.json
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/MindrustUK/Heatmiser-for-home-assistant/master/custom_components/heatmiserneo/custom_components.json
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading manifest.json
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/MindrustUK/Heatmiser-for-home-assistant/master/custom_components/heatmiserneo/manifest.json
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading strings.json
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/MindrustUK/Heatmiser-for-home-assistant/master/custom_components/heatmiserneo/strings.json
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading switch.py
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/MindrustUK/Heatmiser-for-home-assistant/master/custom_components/heatmiserneo/switch.py
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading en.json
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Downloading https://raw.githubusercontent.com/MindrustUK/Heatmiser-for-home-assistant/master/custom_components/heatmiserneo/translations/en.json
2022-01-11 09:58:25 INFO (MainThread) [custom_components.hacs] Download of strings.json completed
2022-01-11 09:58:25 INFO (MainThread) [custom_components.hacs] Download of manifest.json completed
2022-01-11 09:58:25 INFO (MainThread) [custom_components.hacs] Download of config_flow.py completed
2022-01-11 09:58:25 INFO (MainThread) [custom_components.hacs] Download of en.json completed
2022-01-11 09:58:25 INFO (MainThread) [custom_components.hacs] Download of climate.py completed
2022-01-11 09:58:25 INFO (MainThread) [custom_components.hacs] Download of custom_components.json completed
2022-01-11 09:58:25 INFO (MainThread) [custom_components.hacs] Download of switch.py completed
2022-01-11 09:58:25 INFO (MainThread) [custom_components.hacs] Download of init.py completed
2022-01-11 09:58:25 INFO (MainThread) [custom_components.hacs] Download of const.py completed
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Queue execution finished for 9 tasks finished in 0.31 seconds
2022-01-11 09:58:25 DEBUG (SyncWorker_2) [custom_components.hacs] Backup dir /tmp/hacs_backup/ cleared
2022-01-11 09:58:25 INFO (MainThread) [custom_components.hacs] Installation steps completed
2022-01-11 09:58:25 INFO (MainThread) [custom_components.hacs] Running post installation steps
2022-01-11 09:58:25 INFO (MainThread) [custom_components.hacs] Reloading custom_component cache
2022-01-11 09:58:25 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration braviatv_psk 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-01-11 09:58:25 WARNING (SyncWorker_10) [homeassistant.loader] We found a custom integration hildebrandglow_dcc 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-01-11 09:58:25 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration avanza_stock 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-01-11 09:58:25 WARNING (SyncWorker_10) [homeassistant.loader] We found a custom integration skyq 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-01-11 09:58:25 WARNING (SyncWorker_11) [homeassistant.loader] We found a custom integration adaptive_lighting 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-01-11 09:58:25 WARNING (SyncWorker_9) [homeassistant.loader] We found a custom integration auto_backup 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-01-11 09:58:25 WARNING (SyncWorker_5) [homeassistant.loader] We found a custom integration unifiprotect 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-01-11 09:58:25 WARNING (SyncWorker_1) [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-01-11 09:58:25 WARNING (SyncWorker_10) [homeassistant.loader] We found a custom integration huesyncbox 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-01-11 09:58:25 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration apple_tv 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-01-11 09:58:25 INFO (MainThread) [custom_components.hacs] Custom_component cache reloaded
2022-01-11 09:58:25 INFO (MainThread) [custom_components.hacs] Post installation steps completed
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Saving data
2022-01-11 09:58:25 DEBUG (MainThread) [custom_components.hacs] Did not store data for 'hacs.hacs'. Content did not change

@ludeeus
Copy link
Member

ludeeus commented Jan 11, 2022

Interesting, seems it has issues since it's a non release repo

@ludeeus ludeeus added the issue:backend For issues with the backend/integration label Jan 11, 2022
@jamespreedy
Copy link
Author

Thank you!

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
issue:backend For issues with the backend/integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants