Skip to content

Installing themes downloads every asset from the GitHub release #4863

@thislooksfun

Description

@thislooksfun

System Health details

System Information

version core-2025.10.1
installation_type Home Assistant Container
dev false
hassio false
docker true
container_arch armv7
user root
virtualenv false
python_version 3.13.7
os_name Linux
os_version 5.10.103-v7+
arch armv7l
timezone America/Chicago
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
HACS Data ok
GitHub API Calls Remaining 4960
Installed Version 2.0.5
Stage running
Available Repositories 2288
Downloaded Repositories 7
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Dashboards
dashboards 7
resources 3
views 3
mode storage
Network Configuration
adapters lo (disabled), eth0:0 (disabled), eth0 (enabled, default, auto), br-d59cea398214 (disabled), br-6692068430d2 (disabled), docker0 (disabled), vethbc18e6d (disabled), veth01b16bf (disabled), br-5eb88f4400f4 (disabled), veth03fc7fd (disabled)
ipv4_addresses lo (127.0.0.1/8), eth0:0 (192.168.1.12/24), eth0 (192.168.1.13/24), br-d59cea398214 (172.20.0.1/16), br-6692068430d2 (172.21.0.1/16), docker0 (172.17.0.1/16), vethbc18e6d (169.254.88.18/16), veth01b16bf (169.254.35.205/16), br-5eb88f4400f4 (172.22.0.1/16), veth03fc7fd (169.254.239.232/16)
ipv6_addresses lo (::1/128), eth0:0 (), eth0 (fd79:95a:2933:2:ba27:ebff:fe72:3092/64, 2601:447:d17e:97b8:ba27:ebff:fe72:3092/64, fe80::ba27:ebff:fe72:3092/64), br-d59cea398214 (fe80::42:b0ff:feaf:5615/64), br-6692068430d2 (fe80::42:9aff:feda:de1/64), docker0 (fe80::42:fcff:fea4:c71c/64), vethbc18e6d (fe80::a0e8:e4ff:fe37:6399/64), veth01b16bf (fe80::2cd0:cfff:fe4f:8e9d/64), br-5eb88f4400f4 (fe80::42:f4ff:fedf:5e96/64), veth03fc7fd (fe80::42c:4dff:feb0:a528/64)
announce_addresses 192.168.1.13, fd79:95a:2933:2:ba27:ebff:fe72:3092, 2601:447:d17e:97b8:ba27:ebff:fe72:3092, fe80::ba27:ebff:fe72:3092
Recorder
oldest_recorder_run September 20, 2025 at 4:11 AM
current_recorder_run October 8, 2025 at 12:28 PM
estimated_db_size 239.21 MiB
database_engine sqlite
database_version 3.49.2

Checklist

  • I'm running the newest version of HACS https://github.com/hacs/integration/releases/latest
  • I have enabled debug logging for my installation.
  • I have filled out the issue template to the best of my ability.
  • I have read https://hacs.xyz/docs/help/issues/
  • This issue is related to the backend (integration part) of HACS.
  • This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
  • This is a bug and not a feature request.
  • This issue is not a duplicate issue of currently open or issues pending release.

Describe the issue

When installing a theme, it doesn't download the one file the docs and UI says it will. Instead, it downloads every file from the release. This is either a bug in HACS where it downloads files it shouldn't, or a bug in the docs and UI that says a theme can only have a single output file. This surprised me because I wanted to release variants on a theme without clogging up the user's theme selector, but when I did so HACS downloaded every theme file, thus cluttering it up anyway. I have temporarily solved this issue for that release by bundling the themes in a zip file, but that zip file is still being downloaded, which I don't love.

Reproduction steps

  1. Install Catppuccin v2.1.0
  2. Look in the themes/catppuccin folder

It should contain just catppuccin.yaml, but instead it contains every file listed on the release.

Debug logs

2025-10-08 22:17:28.292 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hass_updates 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
2025-10-08 22:17:28.298 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
2025-10-08 22:17:35.495 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.64 seconds
2025-10-08 22:17:35.496 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.64 seconds
2025-10-08 22:17:35.496 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.64 seconds
2025-10-08 22:17:35.497 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2025-10-08 22:17:35.498 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.00 seconds
2025-10-08 22:17:35.517 INFO (MainThread) [homeassistant.setup] Setting up network
2025-10-08 22:17:35.524 INFO (MainThread) [homeassistant.setup] Setup of domain network took 0.01 seconds
2025-10-08 22:17:35.525 INFO (MainThread) [homeassistant.bootstrap] Setting up stage frontend: {'frontend'}; already set up: {}
Dependencies: {'device_automation', 'onboarding', 'file_upload', 'repairs', 'api', 'config', 'lovelace', 'auth', 'search', 'diagnostics'}; already set up: {'http', 'websocket_api', 'system_log'}
2025-10-08 22:17:35.526 INFO (MainThread) [homeassistant.setup] Setting up api
2025-10-08 22:17:35.534 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.01 seconds
2025-10-08 22:17:35.535 INFO (MainThread) [homeassistant.setup] Setting up auth
2025-10-08 22:17:35.540 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.00 seconds
2025-10-08 22:17:35.540 INFO (MainThread) [homeassistant.setup] Setting up config
2025-10-08 22:17:35.563 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.02 seconds
2025-10-08 22:17:35.564 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2025-10-08 22:17:35.565 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.00 seconds
2025-10-08 22:17:35.566 INFO (MainThread) [homeassistant.setup] Setting up diagnostics
2025-10-08 22:17:35.571 INFO (MainThread) [homeassistant.setup] Setup of domain diagnostics took 0.00 seconds
2025-10-08 22:17:35.572 INFO (MainThread) [homeassistant.setup] Setting up file_upload
2025-10-08 22:17:35.573 INFO (MainThread) [homeassistant.setup] Setup of domain file_upload took 0.00 seconds
2025-10-08 22:17:35.573 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2025-10-08 22:17:35.574 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.00 seconds
2025-10-08 22:17:35.575 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2025-10-08 22:17:35.580 INFO (MainThread) [homeassistant.setup] Setting up repairs
2025-10-08 22:17:35.585 INFO (MainThread) [homeassistant.setup] Setup of domain repairs took 0.00 seconds
2025-10-08 22:17:35.585 INFO (MainThread) [homeassistant.setup] Setting up search
2025-10-08 22:17:35.586 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.00 seconds
2025-10-08 22:17:35.597 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.02 seconds
2025-10-08 22:17:35.816 INFO (MainThread) [homeassistant.setup] Setting up frontend
2025-10-08 22:17:35.844 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.03 seconds
2025-10-08 22:17:35.870 INFO (MainThread) [homeassistant.bootstrap] Setting up stage recorder: {'recorder'}; already set up: {}
Dependencies: {}; already set up: {}
2025-10-08 22:17:35.872 INFO (MainThread) [homeassistant.setup] Setting up recorder
2025-10-08 22:17:35.880 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123
2025-10-08 22:17:35.883 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.04 seconds
2025-10-08 22:17:36.084 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.21 seconds
2025-10-08 22:17:36.085 INFO (MainThread) [homeassistant.bootstrap] Nothing to set up in stage debugger: {'debugpy'}
2025-10-08 22:17:36.086 INFO (MainThread) [homeassistant.bootstrap] Setting up stage zeroconf: {'zeroconf'}; already set up: {}
Dependencies: {}; already set up: {'network', 'http', 'websocket_api', 'api'}
2025-10-08 22:17:36.087 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2025-10-08 22:17:36.117 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2025-10-08 22:17:36.118 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.03 seconds
2025-10-08 22:17:36.119 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'cloud', 'dhcp', 'ssdp', 'usb', 'bluetooth'}; already set up: {}
Dependencies: {'wake_word', 'ffmpeg', 'conversation', 'backup', 'assist_pipeline', 'tts', 'intent', 'webhook', 'stt'}; already set up: {'http', 'repairs', 'websocket_api', 'network', 'auth'}
2025-10-08 22:17:36.122 INFO (MainThread) [homeassistant.setup] Setting up webhook
2025-10-08 22:17:36.125 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.00 seconds
2025-10-08 22:17:36.126 INFO (MainThread) [homeassistant.setup] Setting up backup
2025-10-08 22:17:36.159 INFO (MainThread) [homeassistant.setup] Setup of domain backup took 0.03 seconds
2025-10-08 22:17:36.182 INFO (MainThread) [homeassistant.setup] Setting up wake_word
2025-10-08 22:17:36.183 INFO (MainThread) [homeassistant.setup] Setup of domain wake_word took 0.00 seconds
2025-10-08 22:17:36.232 INFO (MainThread) [homeassistant.setup] Setting up stt
2025-10-08 22:17:36.234 INFO (MainThread) [homeassistant.setup] Setup of domain stt took 0.00 seconds
2025-10-08 22:17:36.330 INFO (MainThread) [homeassistant.setup] Setting up intent
2025-10-08 22:17:36.333 INFO (MainThread) [homeassistant.setup] Setup of domain intent took 0.00 seconds
2025-10-08 22:17:36.383 INFO (MainThread) [homeassistant.setup] Setting up ffmpeg
2025-10-08 22:17:36.384 INFO (MainThread) [homeassistant.setup] Setup of domain ffmpeg took 0.00 seconds
2025-10-08 22:17:47.066 INFO (MainThread) [homeassistant.setup] Setting up dhcp
2025-10-08 22:17:47.068 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.00 seconds
2025-10-08 22:17:47.611 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2025-10-08 22:17:47.638 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.03 seconds
2025-10-08 22:17:47.889 INFO (MainThread) [homeassistant.setup] Setting up usb
2025-10-08 22:17:47.890 INFO (MainThread) [homeassistant.setup] Setup of domain usb took 0.00 seconds
2025-10-08 22:17:48.889 INFO (MainThread) [homeassistant.setup] Setting up conversation
2025-10-08 22:17:48.892 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.00 seconds
2025-10-08 22:17:49.415 INFO (MainThread) [homeassistant.setup] Setting up tts
2025-10-08 22:17:49.474 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.06 seconds
2025-10-08 22:17:49.578 INFO (MainThread) [homeassistant.setup] Setting up bluetooth
2025-10-08 22:17:49.687 INFO (MainThread) [homeassistant.setup] Setting up event
2025-10-08 22:17:49.691 INFO (MainThread) [homeassistant.setup] Setup of domain event took 0.00 seconds
2025-10-08 22:17:49.693 INFO (MainThread) [homeassistant.components.event] Setting up backup.event
2025-10-08 22:17:49.723 INFO (MainThread) [homeassistant.setup] Setting up sensor
2025-10-08 22:17:49.724 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.00 seconds
2025-10-08 22:17:49.729 INFO (MainThread) [homeassistant.components.sensor] Setting up backup.sensor
2025-10-08 22:17:50.053 ERROR (MainThread) [habluetooth.manager] Missing required permissions for Bluetooth management: Missing NET_ADMIN/NET_RAW capabilities for Bluetooth management. Automatic adapter recovery is unavailable. Add NET_ADMIN and NET_RAW capabilities to the container to enable it
2025-10-08 22:17:50.062 INFO (MainThread) [homeassistant.setup] Setup of domain bluetooth took 0.48 seconds
2025-10-08 22:17:50.078 INFO (MainThread) [habluetooth.channels.bluez] Bluetooth management socket connection closed
2025-10-08 22:17:50.190 INFO (MainThread) [homeassistant.setup] Setting up assist_pipeline
2025-10-08 22:17:50.197 INFO (MainThread) [homeassistant.setup] Setup of domain assist_pipeline took 0.01 seconds
2025-10-08 22:17:53.587 INFO (MainThread) [homeassistant.setup] Setting up cloud
2025-10-08 22:17:53.598 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.01 seconds
2025-10-08 22:17:53.603 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'schedule', 'hass_updates', 'analytics', 'zwave_js', 'input_boolean', 'synology_dsm', 'esphome', 'input_button', 'zone', 'counter', 'mobile_app', 'homekit', 'script', 'application_credentials', 'input_select', 'input_text', 'version', 'utility_meter', 'group', 'system_health', 'person', 'sun', 'hacs', 'timer', 'input_number', 'go2rtc', 'default_config', 'pi_hole', 'hardware', 'scene', 'demo', 'template', 'input_datetime', 'ping', 'history_stats', 'automation', 'switch_as_x', 'tag'}; already set up: {'http', 'frontend', 'logger', 'backup', 'network', 'homeassistant'}
Dependencies: {'camera', 'blueprint', 'my', 'stream', 'energy', 'usage_prediction', 'history', 'media_source', 'logbook', 'file', 'trace', 'image_upload', 'homeassistant_alerts'}; already set up: {'ffmpeg', 'repairs', 'api', 'assist_pipeline', 'recorder', 'intent', 'dhcp', 'onboarding', 'ssdp', 'lovelace', 'bluetooth', 'persistent_notification', 'system_log', 'tts', 'diagnostics', 'wake_word', 'frontend', 'device_automation', 'file_upload', 'websocket_api', 'conversation', 'backup', 'config', 'network', 'auth', 'zeroconf', 'http', 'cloud', 'usb', 'webhook', 'search', 'stt'}
2025-10-08 22:17:53.605 INFO (MainThread) [homeassistant.setup] Setting up camera
2025-10-08 22:17:53.618 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 0.01 seconds
2025-10-08 22:17:53.621 INFO (MainThread) [homeassistant.setup] Setting up scene
2025-10-08 22:17:53.623 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene
2025-10-08 22:17:53.637 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 0.02 seconds
2025-10-08 22:17:53.641 INFO (MainThread) [homeassistant.setup] Setting up history
2025-10-08 22:17:53.643 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.00 seconds
2025-10-08 22:17:53.647 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2025-10-08 22:17:53.649 INFO (MainThread) [homeassistant.setup] Setting up stream
2025-10-08 22:17:53.653 INFO (MainThread) [homeassistant.setup] Setting up input_button
2025-10-08 22:17:53.660 INFO (MainThread) [homeassistant.setup] Setup of domain input_button took 0.01 seconds
2025-10-08 22:17:53.661 INFO (MainThread) [homeassistant.setup] Setting up zone
2025-10-08 22:17:53.667 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 0.01 seconds
2025-10-08 22:17:53.670 INFO (MainThread) [homeassistant.setup] Setting up image_upload
2025-10-08 22:17:53.677 INFO (MainThread) [homeassistant.setup] Setup of domain image_upload took 0.01 seconds
2025-10-08 22:17:53.678 INFO (MainThread) [homeassistant.setup] Setting up person
2025-10-08 22:17:53.680 INFO (MainThread) [homeassistant.setup] Setting up blueprint
2025-10-08 22:17:53.682 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.00 seconds
2025-10-08 22:17:53.683 INFO (MainThread) [homeassistant.setup] Setting up trace
2025-10-08 22:17:53.683 INFO (MainThread) [homeassistant.setup] Setup of domain trace took 0.00 seconds
2025-10-08 22:17:56.707 INFO (MainThread) [homeassistant.setup] Setting up script
2025-10-08 22:17:56.714 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.01 seconds
2025-10-08 22:17:56.720 INFO (MainThread) [homeassistant.setup] Setting up input_select
2025-10-08 22:17:56.724 INFO (MainThread) [homeassistant.setup] Setting up group
2025-10-08 22:17:56.728 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.00 seconds
2025-10-08 22:17:56.729 INFO (MainThread) [homeassistant.setup] Setting up system_health
2025-10-08 22:17:56.730 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.00 seconds
2025-10-08 22:17:56.731 INFO (MainThread) [homeassistant.setup] Setting up media_source
2025-10-08 22:17:56.737 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 0.01 seconds
2025-10-08 22:17:56.738 INFO (MainThread) [homeassistant.setup] Setting up timer
2025-10-08 22:17:56.742 INFO (MainThread) [homeassistant.setup] Setting up input_number
2025-10-08 22:17:56.753 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 0.01 seconds
2025-10-08 22:17:56.754 INFO (MainThread) [homeassistant.setup] Setting up logbook
2025-10-08 22:17:56.775 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.00 seconds
2025-10-08 22:17:56.827 INFO (MainThread) [homeassistant.setup] Setting up schedule
2025-10-08 22:17:56.838 INFO (MainThread) [homeassistant.setup] Setup of domain schedule took 0.01 seconds
2025-10-08 22:17:56.844 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 3.20 seconds
2025-10-08 22:17:56.849 INFO (MainThread) [homeassistant.setup] Setup of domain person took 3.17 seconds
2025-10-08 22:17:56.869 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 0.15 seconds
2025-10-08 22:17:56.879 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 0.14 seconds
2025-10-08 22:17:56.898 INFO (MainThread) [homeassistant.setup] Setting up version
2025-10-08 22:17:56.898 INFO (MainThread) [homeassistant.setup] Setup of domain version took 0.00 seconds
2025-10-08 22:17:57.228 INFO (MainThread) [homeassistant.setup] Setting up energy
2025-10-08 22:17:57.230 INFO (MainThread) [homeassistant.setup] Setup of domain energy took 0.00 seconds
2025-10-08 22:17:57.405 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 3.76 seconds
2025-10-08 22:18:03.946 INFO (MainThread) [homeassistant.setup] Setting up zwave_js
2025-10-08 22:18:03.964 INFO (MainThread) [homeassistant.setup] Setup of domain zwave_js took 0.02 seconds
2025-10-08 22:18:04.046 INFO (MainThread) [zwave_js_server] Connected to Home 3807143189 (Server 3.2.1, Driver 15.15.0, Using Schema 44)
2025-10-08 22:18:04.446 INFO (MainThread) [zwave_js_server] Z-Wave JS initialized. 6 nodes
2025-10-08 22:18:04.614 INFO (MainThread) [homeassistant.setup] Setting up synology_dsm
2025-10-08 22:18:04.615 INFO (MainThread) [homeassistant.setup] Setup of domain synology_dsm took 0.00 seconds
2025-10-08 22:18:04.655 INFO (MainThread) [homeassistant.setup] Setting up tag
2025-10-08 22:18:04.659 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 0.00 seconds
2025-10-08 22:18:04.707 INFO (MainThread) [homeassistant.setup] Setting up counter
2025-10-08 22:18:04.716 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 0.01 seconds
2025-10-08 22:18:04.721 INFO (SyncWorker_0) [homeassistant.loader] Loaded mqtt from homeassistant.components.mqtt
2025-10-08 22:18:04.749 INFO (MainThread) [homeassistant.setup] Setting up homeassistant_alerts
2025-10-08 22:18:04.750 INFO (MainThread) [homeassistant.setup] Setup of domain homeassistant_alerts took 0.00 seconds
2025-10-08 22:18:05.562 INFO (MainThread) [homeassistant.setup] Setting up homekit
2025-10-08 22:18:05.575 INFO (MainThread) [homeassistant.setup] Setup of domain homekit took 0.01 seconds
2025-10-08 22:18:05.597 INFO (MainThread) [homeassistant.setup] Setting up usage_prediction
2025-10-08 22:18:05.598 INFO (MainThread) [homeassistant.setup] Setup of domain usage_prediction took 0.00 seconds
2025-10-08 22:18:05.614 INFO (MainThread) [homeassistant.setup] Setting up application_credentials
2025-10-08 22:18:05.617 INFO (MainThread) [homeassistant.setup] Setup of domain application_credentials took 0.00 seconds
2025-10-08 22:18:05.645 INFO (MainThread) [homeassistant.setup] Setting up file
2025-10-08 22:18:05.646 INFO (MainThread) [homeassistant.setup] Setup of domain file took 0.00 seconds
2025-10-08 22:18:05.662 INFO (MainThread) [homeassistant.setup] Setting up input_text
2025-10-08 22:18:05.669 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 0.01 seconds
2025-10-08 22:18:05.709 INFO (MainThread) [homeassistant.setup] Setting up utility_meter
2025-10-08 22:18:05.711 INFO (MainThread) [homeassistant.setup] Setup of domain utility_meter took 0.00 seconds
2025-10-08 22:18:05.721 INFO (MainThread) [homeassistant.setup] Setting up my
2025-10-08 22:18:05.722 INFO (MainThread) [homeassistant.setup] Setup of domain my took 0.00 seconds
2025-10-08 22:18:05.741 INFO (MainThread) [homeassistant.setup] Setting up sun
2025-10-08 22:18:05.742 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.00 seconds
2025-10-08 22:18:05.757 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2025-10-08 22:18:05.762 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.00 seconds
2025-10-08 22:18:05.763 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up sun.binary_sensor
2025-10-08 22:18:05.765 INFO (MainThread) [homeassistant.components.sensor] Setting up sun.sensor
2025-10-08 22:18:06.798 INFO (MainThread) [homeassistant.setup] Setting up hacs
2025-10-08 22:18:06.798 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 0.00 seconds
2025-10-08 22:18:06.799 INFO (MainThread) [custom_components.hacs] 
-------------------------------------------------------------------
HACS (Home Assistant Community Store)

Version: 2.0.5
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
-------------------------------------------------------------------

2025-10-08 22:18:06.940 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
2025-10-08 22:18:07.624 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
2025-10-08 22:18:07.637 INFO (MainThread) [custom_components.hacs] Enable category: integration
2025-10-08 22:18:07.640 INFO (MainThread) [custom_components.hacs] Enable category: plugin
2025-10-08 22:18:07.640 INFO (MainThread) [custom_components.hacs] Enable category: template
2025-10-08 22:18:07.649 INFO (MainThread) [custom_components.hacs] Enable category: theme
2025-10-08 22:18:07.681 INFO (MainThread) [custom_components.hacs] Setting up plugin endpoint
2025-10-08 22:18:07.682 INFO (MainThread) [custom_components.hacs] <HacsFrontend> storage mode, cache for /hacsfiles/: True
2025-10-08 22:18:07.887 INFO (MainThread) [homeassistant.setup] Setting up go2rtc
2025-10-08 22:18:08.016 INFO (MainThread) [homeassistant.setup] Setting up pi_hole
2025-10-08 22:18:08.017 INFO (MainThread) [homeassistant.setup] Setup of domain pi_hole took 0.00 seconds
2025-10-08 22:18:08.104 INFO (MainThread) [homeassistant.setup] Setting up hardware
2025-10-08 22:18:08.253 ERROR (MainThread) [homeassistant.helpers.config_validation] The demo integration does not support any configuration parameters, got ['air_quality']. Please remove the configuration parameters from your configuration.
2025-10-08 22:18:08.253 INFO (MainThread) [homeassistant.setup] Setting up demo
2025-10-08 22:18:08.255 INFO (MainThread) [homeassistant.setup] Setting up image_processing
2025-10-08 22:18:08.256 INFO (MainThread) [homeassistant.setup] Setup of domain image_processing took 0.00 seconds
2025-10-08 22:18:08.258 INFO (MainThread) [homeassistant.setup] Setting up device_tracker
2025-10-08 22:18:08.261 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 0.00 seconds
2025-10-08 22:18:08.286 INFO (MainThread) [homeassistant.setup] Setup of domain demo took 0.03 seconds
2025-10-08 22:18:08.432 INFO (MainThread) [homeassistant.setup] Setup of domain go2rtc took 0.54 seconds
2025-10-08 22:18:08.664 INFO (MainThread) [homeassistant.setup] Setup of domain hardware took 0.56 seconds
2025-10-08 22:18:12.548 DEBUG (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Getting repository information
2025-10-08 22:18:13.252 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:13.252 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'immutable' for <class 'bool'>
2025-10-08 22:18:13.253 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'updated_at' for <class 'str'>
2025-10-08 22:18:13.253 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:13.253 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseAssetModel' is missing key 'digest' for <class 'str'>
2025-10-08 22:18:13.254 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:13.254 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseAssetModel' is missing key 'digest' for <class 'str'>
2025-10-08 22:18:13.254 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:13.255 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'immutable' for <class 'bool'>
2025-10-08 22:18:13.255 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'updated_at' for <class 'str'>
2025-10-08 22:18:13.255 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:13.255 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseAssetModel' is missing key 'digest' for <class 'str'>
2025-10-08 22:18:13.256 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:13.256 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'immutable' for <class 'bool'>
2025-10-08 22:18:13.256 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'updated_at' for <class 'str'>
2025-10-08 22:18:13.257 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:13.257 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseAssetModel' is missing key 'digest' for <class 'str'>
2025-10-08 22:18:13.264 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:13.264 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'immutable' for <class 'bool'>
2025-10-08 22:18:13.264 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'updated_at' for <class 'str'>
2025-10-08 22:18:13.265 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:13.265 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'immutable' for <class 'bool'>
2025-10-08 22:18:13.265 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'updated_at' for <class 'str'>
2025-10-08 22:18:13.266 DEBUG (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Running checks against v2.1.0
2025-10-08 22:18:13.550 INFO (MainThread) [homeassistant.setup] Setting up template
2025-10-08 22:18:13.558 INFO (MainThread) [homeassistant.setup] Setup of domain template took 0.01 seconds
2025-10-08 22:18:13.561 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up template.binary_sensor
2025-10-08 22:18:13.564 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up template.binary_sensor
2025-10-08 22:18:13.583 INFO (MainThread) [homeassistant.setup] Setting up input_datetime
2025-10-08 22:18:13.663 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 0.08 seconds
2025-10-08 22:18:13.810 DEBUG (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Getting documentation for version=v2.1.0,filename=README.md
2025-10-08 22:18:13.810 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/catppuccin/home-assistant/v2.1.0/README.md
2025-10-08 22:18:13.876 INFO (MainThread) [homeassistant.setup] Setting up ping
2025-10-08 22:18:13.888 INFO (MainThread) [homeassistant.setup] Setup of domain ping took 0.01 seconds
2025-10-08 22:18:13.938 INFO (MainThread) [homeassistant.setup] Setting up history_stats
2025-10-08 22:18:13.939 INFO (MainThread) [homeassistant.setup] Setup of domain history_stats took 0.00 seconds
2025-10-08 22:18:14.302 INFO (MainThread) [homeassistant.setup] Setting up switch_as_x
2025-10-08 22:18:14.303 INFO (MainThread) [homeassistant.setup] Setup of domain switch_as_x took 0.00 seconds
2025-10-08 22:18:14.307 INFO (MainThread) [homeassistant.components.sensor] Setting up history_stats.sensor
2025-10-08 22:18:14.311 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up version.binary_sensor
2025-10-08 22:18:14.311 INFO (MainThread) [homeassistant.components.sensor] Setting up version.sensor
2025-10-08 22:18:14.334 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up version.binary_sensor
2025-10-08 22:18:14.337 INFO (MainThread) [homeassistant.components.sensor] Setting up version.sensor
2025-10-08 22:18:14.340 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up version.binary_sensor
2025-10-08 22:18:14.342 INFO (MainThread) [homeassistant.components.sensor] Setting up version.sensor
2025-10-08 22:18:14.346 INFO (MainThread) [homeassistant.components.sensor] Setting up energy.sensor
2025-10-08 22:18:14.398 INFO (MainThread) [homeassistant.setup] Setting up analytics
2025-10-08 22:18:14.400 INFO (MainThread) [homeassistant.setup] Setup of domain analytics took 0.00 seconds
2025-10-08 22:18:14.661 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up zwave_js.binary_sensor
2025-10-08 22:18:14.662 INFO (MainThread) [homeassistant.setup] Setting up button
2025-10-08 22:18:14.664 INFO (MainThread) [homeassistant.setup] Setup of domain button took 0.00 seconds
2025-10-08 22:18:14.665 INFO (MainThread) [homeassistant.components.button] Setting up zwave_js.button
2025-10-08 22:18:14.668 INFO (MainThread) [homeassistant.setup] Setting up climate
2025-10-08 22:18:14.680 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.01 seconds
2025-10-08 22:18:14.686 INFO (MainThread) [homeassistant.components.climate] Setting up zwave_js.climate
2025-10-08 22:18:14.687 INFO (MainThread) [homeassistant.setup] Setting up cover
2025-10-08 22:18:14.693 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.01 seconds
2025-10-08 22:18:14.694 INFO (MainThread) [homeassistant.components.cover] Setting up zwave_js.cover
2025-10-08 22:18:14.695 INFO (MainThread) [homeassistant.components.event] Setting up zwave_js.event
2025-10-08 22:18:14.696 INFO (MainThread) [homeassistant.setup] Setting up fan
2025-10-08 22:18:14.711 INFO (MainThread) [homeassistant.setup] Setup of domain fan took 0.01 seconds
2025-10-08 22:18:14.713 INFO (MainThread) [homeassistant.components.fan] Setting up zwave_js.fan
2025-10-08 22:18:14.714 INFO (MainThread) [homeassistant.setup] Setting up humidifier
2025-10-08 22:18:14.721 INFO (MainThread) [homeassistant.setup] Setup of domain humidifier took 0.01 seconds
2025-10-08 22:18:14.723 INFO (MainThread) [homeassistant.components.humidifier] Setting up zwave_js.humidifier
2025-10-08 22:18:14.724 INFO (MainThread) [homeassistant.setup] Setting up light
2025-10-08 22:18:14.739 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.01 seconds
2025-10-08 22:18:14.740 INFO (MainThread) [homeassistant.components.light] Setting up zwave_js.light
2025-10-08 22:18:14.742 INFO (MainThread) [homeassistant.setup] Setting up lock
2025-10-08 22:18:14.743 INFO (MainThread) [homeassistant.setup] Setup of domain lock took 0.00 seconds
2025-10-08 22:18:14.744 INFO (MainThread) [homeassistant.components.lock] Setting up zwave_js.lock
2025-10-08 22:18:14.755 INFO (MainThread) [homeassistant.setup] Setting up number
2025-10-08 22:18:14.757 INFO (MainThread) [homeassistant.setup] Setup of domain number took 0.00 seconds
2025-10-08 22:18:14.758 INFO (MainThread) [homeassistant.components.number] Setting up zwave_js.number
2025-10-08 22:18:14.759 INFO (MainThread) [homeassistant.setup] Setting up select
2025-10-08 22:18:14.765 INFO (MainThread) [homeassistant.setup] Setup of domain select took 0.01 seconds
2025-10-08 22:18:14.770 INFO (MainThread) [homeassistant.components.select] Setting up zwave_js.select
2025-10-08 22:18:14.770 INFO (MainThread) [homeassistant.components.sensor] Setting up zwave_js.sensor
2025-10-08 22:18:14.773 INFO (MainThread) [homeassistant.setup] Setting up siren
2025-10-08 22:18:14.777 INFO (MainThread) [homeassistant.setup] Setup of domain siren took 0.00 seconds
2025-10-08 22:18:14.778 INFO (MainThread) [homeassistant.components.siren] Setting up zwave_js.siren
2025-10-08 22:18:14.779 INFO (MainThread) [homeassistant.setup] Setting up update
2025-10-08 22:18:14.782 INFO (MainThread) [homeassistant.setup] Setup of domain update took 0.00 seconds
2025-10-08 22:18:14.783 INFO (MainThread) [homeassistant.components.update] Setting up zwave_js.update
2025-10-08 22:18:15.129 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2025-10-08 22:18:15.131 INFO (MainThread) [homeassistant.setup] Setting up notify
2025-10-08 22:18:15.134 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.00 seconds
2025-10-08 22:18:15.136 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.01 seconds
2025-10-08 22:18:15.138 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up mobile_app.binary_sensor
2025-10-08 22:18:15.139 INFO (MainThread) [homeassistant.components.device_tracker] Setting up mobile_app.device_tracker
2025-10-08 22:18:15.142 INFO (MainThread) [homeassistant.components.sensor] Setting up mobile_app.sensor
2025-10-08 22:18:15.158 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up mobile_app.binary_sensor
2025-10-08 22:18:15.161 INFO (MainThread) [homeassistant.components.device_tracker] Setting up mobile_app.device_tracker
2025-10-08 22:18:15.163 INFO (MainThread) [homeassistant.components.sensor] Setting up mobile_app.sensor
2025-10-08 22:18:15.200 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up mobile_app.binary_sensor
2025-10-08 22:18:15.204 INFO (MainThread) [homeassistant.components.device_tracker] Setting up mobile_app.device_tracker
2025-10-08 22:18:15.206 INFO (MainThread) [homeassistant.components.sensor] Setting up mobile_app.sensor
2025-10-08 22:18:15.227 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2025-10-08 22:18:15.229 INFO (MainThread) [homeassistant.setup] Setting up default_config
2025-10-08 22:18:15.229 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.00 seconds
2025-10-08 22:18:15.448 INFO (MainThread) [custom_components.hacs] Starting download, v2.1.0
2025-10-08 22:18:15.453 INFO (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Running pre installation steps
2025-10-08 22:18:15.453 INFO (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Pre installation steps completed
2025-10-08 22:18:15.453 INFO (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Running installation steps
2025-10-08 22:18:15.453 DEBUG (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Getting repository information
2025-10-08 22:18:16.652 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:16.654 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'immutable' for <class 'bool'>
2025-10-08 22:18:16.654 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'updated_at' for <class 'str'>
2025-10-08 22:18:16.655 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:16.655 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseAssetModel' is missing key 'digest' for <class 'str'>
2025-10-08 22:18:16.655 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:16.656 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseAssetModel' is missing key 'digest' for <class 'str'>
2025-10-08 22:18:16.656 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:16.656 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'immutable' for <class 'bool'>
2025-10-08 22:18:16.656 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'updated_at' for <class 'str'>
2025-10-08 22:18:16.657 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:16.657 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseAssetModel' is missing key 'digest' for <class 'str'>
2025-10-08 22:18:16.657 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:16.658 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'immutable' for <class 'bool'>
2025-10-08 22:18:16.658 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'updated_at' for <class 'str'>
2025-10-08 22:18:16.658 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:16.659 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseAssetModel' is missing key 'digest' for <class 'str'>
2025-10-08 22:18:16.659 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:16.674 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'immutable' for <class 'bool'>
2025-10-08 22:18:16.675 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'updated_at' for <class 'str'>
2025-10-08 22:18:16.675 DEBUG (MainThread) [aiogithubapi] 'GitHubBaseUserModel' is missing key 'user_view_type' for <class 'str'>
2025-10-08 22:18:16.676 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'immutable' for <class 'bool'>
2025-10-08 22:18:16.676 DEBUG (MainThread) [aiogithubapi] 'GitHubReleaseModel' is missing key 'updated_at' for <class 'str'>
2025-10-08 22:18:16.677 DEBUG (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Running checks against v2.1.0
2025-10-08 22:18:17.355 DEBUG (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Getting documentation for version=v2.1.0,filename=README.md
2025-10-08 22:18:17.355 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/catppuccin/home-assistant/v2.1.0/README.md
2025-10-08 22:18:17.682 DEBUG (SyncWorker_4) [custom_components.hacs] Backup for /config/themes/catppuccin, created in /tmp/hacs_backup/catppuccin
2025-10-08 22:18:17.685 DEBUG (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Local path is set to /config/themes/catppuccin
2025-10-08 22:18:17.685 DEBUG (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Remote path is set to themes
2025-10-08 22:18:17.685 DEBUG (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Version to install: v2.1.0
2025-10-08 22:18:17.686 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Checking out tasks to execute
2025-10-08 22:18:17.686 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Starting queue execution for 2 tasks
2025-10-08 22:18:17.801 DEBUG (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Downloading catppuccin-accents.zip
2025-10-08 22:18:17.801 DEBUG (MainThread) [custom_components.hacs] Trying to download https://github.com/catppuccin/home-assistant/releases/download/v2.1.0/catppuccin-accents.zip
2025-10-08 22:18:17.803 DEBUG (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Downloading catppuccin.yaml
2025-10-08 22:18:17.804 DEBUG (MainThread) [custom_components.hacs] Trying to download https://github.com/catppuccin/home-assistant/releases/download/v2.1.0/catppuccin.yaml
2025-10-08 22:18:18.722 INFO (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Download of catppuccin-accents.zip completed
2025-10-08 22:18:18.735 INFO (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Download of catppuccin.yaml completed
2025-10-08 22:18:19.253 INFO (MainThread) [homeassistant.setup] Setting up esphome
2025-10-08 22:18:19.256 INFO (MainThread) [homeassistant.setup] Setup of domain esphome took 0.00 seconds
2025-10-08 22:18:19.281 INFO (MainThread) [homeassistant.components.sensor] Setting up utility_meter.sensor
2025-10-08 22:18:19.344 INFO (MainThread) [homeassistant.components.update] Setting up hacs.update
2025-10-08 22:18:19.381 INFO (MainThread) [homeassistant.components.image_processing] Setting up demo.image_processing
2025-10-08 22:18:19.390 INFO (MainThread) [homeassistant.components.device_tracker] Setting up demo.device_tracker
2025-10-08 22:18:19.631 INFO (MainThread) [homeassistant.setup] Setting up air_quality
2025-10-08 22:18:19.635 INFO (MainThread) [homeassistant.setup] Setup of domain air_quality took 0.00 seconds
2025-10-08 22:18:19.638 INFO (MainThread) [homeassistant.components.air_quality] Setting up demo.air_quality
2025-10-08 22:18:19.643 INFO (MainThread) [homeassistant.setup] Setting up alarm_control_panel
2025-10-08 22:18:19.646 INFO (MainThread) [homeassistant.setup] Setup of domain alarm_control_panel took 0.00 seconds
2025-10-08 22:18:19.648 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up demo.alarm_control_panel
2025-10-08 22:18:19.651 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up demo.binary_sensor
2025-10-08 22:18:19.654 INFO (MainThread) [homeassistant.components.button] Setting up demo.button
2025-10-08 22:18:19.657 INFO (MainThread) [homeassistant.components.camera] Setting up demo.camera
2025-10-08 22:18:19.661 INFO (MainThread) [homeassistant.setup] Setting up calendar
2025-10-08 22:18:19.666 INFO (MainThread) [homeassistant.setup] Setup of domain calendar took 0.00 seconds
2025-10-08 22:18:19.667 INFO (MainThread) [homeassistant.components.calendar] Setting up demo.calendar
2025-10-08 22:18:19.673 INFO (MainThread) [homeassistant.components.climate] Setting up demo.climate
2025-10-08 22:18:19.686 INFO (MainThread) [homeassistant.components.cover] Setting up demo.cover
2025-10-08 22:18:19.694 INFO (MainThread) [homeassistant.setup] Setting up date
2025-10-08 22:18:19.698 INFO (MainThread) [homeassistant.setup] Setup of domain date took 0.00 seconds
2025-10-08 22:18:19.699 INFO (MainThread) [homeassistant.components.date] Setting up demo.date
2025-10-08 22:18:19.701 INFO (MainThread) [homeassistant.setup] Setting up datetime
2025-10-08 22:18:19.705 INFO (MainThread) [homeassistant.setup] Setup of domain datetime took 0.00 seconds
2025-10-08 22:18:19.706 INFO (MainThread) [homeassistant.components.datetime] Setting up demo.datetime
2025-10-08 22:18:19.708 INFO (MainThread) [homeassistant.components.event] Setting up demo.event
2025-10-08 22:18:19.711 INFO (MainThread) [homeassistant.components.fan] Setting up demo.fan
2025-10-08 22:18:19.718 INFO (MainThread) [homeassistant.components.humidifier] Setting up demo.humidifier
2025-10-08 22:18:19.725 INFO (MainThread) [homeassistant.components.light] Setting up demo.light
2025-10-08 22:18:19.734 INFO (MainThread) [homeassistant.components.lock] Setting up demo.lock
2025-10-08 22:18:19.739 INFO (MainThread) [homeassistant.setup] Setting up media_player
2025-10-08 22:18:19.780 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.04 seconds
2025-10-08 22:18:19.782 INFO (MainThread) [homeassistant.components.media_player] Setting up demo.media_player
2025-10-08 22:18:19.792 INFO (MainThread) [homeassistant.components.notify] Setting up demo.notify
2025-10-08 22:18:19.795 INFO (MainThread) [homeassistant.components.number] Setting up demo.number
2025-10-08 22:18:19.802 INFO (MainThread) [homeassistant.components.select] Setting up demo.select
2025-10-08 22:18:19.806 INFO (MainThread) [homeassistant.components.sensor] Setting up demo.sensor
2025-10-08 22:18:19.825 INFO (MainThread) [homeassistant.components.siren] Setting up demo.siren
2025-10-08 22:18:19.828 INFO (MainThread) [homeassistant.components.stt] Setting up demo.stt
2025-10-08 22:18:19.831 INFO (MainThread) [homeassistant.setup] Setting up text
2025-10-08 22:18:19.834 INFO (MainThread) [homeassistant.setup] Setup of domain text took 0.00 seconds
2025-10-08 22:18:19.835 INFO (MainThread) [homeassistant.components.text] Setting up demo.text
2025-10-08 22:18:19.842 INFO (MainThread) [homeassistant.setup] Setting up time
2025-10-08 22:18:19.847 INFO (MainThread) [homeassistant.setup] Setup of domain time took 0.00 seconds
2025-10-08 22:18:19.848 INFO (MainThread) [homeassistant.components.time] Setting up demo.time
2025-10-08 22:18:19.850 INFO (MainThread) [homeassistant.components.update] Setting up demo.update
2025-10-08 22:18:19.859 INFO (MainThread) [homeassistant.setup] Setting up vacuum
2025-10-08 22:18:19.866 INFO (MainThread) [homeassistant.setup] Setup of domain vacuum took 0.01 seconds
2025-10-08 22:18:19.867 INFO (MainThread) [homeassistant.components.vacuum] Setting up demo.vacuum
2025-10-08 22:18:19.874 INFO (MainThread) [homeassistant.setup] Setting up valve
2025-10-08 22:18:19.877 INFO (MainThread) [homeassistant.setup] Setup of domain valve took 0.00 seconds
2025-10-08 22:18:19.879 INFO (MainThread) [homeassistant.components.valve] Setting up demo.valve
2025-10-08 22:18:19.882 INFO (MainThread) [homeassistant.setup] Setting up water_heater
2025-10-08 22:18:19.892 INFO (MainThread) [homeassistant.setup] Setup of domain water_heater took 0.01 seconds
2025-10-08 22:18:19.893 INFO (MainThread) [homeassistant.components.water_heater] Setting up demo.water_heater
2025-10-08 22:18:19.897 INFO (MainThread) [homeassistant.setup] Setting up weather
2025-10-08 22:18:19.904 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.01 seconds
2025-10-08 22:18:19.905 INFO (MainThread) [homeassistant.components.weather] Setting up demo.weather
2025-10-08 22:18:19.975 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up pi_hole.binary_sensor
2025-10-08 22:18:19.982 INFO (MainThread) [homeassistant.components.sensor] Setting up pi_hole.sensor
2025-10-08 22:18:19.995 INFO (MainThread) [homeassistant.components.update] Setting up pi_hole.update
2025-10-08 22:18:20.016 DEBUG (MainThread) [custom_components.hacs] <QueueManager> Queue execution finished for 2 tasks finished in 2.22 seconds
2025-10-08 22:18:20.034 DEBUG (SyncWorker_2) [custom_components.hacs] Backup dir /tmp/hacs_backup/ cleared
2025-10-08 22:18:20.041 INFO (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Installation steps completed
2025-10-08 22:18:20.041 INFO (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Running post installation steps
2025-10-08 22:18:20.042 DEBUG (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Reloading frontend themes
2025-10-08 22:18:20.043 INFO (MainThread) [custom_components.hacs] <Theme catppuccin/home-assistant> Post installation steps completed
2025-10-08 22:18:20.044 DEBUG (MainThread) [custom_components.hacs] <HacsData async_write> Saving data
2025-10-08 22:18:20.059 INFO (MainThread) [homeassistant.components.light] Setting up switch_as_x.light
2025-10-08 22:18:20.071 INFO (MainThread) [homeassistant.components.light] Setting up switch_as_x.light
2025-10-08 22:18:20.246 INFO (MainThread) [homeassistant.components.fan] Setting up switch_as_x.fan
2025-10-08 22:18:20.570 INFO (MainThread) [homeassistant.setup] Setting up hass_updates
2025-10-08 22:18:20.571 INFO (MainThread) [homeassistant.setup] Setup of domain hass_updates took 0.00 seconds
2025-10-08 22:18:20.571 INFO (MainThread) [hass_updates] Setting up async entry
2025-10-08 22:18:20.604 INFO (MainThread) [homeassistant.setup] Setting up switch
2025-10-08 22:18:20.606 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.00 seconds
2025-10-08 22:18:20.607 INFO (MainThread) [homeassistant.components.switch] Setting up zwave_js.switch
2025-10-08 22:18:20.639 INFO (MainThread) [homeassistant.components.switch] Setting up hacs.switch
2025-10-08 22:18:20.656 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.hacs entity: switch.catppuccin_theme_pre_release
2025-10-08 22:18:20.660 INFO (MainThread) [homeassistant.components.switch] Setting up demo.switch
2025-10-08 22:18:20.663 INFO (MainThread) [homeassistant.components.switch] Setting up pi_hole.switch
2025-10-08 22:18:20.705 INFO (MainThread) [custom_components.hacs] Stage changed: setup
2025-10-08 22:18:20.708 INFO (MainThread) [custom_components.hacs] Stage changed: waiting
2025-10-08 22:18:20.708 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
2025-10-08 22:18:20.962 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up ping.binary_sensor
2025-10-08 22:18:20.972 INFO (MainThread) [homeassistant.components.device_tracker] Setting up ping.device_tracker
2025-10-08 22:18:20.974 INFO (MainThread) [homeassistant.components.sensor] Setting up ping.sensor
2025-10-08 22:18:21.325 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up ping.binary_sensor
2025-10-08 22:18:21.329 INFO (MainThread) [homeassistant.components.device_tracker] Setting up ping.device_tracker
2025-10-08 22:18:21.353 INFO (MainThread) [homeassistant.components.sensor] Setting up ping.sensor
2025-10-08 22:18:21.980 INFO (MainThread) [homeassistant.components.button] Setting up esphome.button
2025-10-08 22:18:21.981 INFO (MainThread) [homeassistant.components.select] Setting up esphome.select
2025-10-08 22:18:21.981 INFO (MainThread) [homeassistant.components.switch] Setting up esphome.switch
2025-10-08 22:18:21.982 INFO (MainThread) [homeassistant.components.light] Setting up esphome.light
2025-10-08 22:18:21.983 INFO (MainThread) [homeassistant.components.sensor] Setting up esphome.sensor
2025-10-08 22:18:21.986 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up esphome.binary_sensor
2025-10-08 22:18:21.987 INFO (MainThread) [homeassistant.components.update] Setting up esphome.update
2025-10-08 22:18:21.987 INFO (MainThread) [homeassistant.components.number] Setting up esphome.number
2025-10-08 22:18:22.057 INFO (MainThread) [aioesphomeapi.reconnect_logic] Successfully resolved everything-presence-one-a8c88c @ 192.168.1.206 in 0.000s
2025-10-08 22:18:22.087 INFO (MainThread) [homeassistant.components.update] Setting up hass_updates.update
2025-10-08 22:18:22.087 INFO (MainThread) [hass_updates] Setting up entry
2025-10-08 22:18:22.087 INFO (MainThread) [hass_updates] Creating update entity
2025-10-08 22:18:22.088 INFO (MainThread) [hass_updates] Getting currently installed version
2025-10-08 22:18:22.089 INFO (MainThread) [hass_updates] Found current version: 2025.10.1
2025-10-08 22:18:22.089 INFO (MainThread) [hass_updates] Getting latest version
2025-10-08 22:18:22.089 INFO (MainThread) [hass_updates] Found latest version: 2025.10.1
2025-10-08 22:18:22.089 INFO (MainThread) [hass_updates] Getting currently installed version
2025-10-08 22:18:22.089 INFO (MainThread) [hass_updates] Found current version: 2025.10.1
2025-10-08 22:18:22.089 INFO (MainThread) [hass_updates] Getting latest version
2025-10-08 22:18:22.090 INFO (MainThread) [hass_updates] Found latest version: 2025.10.1
2025-10-08 22:18:22.090 INFO (MainThread) [hass_updates] Getting release note URL
2025-10-08 22:18:22.202 INFO (MainThread) [homeassistant.setup] Setting up automation
2025-10-08 22:18:22.230 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.03 seconds
2025-10-08 22:18:22.439 INFO (MainThread) [aioesphomeapi.reconnect_logic] Successfully connected to everything-presence-one-a8c88c @ 192.168.1.206 in 0.382s
2025-10-08 22:18:22.616 INFO (MainThread) [aioesphomeapi.reconnect_logic] Successful handshake with everything-presence-one-a8c88c @ 192.168.1.206 in 0.177s
2025-10-08 22:18:34.538 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up synology_dsm.binary_sensor
2025-10-08 22:18:34.549 INFO (MainThread) [homeassistant.components.button] Setting up synology_dsm.button
2025-10-08 22:18:34.552 INFO (MainThread) [homeassistant.components.camera] Setting up synology_dsm.camera
2025-10-08 22:18:34.553 INFO (MainThread) [homeassistant.components.sensor] Setting up synology_dsm.sensor
2025-10-08 22:18:34.602 INFO (MainThread) [homeassistant.components.switch] Setting up synology_dsm.switch
2025-10-08 22:18:34.603 INFO (MainThread) [homeassistant.components.update] Setting up synology_dsm.update
2025-10-08 22:18:34.614 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 66.33s
2025-10-08 22:18:34.617 INFO (MainThread) [homeassistant.core] Starting Home Assistant 2025.10.1
2025-10-08 22:18:34.650 INFO (MainThread) [custom_components.hacs] Stage changed: startup
2025-10-08 22:18:34.661 DEBUG (MainThread) [custom_components.hacs] There are 6 scheduled recurring tasks
2025-10-08 22:18:34.662 INFO (MainThread) [custom_components.hacs] Loading removed repositories
2025-10-08 22:18:34.888 INFO (MainThread) [custom_components.hacs] Loading known repositories
2025-10-08 22:18:34.890 DEBUG (MainThread) [custom_components.hacs] Fetching updated content for integration
2025-10-08 22:18:34.895 DEBUG (MainThread) [custom_components.hacs] Fetching updated content for template
2025-10-08 22:18:34.897 DEBUG (MainThread) [custom_components.hacs] Fetching updated content for plugin
2025-10-08 22:18:34.901 DEBUG (MainThread) [custom_components.hacs] Fetching updated content for theme
2025-10-08 22:18:35.889 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/sensor.plex_recently_added> Unregister stale custom repository
2025-10-08 22:18:35.889 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/sensor.radarr_upcoming_media> Unregister stale custom repository
2025-10-08 22:18:35.889 DEBUG (MainThread) [custom_components.hacs] <Integration custom-components/sensor.sonarr_upcoming_media> Unregister stale custom repository
2025-10-08 22:18:35.889 DEBUG (MainThread) [custom_components.hacs] <Integration KoljaWindeler/kaco> Unregister stale custom repository
2025-10-08 22:18:36.318 DEBUG (MainThread) [custom_components.hacs] <Plugin custom-cards/upcoming-media-card> Unregister stale custom repository
2025-10-08 22:18:36.341 INFO (MainThread) [custom_components.hacs] Stage changed: running
2025-10-08 22:18:36.377 DEBUG (MainThread) [custom_components.hacs] <QueueManager> The queue is empty
2025-10-08 22:18:36.382 DEBUG (MainThread) [custom_components.hacs] <HACSStore async_save_to_store> Did not store data for 'hacs.critical'. Content did not change
2025-10-08 22:18:36.382 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
2025-10-08 22:18:36.395 WARNING (MainThread) [homeassistant.components.ssdp.server] Could not set up UPnP/SSDP server, as a presentation URL could not be determined; Please configure your internal URL in the Home Assistant general configuration
2025-10-08 22:18:36.410 INFO (MainThread) [homeassistant.components.frontend] Theme Catppuccin Auto Latte Mocha set as default light theme
2025-10-08 22:18:36.474 INFO (SyncWorker_1) [homeassistant.loader] Loaded apple_tv from homeassistant.components.apple_tv
2025-10-08 22:18:38.092 INFO (MainThread) [pyhap.accessory_driver] Starting accessory HASS Bridge SNCU on addresses ['192.168.1.13', 'fd79:95a:2933:2:ba27:ebff:fe72:3092', '2601:447:d17e:97b8:ba27:ebff:fe72:3092', 'fe80::ba27:ebff:fe72:3092'], port 51828.
2025-10-08 22:18:38.307 INFO (MainThread) [homeassistant.components.zwave_js.services] Queued command to bulk set partials for configuration parameter 8 on Node Node(node_id=5)
2025-10-08 22:18:38.307 INFO (MainThread) [homeassistant.components.zwave_js.services] Queued command to bulk set partials for configuration parameter 8 on Node Node(node_id=7)
2025-10-08 22:18:38.663 INFO (MainThread) [pyhap.hap_protocol] ('192.168.1.69', 49277): Connection made to HASS Bridge SNCU
2025-10-08 22:18:41.184 INFO (SyncWorker_7) [homeassistant.loader] Loaded ipp from homeassistant.components.ipp
2025-10-08 22:18:42.683 INFO (SyncWorker_3) [homeassistant.loader] Loaded homekit_controller from homeassistant.components.homekit_controller
2025-10-08 22:18:42.751 INFO (SyncWorker_5) [homeassistant.loader] Loaded bluetooth_adapters from homeassistant.components.bluetooth_adapters
2025-10-08 22:18:42.772 INFO (SyncWorker_4) [homeassistant.loader] Loaded shelly from homeassistant.components.shelly
2025-10-08 22:18:42.883 INFO (SyncWorker_0) [homeassistant.loader] Loaded ruuvi_gateway from homeassistant.components.ruuvi_gateway

Diagnostics dump

config_entry-hacs-b52e198476570cef325f5341eddd4fbf.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions