Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update notification actually tries to downgrade the version of HACS #2495

Closed
6 tasks done
DoDoENT opened this issue Feb 7, 2022 · 7 comments · Fixed by #2501
Closed
6 tasks done

Update notification actually tries to downgrade the version of HACS #2495

DoDoENT opened this issue Feb 7, 2022 · 7 comments · Fixed by #2501
Labels
issue:backend For issues with the backend/integration
Milestone

Comments

@DoDoENT
Copy link

DoDoENT commented Feb 7, 2022

System Health details

System Health

version core-2022.2.3
installation_type Home Assistant Container
dev false
hassio false
docker true
user root
virtualenv false
python_version 3.9.7
os_name Linux
os_version 5.15.18-6-rpi-ARCH
arch aarch64
timezone Europe/Zagreb
Home Assistant Community Store
GitHub API ok
Github API Calls Remaining 4955
Installed Version 1.22.0
Stage running
Available Repositories 1049
Downloaded Repositories 2
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Lovelace
dashboards 2
resources 0
views 1
mode storage

Checklist

Describe the issue

I've just made a fresh install of the HACS and it immediately shows that there is a pending system update. Upon opening the update card, it shows that it wants to update from v1.22.0 (my current version) to v1.21.0 (this is the previous version).

image

Reproduction steps

Simply follow the instructions in the documentation to set up the HACS from scratch. I used the "container" approach and executed the installation script within the docker container. Immediately after the restart of Home Assistant, HACS offered the above update.

Debug logs

2022-02-07 18:11:54 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-02-07 18:11:54 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration bosch 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-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.3 seconds
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'api', 'config', 'analytics', 'system_log', 'webhook', 'lovelace', 'onboarding', 'websocket_api', 'frontend', 'diagnostics', 'search', 'image', 'person', 'cloud', 'device_automation', 'http', 'auth'}
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setting up http
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setting up api
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setting up config
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setting up webhook
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setting up diagnostics
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setting up auth
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.2 seconds
2022-02-07 18:11:55 INFO (MainThread) [homeassistant.setup] Setup of domain diagnostics took 0.2 seconds
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setting up image
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setting up analytics
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setting up search
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds
2022-02-07 18:11:56 INFO (SyncWorker_0) [homeassistant.loader] Loaded google_assistant from homeassistant.components.google_assistant
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setup of domain image took 0.2 seconds
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setup of domain analytics took 0.1 seconds
2022-02-07 18:11:56 INFO (SyncWorker_1) [homeassistant.loader] Loaded alexa from homeassistant.components.alexa
2022-02-07 18:11:56 INFO (SyncWorker_5) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setting up person
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setting up cloud
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.6 seconds
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.1 seconds
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.0 seconds
2022-02-07 18:11:56 INFO (SyncWorker_2) [homeassistant.loader] Loaded device_tracker from homeassistant.components.device_tracker
2022-02-07 18:11:56 INFO (SyncWorker_5) [homeassistant.loader] Loaded hassio from homeassistant.components.hassio
2022-02-07 18:11:56 INFO (SyncWorker_3) [homeassistant.loader] Loaded panel_custom from homeassistant.components.panel_custom
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setting up frontend
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'my', 'camera', 'ssdp', 'zone', 'history', 'mobile_app', 'dlna_dmr', 'input_select', 'plex', 'sensor', 'scene', 'automation', 'zwave_js', 'ffmpeg', 'persistent_notification', 'input_button', 'dhcp', 'map', 'rpi_power', 'met', 'tag', 'sun', 'default_config', 'blueprint', 'timer', 'homekit', 'hacs', 'updater', 'input_datetime', 'tts', 'bosch', 'media_source', 'system_health', 'zeroconf', 'trace', 'input_text', 'input_boolean', 'input_number', 'script', 'counter', 'group', 'network', 'usb', 'roomba', 'logbook', 'energy'}
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setting up my
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setup of domain my took 0.0 seconds
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setting up camera
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setting up zone
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setting up history
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setting up input_select
2022-02-07 18:11:56 INFO (SyncWorker_0) [homeassistant.loader] Loaded systemmonitor from homeassistant.components.systemmonitor
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setting up scene
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setting up ffmpeg
2022-02-07 18:11:56 INFO (MainThread) [homeassistant.setup] Setting up input_button
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up dhcp
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.0 seconds
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up map
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up rpi_power
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setup of domain rpi_power took 0.0 seconds
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up met
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.0 seconds
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up tag
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up sun
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up blueprint
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.0 seconds
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up timer
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up updater
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up input_datetime
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up media_source
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up system_health
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up trace
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setup of domain trace took 0.0 seconds
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up input_text
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up input_number
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up counter
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up group
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up logbook
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2022-02-07 18:11:57 INFO (SyncWorker_1) [homeassistant.loader] Loaded template from homeassistant.components.template
2022-02-07 18:11:57 INFO (SyncWorker_3) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up hacs
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 0.0 seconds
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 0.7 seconds
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.7 seconds
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.7 seconds
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up network
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setup of domain network took 0.0 seconds
2022-02-07 18:11:57 INFO (SyncWorker_2) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setting up usb
2022-02-07 18:11:57 INFO (MainThread) [homeassistant.setup] Setup of domain usb took 0.0 seconds
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setting up roomba
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setup of domain roomba took 0.0 seconds
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 1.3 seconds
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setting up energy
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setup of domain energy took 0.0 seconds
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 1.6 seconds
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setup of domain ffmpeg took 1.6 seconds
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds
2022-02-07 18:11:58 INFO (SyncWorker_2) [homeassistant.loader] Loaded switch from homeassistant.components.switch
2022-02-07 18:11:58 INFO (MainThread) [custom_components.hacs]
-------------------------------------------------------------------
HACS (Home Assistant Community Store)

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

2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setting up tts
2022-02-07 18:11:58 INFO (SyncWorker_1) [roombapy.remote_client] Connecting to 192.168.1.112, attempt 1 of 3
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.rpi_power
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 1.5 seconds
2022-02-07 18:11:58 INFO (SyncWorker_4) [homeassistant.loader] Loaded cover from homeassistant.components.cover
2022-02-07 18:11:58 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:35 is deprecated, please remove it from your configuration
2022-02-07 18:11:58 WARNING (MainThread) [homeassistant.components.template.sensor] The 'entity_id' option near /config/configuration.yaml:41 is deprecated, please remove it from your configuration
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setting up sensor
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 1.9 seconds
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setup of domain input_button took 1.8 seconds
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2022-02-07 18:11:58 INFO (SyncWorker_2) [homeassistant.loader] Loaded notify from homeassistant.components.notify
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.systemmonitor
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.updater
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setting up plex
2022-02-07 18:11:58 INFO (MainThread) [homeassistant.setup] Setup of domain plex took 0.0 seconds
2022-02-07 18:11:59 INFO (MainThread) [homeassistant.setup] Setting up template
2022-02-07 18:11:59 INFO (MainThread) [homeassistant.setup] Setup of domain template took 0.0 seconds
2022-02-07 18:11:59 INFO (Thread-3) [roombapy.roomba] Connecting to Roomba 192.168.1.112
2022-02-07 18:11:59 INFO (MainThread) [homeassistant.setup] Setting up bosch
2022-02-07 18:11:59 INFO (MainThread) [homeassistant.setup] Setup of domain bosch took 0.0 seconds
2022-02-07 18:11:59 INFO (MainThread) [homeassistant.setup] Setting up script
2022-02-07 18:11:59 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 2.5 seconds
2022-02-07 18:11:59 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 2.4 seconds
2022-02-07 18:11:59 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 2.4 seconds
2022-02-07 18:11:59 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 2.3 seconds
2022-02-07 18:11:59 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.7 seconds
2022-02-07 18:11:59 INFO (MainThread) [homeassistant.setup] Setting up zwave_js
2022-02-07 18:11:59 INFO (MainThread) [homeassistant.setup] Setup of domain zwave_js took 0.0 seconds
2022-02-07 18:11:59 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 2.8 seconds
2022-02-07 18:11:59 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2022-02-07 18:11:59 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.energy
2022-02-07 18:11:59 INFO (MainThread) [custom_components.bosch] Setting up Bosch component version 0.17.3.
2022-02-07 18:12:00 INFO (SyncWorker_3) [homeassistant.components.rpi_power.binary_sensor] Voltage normalized. Everything is working as intended.
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 3.0 seconds
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 3.0 seconds
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 3.0 seconds
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 1.6 seconds
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.1 seconds
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setting up automation
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setting up homekit
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setup of domain homekit took 0.0 seconds
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setting up notify
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setting up media_player
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.0 seconds
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.8 seconds
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] Configuration type: ConfigurationType.CONFIG_ENTRY
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setting up device_tracker
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.plex
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.plex
2022-02-07 18:12:00 INFO (MainThread) [zwave_js_server] Connected to Home 3485336905 (Server 1.14.1, Driver 8.11.2, Using Schema 14)
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.components.zwave_js] Connected to Zwave JS Server
2022-02-07 18:12:00 INFO (SyncWorker_4) [homeassistant.loader] Loaded weather from homeassistant.components.weather
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 0.1 seconds
2022-02-07 18:12:00 INFO (MainThread) [custom_components.hacs] Loaded 18 tasks
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] Scheduling HacsTask<check_ratelimit> to run every 1:00:00
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] Scheduling HacsTask<update_critical_repositories> to run every 2:00:00
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] Scheduling HacsTask<update_default_repositories> to run every 3:00:00
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] Scheduling HacsTask<update_all_repositories> to run every 1 day, 1:00:00
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] Scheduling HacsTask<prosess_queue> to run every 0:10:00
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] Scheduling HacsTask<update_downloaded_repositories> to run every 2:00:00
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] Scheduling HacsTask<update_removed_repositories> to run every 2:00:00
2022-02-07 18:12:00 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_sensor> Executing task
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_sensor> took 0.000 seconds to complete
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] HacsTask<restore_data> Executing task
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_frontend> Executing task
2022-02-07 18:12:00 INFO (MainThread) [custom_components.hacs] HacsTask<setup_frontend> storage mode, cache for /hacsfiles/: True
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_frontend> took 0.005 seconds to complete
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_websocket_api> Executing task
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] HacsTask<setup_websocket_api> took 0.000 seconds to complete
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] HacsTask<check_constrains> Executing task
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] HacsTask<verify_api> Executing task
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] HacsTask<clear_old_storage> Executing task
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] HacsTask<activate_categories> Executing task
2022-02-07 18:12:00 INFO (MainThread) [custom_components.hacs] Enable category: integration
2022-02-07 18:12:00 INFO (MainThread) [custom_components.hacs] Enable category: plugin
2022-02-07 18:12:00 INFO (MainThread) [custom_components.hacs] Enable category: theme
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] HacsTask<activate_categories> took 0.004 seconds to complete
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setting up weather
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setting up dlna_dmr
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setup of domain dlna_dmr took 0.0 seconds
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.6 seconds
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] HacsTask<check_constrains> took 0.099 seconds to complete
2022-02-07 18:12:00 DEBUG (MainThread) [custom_components.hacs] HacsTask<clear_old_storage> took 0.097 seconds to complete
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.components.weather] Setting up weather.met
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.roomba
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.roomba
2022-02-07 18:12:00 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.dlna_dmr
2022-02-07 18:12:00 INFO (SyncWorker_2) [homeassistant.loader] Loaded vacuum from homeassistant.components.vacuum
2022-02-07 18:12:01 INFO (MainThread) [homeassistant.setup] Setting up default_config
2022-02-07 18:12:01 INFO (SyncWorker_3) [homeassistant.loader] Loaded stream from homeassistant.components.stream
2022-02-07 18:12:01 INFO (MainThread) [homeassistant.setup] Setting up vacuum
2022-02-07 18:12:01 INFO (MainThread) [homeassistant.setup] Setup of domain vacuum took 0.0 seconds
2022-02-07 18:12:01 INFO (MainThread) [custom_components.hacs] Restore started
2022-02-07 18:12:01 INFO (MainThread) [homeassistant.components.vacuum] Setting up vacuum.roomba
2022-02-07 18:12:01 INFO (MainThread) [homeassistant.setup] Setting up stream
2022-02-07 18:12:01 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds
2022-02-07 18:12:01 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.6 seconds
2022-02-07 18:12:01 INFO (MainThread) [custom_components.hacs] Restore done
2022-02-07 18:12:01 DEBUG (MainThread) [custom_components.hacs] HacsTask<restore_data> took 0.968 seconds to complete
2022-02-07 18:12:02 DEBUG (MainThread) [custom_components.hacs] HacsTask<verify_api> Can update 263 repositories
2022-02-07 18:12:02 DEBUG (MainThread) [custom_components.hacs] HacsTask<verify_api> took 1.359 seconds to complete
2022-02-07 18:12:02 INFO (MainThread) [zwave_js_server] Z-Wave JS initialized. 10 nodes
2022-02-07 18:12:02 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING
2022-02-07 18:12:02 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
2022-02-07 18:12:02 INFO (MainThread) [homeassistant.components.zwave_js] Connection to Zwave JS Server initialized
2022-02-07 18:12:02 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.zwave_js
2022-02-07 18:12:02 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
2022-02-07 18:12:02 INFO (MainThread) [aiosasl.scram] attempting SCRAM-SHA-1 mechanism (using SCRAMHashInfo(hashfun_name='sha1', quality=1, minimum_iteration_count=4096) hashfun)
2022-02-07 18:12:03 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.zwave_js
2022-02-07 18:12:03 INFO (MainThread) [homeassistant.setup] Setting up switch
2022-02-07 18:12:03 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds
2022-02-07 18:12:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded select from homeassistant.components.select
2022-02-07 18:12:03 INFO (MainThread) [homeassistant.setup] Setting up cover
2022-02-07 18:12:03 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.0 seconds
2022-02-07 18:12:03 INFO (MainThread) [homeassistant.components.switch] Setting up switch.zwave_js
2022-02-07 18:12:03 INFO (MainThread) [homeassistant.setup] Setting up select
2022-02-07 18:12:03 INFO (MainThread) [homeassistant.setup] Setup of domain select took 0.0 seconds
2022-02-07 18:12:03 INFO (MainThread) [homeassistant.components.cover] Setting up cover.zwave_js
2022-02-07 18:12:03 INFO (MainThread) [homeassistant.components.select] Setting up select.zwave_js
2022-02-07 18:12:03 ERROR (Thread-7) [plexapi] http://192.168.1.2:32400: Client not found at http://192.168.1.2:32400
2022-02-07 18:12:03 ERROR (Thread-8) [plexapi] http://172.20.0.1:32400: Client not found at http://172.20.0.1:32400
2022-02-07 18:12:03 ERROR (Thread-9) [plexapi] http://172.21.0.1:32400: Client not found at http://172.21.0.1:32400
2022-02-07 18:12:05 INFO (MainThread) [aioxmpp.node.PresenceManagedClient] bound to jid: rrc2contact_101238933@xmpp.rrcng.ticx.boschtt.net/ari6jo3o0p
2022-02-07 18:12:07 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] 400 HTTP Error - ['HTTP/1.1 400 Bad Request', 'Seq-No: 19', 'Content-Length: 0', 'Content-Type: application/json', 'Connection: close', '', '']
2022-02-07 18:12:07 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /devices/productLookup
2022-02-07 18:12:07 INFO (MainThread) [bosch_thermostat_client.gateway.base] Initializing Crawl Sensors.
2022-02-07 18:12:08 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] 400 HTTP Error - ['HTTP/1.1 400 Bad Request', 'Seq-No: 24', 'Content-Length: 0', 'Content-Type: application/json', 'Connection: close', '', '']
2022-02-07 18:12:08 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /devices/productLookup
2022-02-07 18:12:08 INFO (MainThread) [bosch_thermostat_client.gateway.base] Initializing Switches Sensors.
2022-02-07 18:12:08 INFO (MainThread) [custom_components.bosch] Bosch initialized.
2022-02-07 18:12:08 INFO (SyncWorker_2) [homeassistant.loader] Loaded water_heater from homeassistant.components.water_heater
2022-02-07 18:12:08 INFO (SyncWorker_3) [homeassistant.loader] Loaded number from homeassistant.components.number
2022-02-07 18:12:08 INFO (SyncWorker_7) [homeassistant.loader] Loaded climate from homeassistant.components.climate
2022-02-07 18:12:08 INFO (MainThread) [homeassistant.components.switch] Setting up switch.bosch
2022-02-07 18:12:08 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.bosch
2022-02-07 18:12:08 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.bosch
2022-02-07 18:12:08 INFO (MainThread) [homeassistant.setup] Setting up water_heater
2022-02-07 18:12:08 INFO (MainThread) [homeassistant.setup] Setup of domain water_heater took 0.0 seconds
2022-02-07 18:12:08 INFO (MainThread) [homeassistant.setup] Setting up number
2022-02-07 18:12:08 INFO (MainThread) [homeassistant.setup] Setup of domain number took 0.0 seconds
2022-02-07 18:12:08 INFO (MainThread) [homeassistant.setup] Setting up climate
2022-02-07 18:12:08 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds
2022-02-07 18:12:08 ERROR (Thread-6) [plexapi] https://172-21-0-1.b501ec064d1444408973a60ae0965638.plex.direct:32400: HTTPSConnectionPool(host='172-21-0-1.b501ec064d1444408973a60ae0965638.plex.direct', port=32400): Max retries exceeded with url: /resources (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f750f0ee0>: Failed to establish a new connection: [Errno -3] Try again'))
2022-02-07 18:12:08 ERROR (Thread-5) [plexapi] https://172-20-0-1.b501ec064d1444408973a60ae0965638.plex.direct:32400: HTTPSConnectionPool(host='172-20-0-1.b501ec064d1444408973a60ae0965638.plex.direct', port=32400): Max retries exceeded with url: /resources (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f750f0040>: Failed to establish a new connection: [Errno -3] Try again'))
2022-02-07 18:12:08 ERROR (Thread-4) [plexapi] https://192-168-1-2.b501ec064d1444408973a60ae0965638.plex.direct:32400: HTTPSConnectionPool(host='192-168-1-2.b501ec064d1444408973a60ae0965638.plex.direct', port=32400): Max retries exceeded with url: /resources (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7507a520>: Failed to establish a new connection: [Errno -3] Try again'))
2022-02-07 18:12:08 ERROR (SyncWorker_4) [homeassistant.components.plex.server] Resource connection failed to plex.tv: TV 2020
2022-02-07 18:12:08 INFO (MainThread) [homeassistant.components.water_heater] Setting up water_heater.bosch
2022-02-07 18:12:08 INFO (MainThread) [homeassistant.components.number] Setting up number.bosch
2022-02-07 18:12:08 INFO (MainThread) [homeassistant.components.climate] Setting up climate.bosch
2022-02-07 18:12:09 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 14.55s
2022-02-07 18:12:09 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2022-02-07 18:12:09 INFO (MainThread) [homeassistant.core] Timer:starting
2022-02-07 18:12:09 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2022-02-07 18:12:09 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP
2022-02-07 18:12:09 DEBUG (MainThread) [custom_components.hacs] HacsTask<handle_critical_notification> Executing task
2022-02-07 18:12:09 DEBUG (MainThread) [custom_components.hacs] HacsTask<update_default_repositories> Executing task
2022-02-07 18:12:09 INFO (MainThread) [custom_components.hacs] Loading known repositories
2022-02-07 18:12:09 DEBUG (MainThread) [custom_components.hacs] HacsTask<update_downloaded_repositories> Executing task
2022-02-07 18:12:09 DEBUG (MainThread) [custom_components.hacs] Starting recurring background task for installed repositories
2022-02-07 18:12:09 DEBUG (MainThread) [custom_components.hacs] Saving data
2022-02-07 18:12:09 DEBUG (MainThread) [custom_components.hacs] HacsTask<load_hacs_repository> Executing task
2022-02-07 18:12:09 DEBUG (MainThread) [custom_components.hacs] HacsTask<load_hacs_repository> took 0.000 seconds to complete
2022-02-07 18:12:09 DEBUG (MainThread) [custom_components.hacs] HacsTask<update_removed_repositories> Executing task
2022-02-07 18:12:09 INFO (MainThread) [custom_components.hacs] Loading removed repositories
2022-02-07 18:12:09 DEBUG (MainThread) [custom_components.hacs] <Integration bosch-thermostat/home-assistant-bosch-custom-component> Getting repository information
2022-02-07 18:12:09 INFO (SyncWorker_15) [homeassistant.loader] Loaded apple_tv from homeassistant.components.apple_tv
2022-02-07 18:12:09 INFO (MainThread) [homeassistant.components.automation.hodnik_svjetla] Initialized trigger Hodnik pali svjetla
2022-02-07 18:12:09 INFO (MainThread) [homeassistant.components.automation.hodnik_gasi_svjetla] Initialized trigger Hodnik gasi svjetla
2022-02-07 18:12:09 INFO (MainThread) [homeassistant.components.automation.hodnik_neocekivani_pokret] Initialized trigger Hodnik neocekivani pokret
2022-02-07 18:12:09 INFO (MainThread) [homeassistant.components.automation.poplava_kupaona] Initialized trigger Poplava kupaona
2022-02-07 18:12:09 INFO (MainThread) [homeassistant.components.automation.poplava_sudoper] Initialized trigger Poplava sudoper
2022-02-07 18:12:09 INFO (MainThread) [homeassistant.components.automation.went_away] Initialized trigger Went away
2022-02-07 18:12:09 INFO (MainThread) [homeassistant.components.automation.returned_home] Initialized trigger Returned home
2022-02-07 18:12:09 INFO (MainThread) [homeassistant.components.automation.light_on_tv_pause] Initialized trigger Turn on lights on Plex pause or idle
2022-02-07 18:12:09 INFO (MainThread) [homeassistant.components.automation.dark_on_tv_continue] Initialized trigger Turn off lights on Plex play
2022-02-07 18:12:09 DEBUG (MainThread) [custom_components.hacs] Did not store data for 'hacs.hacs'. Content did not change
2022-02-07 18:12:09 DEBUG (MainThread) [custom_components.hacs] HacsTask<handle_critical_notification> took 0.404 seconds to complete
2022-02-07 18:12:09 DEBUG (MainThread) [custom_components.hacs] HacsTask<update_removed_repositories> took 0.464 seconds to complete
2022-02-07 18:12:13 DEBUG (MainThread) [custom_components.hacs] Did not store data for 'hacs.repositories'. Content did not change
2022-02-07 18:12:13 DEBUG (MainThread) [custom_components.hacs] Recurring background task for installed repositories done
2022-02-07 18:12:13 DEBUG (MainThread) [custom_components.hacs] HacsTask<update_downloaded_repositories> took 4.559 seconds to complete
2022-02-07 18:12:13 INFO (MainThread) [pyhap.accessory_driver] Starting accessory HASS Bridge on address 192.168.1.2, port 21064.
2022-02-07 18:12:14 DEBUG (MainThread) [custom_components.hacs] HacsTask<update_default_repositories> took 5.282 seconds to complete
2022-02-07 18:12:14 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING
2022-02-07 18:12:14 DEBUG (MainThread) [custom_components.hacs] HacsTask<update_critical_repositories> Executing task
2022-02-07 18:12:14 INFO (MainThread) [pyhap.hap_protocol] ('192.168.1.113', 51711): Connection made to HASS Bridge
2022-02-07 18:12:14 INFO (SyncWorker_5) [homeassistant.loader] Loaded homekit_controller from homeassistant.components.homekit_controller
2022-02-07 18:12:16 DEBUG (MainThread) [custom_components.hacs] Checking out tasks to execute
2022-02-07 18:12:16 DEBUG (MainThread) [custom_components.hacs] Starting queue execution for 1 tasks
2022-02-07 18:12:16 DEBUG (MainThread) [custom_components.hacs] <Integration bosch-thermostat/home-assistant-bosch-custom-component> Running checks against v0.17.3
2022-02-07 18:12:17 DEBUG (MainThread) [custom_components.hacs] Queue execution finished for 1 tasks finished in 0.75 seconds
2022-02-07 18:12:17 DEBUG (MainThread) [custom_components.hacs] Did not store data for 'hacs.critical'. Content did not change
2022-02-07 18:12:17 DEBUG (MainThread) [custom_components.hacs] HacsTask<update_critical_repositories> took 2.874 seconds to complete
2022-02-07 18:12:17 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> Executing task
2022-02-07 18:12:17 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> Nothing in the queue
2022-02-07 18:12:17 DEBUG (MainThread) [custom_components.hacs] HacsTask<prosess_queue> took 0.000 seconds to complete
2022-02-07 18:12:18 INFO (MainThread) [pyhap.hap_protocol] ('192.168.1.110', 62396): Connection made to HASS Bridge

Diagnostics dump

{
  "home_assistant": {
    "installation_type": "Home Assistant Container",
    "version": "2022.2.3",
    "dev": false,
    "hassio": false,
    "virtualenv": false,
    "python_version": "3.9.7",
    "docker": true,
    "arch": "aarch64",
    "timezone": "Europe/Zagreb",
    "os_name": "Linux",
    "os_version": "5.15.18-6-rpi-ARCH",
    "run_as_root": true
  },
  "custom_components": {
    "bosch": {
      "version": "0.17.3",
      "requirements": [
        "bosch-thermostat-client==0.17.3"
      ]
    },
    "hacs": {
      "version": "1.22.0",
      "requirements": [
        "aiogithubapi>=21.11.0"
      ]
    }
  },
  "integration_manifest": {
    "codeowners": [
      "@ludeeus"
    ],
    "config_flow": true,
    "dependencies": [
      "http",
      "websocket_api",
      "frontend",
      "persistent_notification",
      "lovelace"
    ],
    "documentation": "https://hacs.xyz/docs/configuration/start",
    "domain": "hacs",
    "iot_class": "cloud_polling",
    "issue_tracker": "https://github.com/hacs/integration/issues",
    "name": "HACS",
    "requirements": [
      "aiogithubapi>=21.11.0"
    ],
    "version": "1.22.0",
    "is_built_in": false
  },
  "data": {
    "entry": {
      "entry_id": "5398de46dcc546e0e4add613985156e2",
      "version": 1,
      "domain": "hacs",
      "title": "",
      "data": {
        "token": "**REDACTED**"
      },
      "options": {},
      "pref_disable_new_entities": false,
      "pref_disable_polling": false,
      "source": "user",
      "unique_id": null,
      "disabled_by": null
    },
    "hacs": {
      "stage": "running",
      "version": "1.22.0",
      "disabled_reason": null,
      "new": false,
      "startup": false,
      "categories": [
        "integration",
        "plugin",
        "theme"
      ],
      "renamed_repositories": {
        "78wesley/Darkish-Theme": "78wesley/Home-Assistant-Darkish-Theme",
        "DarkSir23/sensor.mylar": "WillowMist/sensor.mylar",
        "9a4gl/hass-peltec": "9a4gl/hass-centrometal-boiler",
        "nbogojevic/homeassistant-midea-dehumidifier-lan": "nbogojevic/homeassistant-midea-air-appliances-lan"
      },
      "archived_repositories": [],
      "lovelace_mode": "storage",
      "configuration": {
        "appdaemon": false,
        "country": "ALL",
        "debug": false,
        "dev": false,
        "experimental": false,
        "netdaemon": false,
        "python_script": false,
        "release_limit": 5,
        "theme": false
      }
    },
    "custom_repositories": [
      "hacs/ND-NotifyUpdates",
      "isabellaalstrom/ND-MotionSnapshot",
      "LiranSX/NetDaemon-ITach-Wifi2IR",
      "mf-social/ps-date-countdown",
      "iml885203/HA-FanSpeedControl",
      "bieniu/ha-shellies-discovery",
      "kodi1/tracker_merge",
      "Santobert/HA-UpdateClimate",
      "bieniu/ha-thermostat-update",
      "pmazz/ps_hassio_entities",
      "eyalcha/ha-reminder",
      "apop880/Night-Mode",
      "apop880/config-check",
      "apop880/SmartThings-Button",
      "eifinger/appdaemon-deconz-xiaomi-button",
      "apop880/White-Noise",
      "aneisch/follow_me_appdaemon",
      "AaronDavidSchneider/SonosAlarmAutomation",
      "Burningstone91/Hue_Dimmer_Deconz",
      "bieniu/ha-ad-thermostats-update",
      "benleb/ad-ench",
      "badguy99/octoblock",
      "benleb/ad-automoli",
      "benleb/ad-healthcheck",
      "crserran/home-alarm",
      "benleb/ad-notifreeze",
      "haberda/light_automation",
      "haberda/update_lights",
      "hechi/GoodnightT",
      "haberda/tradfri_remotes",
      "ericmatte/ad-media-lights-sync",
      "kprestel/appdaemon-climate",
      "jbouwh/omnikdatalogger",
      "jbouwh/ha-entity-cache",
      "jmarsik/ad-eurotronic-trv-valvepos",
      "ludeeus/ad-watchdog",
      "Mohlsson/ReplayLightsHistory",
      "nickneos/Appdaemon-ZHA-Hue-Dimmer-Switch",
      "nickneos/Appdaemon-Ring-Doorbell-Automations",
      "nickneos/Bring-Back-group.all_x",
      "NiklasReiche/ad-spotify-mood-lights-sync",
      "Odianosen25/Monitor-App",
      "Petro31/ad_convert_media_volume",
      "Petro31/ad_group_all",
      "Petro31/ad_count_entities",
      "Petro31/ad_monitor_events",
      "Petro31/ad_people_tracker",
      "Petro31/ad_seasonal_lights",
      "Petro31/ad_sunset_lights",
      "Petro31/ad_simple_door_bell",
      "Petro31/ad_toggle_light",
      "simonhq/accu_allergies",
      "Petro31/ad_who_used_the_door",
      "Petro31/IlluminateDoor",
      "roopesh/ad-qolsys",
      "simonhq/act_garbage",
      "simonhq/asx_portfolio",
      "simonhq/asx_sensor",
      "simonhq/canberradams",
      "simonhq/Clean-GTFS",
      "simonhq/snowydams",
      "UbhiTS/ad-alexadoorwindowannounce",
      "UbhiTS/ad-alexasmarttalkingthermostat",
      "UbhiTS/ad-alexatalkingclock",
      "UbhiTS/ad-alexadoorbell",
      "vash3d/nethassmo",
      "UbhiTS/ad-autofanspeed",
      "UbhiTS/ad-autointernetrebooter",
      "UbhiTS/ad-calendartvreminders",
      "wernerhp/appdaemon_aqara_motion_sensors",
      "wernerhp/appdaemon_wasp",
      "xaviml/controllerx",
      "XaF/qolsysgw"
    ],
    "repositories": [
      {
        "data": {
          "archived": false,
          "authors": [
            "@ludeeus"
          ],
          "category": "integration",
          "content_in_root": false,
          "country": [],
          "config_flow": false,
          "default_branch": null,
          "description": "HACS gives you a powerful UI to handle downloads of all your custom needs.",
          "domain": "hacs",
          "domains": [],
          "downloads": 0,
          "etag_repository": "W/\"273066d8bcc789f0cfce76f142db02c45ff4fe2f3824d39f4cad3503076c4794\"",
          "file_name": "",
          "filename": "",
          "first_install": false,
          "fork": false,
          "full_name": "hacs/integration",
          "hacs": null,
          "hide": false,
          "hide_default_branch": false,
          "homeassistant": null,
          "id": "172733314",
          "iot_class": null,
          "installed": true,
          "installed_commit": null,
          "installed_version": "1.22.0",
          "open_issues": 0,
          "last_commit": "7bf62c4",
          "last_version": "1.21.0",
          "last_updated": "2022-01-30T19:50:40Z",
          "manifest_name": null,
          "new": false,
          "persistent_directory": null,
          "pushed_at": "",
          "releases": false,
          "render_readme": false,
          "published_tags": [],
          "selected_tag": null,
          "show_beta": false,
          "stargazers_count": 2226,
          "topics": [
            "community",
            "hacktoberfest",
            "hacs",
            "home-assistant",
            "integration",
            "package-manager",
            "python"
          ],
          "zip_release": false
        },
        "integration_manifest": {},
        "repository_manifest": {
          "name": "HACS",
          "content_in_root": false,
          "zip_release": true,
          "filename": "hacs.zip",
          "manifest": {
            "name": "HACS",
            "zip_release": true,
            "hide_default_branch": true,
            "homeassistant": "2021.9.0",
            "hacs": "0.19.0",
            "filename": "hacs.zip"
          },
          "hacs": "0.19.0",
          "hide_default_branch": true,
          "domains": [],
          "country": [],
          "homeassistant": "2021.9.0",
          "persistent_directory": null,
          "iot_class": null,
          "render_readme": false
        },
        "ref": null,
        "paths": {
          "localpath": "/config/custom_components/hacs",
          "local": "/config/custom_components/hacs",
          "remote": "custom_components"
        }
      },
      {
        "data": {
          "archived": false,
          "authors": [
            "@pszafer"
          ],
          "category": "integration",
          "content_in_root": false,
          "country": [],
          "config_flow": true,
          "default_branch": "master",
          "description": "HA custom component for Bosch thermostats",
          "domain": "bosch",
          "domains": [
            "climate",
            "water_heater",
            "sensor"
          ],
          "downloads": 0,
          "etag_repository": "W/\"e1329d1e8af5073e9891e3f5ef522ac6b9c24d416acedb7126e04879e970dc2c\"",
          "file_name": "",
          "filename": null,
          "first_install": false,
          "fork": false,
          "full_name": "bosch-thermostat/home-assistant-bosch-custom-component",
          "hacs": null,
          "hide": false,
          "hide_default_branch": false,
          "homeassistant": "2021.4.0",
          "id": "186605347",
          "iot_class": [
            "Cloud Polling",
            "Cloud Push",
            "Local Polling",
            "Local Push"
          ],
          "installed": true,
          "installed_commit": "d1d474e",
          "installed_version": "v0.17.3",
          "open_issues": 12,
          "last_commit": "d1d474e",
          "last_version": "v0.17.3",
          "last_updated": "2022-01-31T20:39:09Z",
          "manifest_name": "Bosch thermostat",
          "new": false,
          "persistent_directory": null,
          "pushed_at": "2022-01-31T20:39:09",
          "releases": true,
          "render_readme": true,
          "published_tags": [
            "v0.17.3",
            "v0.17.2",
            "v0.17.0",
            "v0.16.9",
            "v0.16.8"
          ],
          "selected_tag": null,
          "show_beta": false,
          "stargazers_count": 62,
          "topics": [
            "bosch",
            "bosch-thermostat",
            "buderus",
            "home-assistant",
            "nefit",
            "sensors",
            "thermostat",
            "xmpp"
          ],
          "zip_release": false
        },
        "integration_manifest": {},
        "repository_manifest": {
          "name": "Bosch thermostat",
          "content_in_root": false,
          "zip_release": false,
          "filename": null,
          "manifest": {
            "name": "Bosch thermostat",
            "domains": [
              "climate",
              "water_heater",
              "sensor"
            ],
            "homeassistant": "2021.4.0",
            "render_readme": true,
            "iot_class": [
              "Cloud Polling",
              "Cloud Push",
              "Local Polling",
              "Local Push"
            ]
          },
          "hacs": null,
          "hide_default_branch": false,
          "domains": [
            "climate",
            "water_heater",
            "sensor"
          ],
          "country": [],
          "homeassistant": "2021.4.0",
          "persistent_directory": null,
          "iot_class": [
            "Cloud Polling",
            "Cloud Push",
            "Local Polling",
            "Local Push"
          ],
          "render_readme": true
        },
        "ref": "v0.17.3",
        "paths": {
          "localpath": "/config/custom_components/bosch",
          "local": "/config/custom_components/bosch",
          "remote": "custom_components"
        }
      }
    ],
    "rate_limit": {
      "resources": {
        "core": {
          "limit": 5000,
          "used": 56,
          "remaining": 4944,
          "reset": 1644254526
        },
        "search": {
          "limit": 30,
          "used": 0,
          "remaining": 30,
          "reset": 1644254454
        },
        "graphql": {
          "limit": 5000,
          "used": 0,
          "remaining": 5000,
          "reset": 1644257994
        },
        "integration_manifest": {
          "limit": 5000,
          "used": 0,
          "remaining": 5000,
          "reset": 1644257994
        },
        "source_import": {
          "limit": 100,
          "used": 0,
          "remaining": 100,
          "reset": 1644254454
        },
        "code_scanning_upload": {
          "limit": 500,
          "used": 0,
          "remaining": 500,
          "reset": 1644257994
        },
        "actions_runner_registration": {
          "limit": 10000,
          "used": 0,
          "remaining": 10000,
          "reset": 1644257994
        },
        "scim": {
          "limit": 15000,
          "used": 0,
          "remaining": 15000,
          "reset": 1644257994
        }
      },
      "rate": {
        "limit": 5000,
        "used": 56,
        "remaining": 4944,
        "reset": 1644254526
      }
    }
  }
}
@DoDoENT DoDoENT added the issue:backend For issues with the backend/integration label Feb 7, 2022
@hacs-bot
Copy link

hacs-bot bot commented Feb 7, 2022

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 👍 reaction to the issue description. Thanks! 👍

@ludeeus ludeeus added the Missing required issue information Added to issues with missing information from the issue template label Feb 7, 2022
@ludeeus
Copy link
Member

ludeeus commented Feb 7, 2022

Add diagnostics dump as requested in the template https://hacs.xyz/docs/basic/diagnostics

@DoDoENT
Copy link
Author

DoDoENT commented Feb 7, 2022

Hi @ludeeus. Thank you for the quick response.

I've added the diagnostics dump as requested (it wasn't marked as "mandatory" in the issue template so I didn't add it in the first place - maybe it should have been marked as "mandatory"?).

@ludeeus
Copy link
Member

ludeeus commented Feb 7, 2022

It can't, as those who use YAML don't have access to it

@DoDoENT
Copy link
Author

DoDoENT commented Feb 7, 2022

OK, makes sense.

Also, I'm not sure if this is a frontend or backend issue. If I got it wrong, please reclassify the issue.

@ludeeus
Copy link
Member

ludeeus commented Feb 7, 2022

It's a backend issue.
Based on diagnostics, it's actually 2 issues 👍

@ludeeus ludeeus added Bug and removed Missing required issue information Added to issues with missing information from the issue template labels Feb 7, 2022
@ludeeus
Copy link
Member

ludeeus commented Feb 8, 2022

Until resolved, the workaround is clicking "Update information"
image

@ludeeus ludeeus added this to the next milestone Feb 16, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Mar 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue:backend For issues with the backend/integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants