Lovelace theme background images not showing after updating
See original GitHub issueInstallation details
Description | Value |
---|---|
HACS version | 1.6.2 |
Home Assistant version | 0.118.0 |
Installation method for HA | VM using the provided VMDK file |
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/issues
- This issue is related to the backend of HACS.
- This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
Describe the issue
Have HA running on a VM deployed using the provided VMDK file. Updated HA to 0.118.0 and OS to 4.17, while I still had HACS 1.6.0 installed. After updating HA and OS, I realized HACS was missing from the left hand-side bar. Removed the /config/custom_components/hacs folder, downloaded the latest hacs.zip file and unzipped it to /config/custom_components/ Restarted HA. All works fine, but the background images on Lovelace themes are not being displayed. Tried reinstalling HACS from the GUI, uninstalling themes and reinstalling them… not to avail. These images were showing before the updates. I think it may be related to the /hacsfiles/ endpoint, how can I verify it is created?
Steps to reproduce
- Update HA to 0.118.0 and OS to 4.17, while still having HACS 1.6.0 installed.
- Remove the /config/custom_components/hacs folder, download the latest hacs.zip file and unzip it to /config/custom_components/
- Restart HA.
- Background images (and possible more things) on Lovelace themes won’t be displayed.
Debug logs
Logs
2020-11-20 00:23:15 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up recorder
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up http
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up system_log
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'lovelace', 'auth', 'system_log', 'frontend', 'device_automation', 'api', 'search', 'onboarding', 'webhook', 'http', 'person', 'image', 'alexa', 'websocket_api', 'hassio', 'cloud', 'config'}
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up auth
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up api
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up webhook
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up alexa
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain alexa took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up hassio
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up config
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.2 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up image
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up search
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.2 seconds
2020-11-20 00:23:16 INFO (SyncWorker_1) [homeassistant.loader] Loaded google_assistant from homeassistant.components.google_assistant
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain image took 0.0 seconds
2020-11-20 00:23:16 INFO (SyncWorker_4) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up person
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up cloud
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.4 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.0 seconds
2020-11-20 00:23:16 INFO (SyncWorker_0) [homeassistant.loader] Loaded device_tracker from homeassistant.components.device_tracker
2020-11-20 00:23:16 INFO (SyncWorker_0) [homeassistant.loader] Loaded panel_custom from homeassistant.components.panel_custom
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up frontend
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 0.5 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'automation', 'mobile_app', 'met', 'updater', 'badnest', 'counter', 'script', 'scene', 'input_boolean', 'timer', 'broadlink', 'system_health', 'tts', 'input_datetime', 'camera', 'media_source', 'sonoff', 'switch', 'sensor', 'notify', 'tag', 'input_select', 'input_number', 'map', 'climate', 'ssdp', 'sun', 'zone', 'history', 'telegram_bot', 'tuya', 'hacs', 'input_text', 'zeroconf', 'blueprint', 'logbook', 'cast', 'default_config', 'persistent_notification', 'group'}
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up met
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up updater
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up badnest
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up counter
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up scene
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up timer
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up broadlink
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain broadlink took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up system_health
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up input_datetime
2020-11-20 00:23:16 INFO (SyncWorker_3) [homeassistant.loader] Loaded generic from homeassistant.components.generic
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up media_source
2020-11-20 00:23:16 WARNING (MainThread) [homeassistant.components.broadlink.switch] The 'host' option is deprecated, please remove it from your configuration
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up switch
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up tag
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up input_select
2020-11-20 00:23:16 INFO (SyncWorker_4) [homeassistant.loader] Loaded filesize from homeassistant.components.filesize
2020-11-20 00:23:16 INFO (SyncWorker_4) [homeassistant.loader] Loaded telegram from homeassistant.components.telegram
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up input_number
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up map
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up climate
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds
2020-11-20 00:23:16 INFO (MainThread) [homeassistant.setup] Setting up sun
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up zone
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up history
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up tuya
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain tuya took 0.0 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up input_text
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up blueprint
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.0 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up logbook
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up group
2020-11-20 00:23:17 INFO (SyncWorker_3) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up camera
2020-11-20 00:23:17 INFO (SyncWorker_3) [homeassistant.loader] Loaded systemmonitor from homeassistant.components.systemmonitor
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up script
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 0.3 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.3 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 0.3 seconds
2020-11-20 00:23:17 INFO (SyncWorker_0) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up telegram_bot
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.telegram_bot] Setting up telegram_bot.polling
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain telegram_bot took 0.0 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up hacs
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 0.0 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.2 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.2 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 0.4 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 0.4 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 0.3 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 0.3 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 0.4 seconds
2020-11-20 00:23:17 INFO (SyncWorker_0) [homeassistant.loader] Loaded uptime from homeassistant.components.uptime
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up tts
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.2 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.1 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up notify
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 0.2 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up sensor
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.notify] Setting up notify.telegram
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.camera] Setting up camera.generic
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.updater
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.filesize
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.systemmonitor
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.uptime
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.1 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 0.5 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up sonoff
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 0.4 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 0.4 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up automation
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 0.3 seconds
2020-11-20 00:23:17 DEBUG (MainThread) [custom_components.hacs] Configuration type: flow
2020-11-20 00:23:17 INFO (MainThread) [custom_components.hacs]
-------------------------------------------------------------------
HACS (Home Assistant Community Store)
Version: 1.6.2
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/hacs/integration/issues
-------------------------------------------------------------------
2020-11-20 00:23:17 INFO (MainThread) [custom_components.hacs] Setup task HacsSetupTask.WEBSOCKET
2020-11-20 00:23:17 INFO (MainThread) [custom_components.hacs] Setup task HacsSetupTask.FRONTEND
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.1 seconds
2020-11-20 00:23:17 INFO (MainThread) [custom_components.hacs] Setup task HacsSetupTask.CATEGORIES
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.0 seconds
2020-11-20 00:23:17 INFO (SyncWorker_6) [homeassistant.loader] Loaded plex from homeassistant.components.plex
2020-11-20 00:23:17 INFO (SyncWorker_3) [homeassistant.loader] Loaded sonos from homeassistant.components.sonos
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.0 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up device_tracker
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up cast
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain cast took 0.0 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 0.0 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up default_config
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Battery Level because it's disabled
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Battery State because it's disabled
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Charger Type because it's disabled
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Battery Health because it's disabled
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.sensor] Not adding entity Phone State because it's disabled
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.binary_sensor] Not adding entity Is Charging because it's disabled
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.sensor] Not adding entity because it's disabled
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.sensor] Not adding entity because it's disabled
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.sensor] Not adding entity because it's disabled
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.sensor] Not adding entity because it's disabled
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.binary_sensor] Not adding entity because it's disabled
2020-11-20 00:23:17 INFO (SyncWorker_0) [homeassistant.loader] Loaded stream from homeassistant.components.stream
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setting up media_player
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.0 seconds
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.device_tracker] Not adding entity because it's disabled
2020-11-20 00:23:17 INFO (MainThread) [homeassistant.components.device_tracker] Not adding entity because it's disabled
2020-11-20 00:23:18 INFO (MainThread) [homeassistant.components.updater] Submitted analytics to Home Assistant servers. Information submitted includes {}
2020-11-20 00:23:18 INFO (MainThread) [homeassistant.setup] Setting up stream
2020-11-20 00:23:18 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds
2020-11-20 00:23:18 INFO (SyncWorker_6) [homeassistant.loader] Loaded weather from homeassistant.components.weather
2020-11-20 00:23:18 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.4 seconds
2020-11-20 00:23:18 INFO (MainThread) [homeassistant.setup] Setting up weather
2020-11-20 00:23:18 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds
2020-11-20 00:23:18 INFO (MainThread) [homeassistant.components.weather] Setting up weather.met
2020-11-20 00:23:18 INFO (MainThread) [homeassistant.components.weather] Not adding entity Home Hourly because it's disabled
2020-11-20 00:23:18 DEBUG (MainThread) [custom_components.hacs] Can update 442 repositories
2020-11-20 00:23:18 INFO (MainThread) [custom_components.hacs] Setup task HacsSetupTask.HACS_REPO
2020-11-20 00:23:18 DEBUG (MainThread) [custom_components.hacs.repository.integration.hacs.integration] Checking repository.
2020-11-20 00:23:18 INFO (SyncWorker_0) [pychromecast] Querying device status
2020-11-20 00:23:18 DEBUG (MainThread) [custom_components.hacs.repository.integration.hacs.integration] Running checks against 1.6.2
2020-11-20 00:23:18 INFO (MainThread) [homeassistant.components.tuya] Tuya discovery device poll interval set to 605 seconds
2020-11-20 00:23:18 INFO (MainThread) [homeassistant.components.tuya] Tuya query device poll interval set to 120 seconds
2020-11-20 00:23:18 INFO (SyncWorker_6) [homeassistant.loader] Loaded light from homeassistant.components.light
2020-11-20 00:23:18 INFO (MainThread) [homeassistant.components.switch] Setting up switch.tuya
2020-11-20 00:23:18 INFO (MainThread) [homeassistant.setup] Setting up light
2020-11-20 00:23:18 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.0 seconds
2020-11-20 00:23:18 INFO (MainThread) [homeassistant.components.light] Setting up light.tuya
2020-11-20 00:23:19 DEBUG (MainThread) [custom_components.hacs.repository.integration.hacs.integration] All (0) checks passed
2020-11-20 00:23:19 INFO (MainThread) [custom_components.hacs.repository.integration.hacs.integration] Registration completed
2020-11-20 00:23:19 INFO (MainThread) [custom_components.hacs.data] Restore started
2020-11-20 00:23:19 DEBUG (MainThread) [queueman.manager] Checking out tasks to execute
2020-11-20 00:23:19 DEBUG (MainThread) [queueman.manager] Starting queue execution for 654 tasks
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.setup] Setup of domain sonoff took 2.7 seconds
2020-11-20 00:23:20 INFO (SyncWorker_9) [homeassistant.loader] Loaded remote from homeassistant.components.remote
2020-11-20 00:23:20 INFO (SyncWorker_9) [homeassistant.loader] Loaded cover from homeassistant.components.cover
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.switch] Setting up switch.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.switch] Setting up switch.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.switch] Setting up switch.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.switch] Setting up switch.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.switch] Setting up switch.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.switch] Setting up switch.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.switch] Setting up switch.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.switch] Setting up switch.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.switch] Setting up switch.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.switch] Setting up switch.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.switch] Setting up switch.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.setup] Setting up remote
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.setup] Setup of domain remote took 0.0 seconds
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.setup] Setting up cover
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.0 seconds
2020-11-20 00:23:20 DEBUG (MainThread) [queueman.manager] Queue execution finished for 654 tasks finished in 0.48 seconds
2020-11-20 00:23:20 INFO (MainThread) [custom_components.hacs.data] Restore done
2020-11-20 00:23:20 INFO (MainThread) [custom_components.hacs] Setup task HacsSetupTask.SENSOR
2020-11-20 00:23:20 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING
2020-11-20 00:23:20 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.remote] Setting up remote.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.cover] Setting up cover.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.cover] Setting up cover.sonoff
2020-11-20 00:23:20 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
2020-11-20 00:23:22 INFO (MainThread) [homeassistant.components.switch] Setting up switch.broadlink
2020-11-20 00:23:22 INFO (MainThread) [homeassistant.components.remote] Setting up remote.broadlink
2020-11-20 00:23:22 INFO (MainThread) [homeassistant.components.switch] Setting up switch.broadlink
2020-11-20 00:23:22 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.broadlink
2020-11-20 00:23:22 ERROR (SyncWorker_29) [homeassistant.util.json] Could not parse JSON content: /config/.storage/broadlink_remote_c8f74216cd9c_codes
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/util/json.py", line 32, in load_json
return json.loads(fdesc.read()) # type: ignore
File "/usr/local/lib/python3.8/json/__init__.py", line 357, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.8/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 2 column 1 (char 2)
2020-11-20 00:23:22 ERROR (MainThread) [homeassistant.components.broadlink.remote] Failed to create 'Remote' entity: Storage error
2020-11-20 00:23:25 INFO (MainThread) [homeassistant.setup] Setup of domain badnest took 8.5 seconds
2020-11-20 00:23:25 INFO (MainThread) [homeassistant.components.climate] Setting up climate.badnest
2020-11-20 00:23:25 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.badnest
2020-11-20 00:23:25 INFO (MainThread) [custom_components.badnest.climate] Adding thermostats
2020-11-20 00:23:25 INFO (MainThread) [custom_components.badnest.climate] Adding nest thermostat uuid: 09AA01RC4919003G
2020-11-20 00:23:25 INFO (MainThread) [custom_components.badnest.sensor] Adding temperature sensors
2020-11-20 00:23:25 INFO (MainThread) [custom_components.badnest.sensor] Adding nest temp sensor uuid: 09AA01RC4919003G
2020-11-20 00:23:25 INFO (MainThread) [custom_components.badnest.sensor] Adding protect sensors
2020-11-20 00:23:25 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 9.51s
2020-11-20 00:23:25 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2020-11-20 00:23:25 INFO (SyncWorker_23) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2020-11-20 00:23:25 INFO (MainThread) [homeassistant.core] Timer:starting
2020-11-20 00:23:25 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP
2020-11-20 00:23:25 INFO (MainThread) [custom_components.hacs] setup task HacsSetupTask.CATEGORIES
2020-11-20 00:23:25 DEBUG (SyncWorker_37) [custom_components.hacs] Starting setup task: Extra stores
2020-11-20 00:23:25 DEBUG (SyncWorker_37) [custom_components.hacs] Enable category: HacsCategory.INTEGRATION
2020-11-20 00:23:25 DEBUG (SyncWorker_37) [custom_components.hacs] Enable category: HacsCategory.PLUGIN
2020-11-20 00:23:25 DEBUG (SyncWorker_37) [custom_components.hacs] Enable category: HacsCategory.THEME
2020-11-20 00:23:25 INFO (MainThread) [homeassistant.components.automation.auto1] Initialized trigger Auto2
2020-11-20 00:23:25 INFO (MainThread) [homeassistant.components.automation.auto3] Initialized trigger Auto4
2020-11-20 00:23:25 INFO (MainThread) [homeassistant.components.automation.auto5] Initialized trigger Auto6
2020-11-20 00:23:25 INFO (MainThread) [homeassistant.components.automation.auto7] Initialized trigger Auto8
2020-11-20 00:23:25 INFO (MainThread) [homeassistant.components.automation.auto9] Initialized trigger Auto10
2020-11-20 00:23:25 INFO (MainThread) [homeassistant.components.automation.auto11] Initialized trigger Auto12
2020-11-20 00:23:25 INFO (MainThread) [homeassistant.components.automation.auto13] Initialized trigger Auto14
2020-11-20 00:23:26 DEBUG (MainThread) [queueman.manager] The queue is empty
2020-11-20 00:23:26 INFO (MainThread) [custom_components.hacs] Loading known repositories
2020-11-20 00:23:26 INFO (SyncWorker_11) [homeassistant.loader] Loaded xiaomi_aqara from homeassistant.components.xiaomi_aqara
2020-11-20 00:23:26 INFO (SyncWorker_3) [homeassistant.loader] Loaded xiaomi_miio from homeassistant.components.xiaomi_miio
2020-11-20 00:23:26 INFO (SyncWorker_0) [homeassistant.loader] Loaded discovery from homeassistant.components.discovery
2020-11-20 00:23:26 DEBUG (MainThread) [custom_components.hacs] Got 85 elements for HacsCategory.REMOVED
2020-11-20 00:23:26 DEBUG (MainThread) [queueman.manager] Checking out tasks to execute
2020-11-20 00:23:26 DEBUG (MainThread) [queueman.manager] Starting queue execution for 3 tasks
2020-11-20 00:23:27 DEBUG (MainThread) [custom_components.hacs] Got 189 elements for HacsCategory.PLUGIN
2020-11-20 00:23:27 DEBUG (MainThread) [custom_components.hacs] Got 408 elements for HacsCategory.INTEGRATION
2020-11-20 00:23:27 DEBUG (MainThread) [custom_components.hacs] Got 61 elements for HacsCategory.THEME
2020-11-20 00:23:27 DEBUG (MainThread) [queueman.manager] Queue execution finished for 3 tasks finished in 0.52 seconds
2020-11-20 00:23:27 DEBUG (MainThread) [queueman.manager] 1 taks remaining in the queue
2020-11-20 00:23:27 DEBUG (MainThread) [custom_components.hacs] Starting recurring background task for installed repositories
2020-11-20 00:23:27 DEBUG (MainThread) [queueman.manager] Checking out tasks to execute
2020-11-20 00:23:27 DEBUG (MainThread) [queueman.manager] Starting queue execution for 7 tasks
2020-11-20 00:23:27 DEBUG (MainThread) [custom_components.hacs.repository.integration.custom-components.sensor.mitemp_bt] Checking repository.
2020-11-20 00:23:27 DEBUG (MainThread) [custom_components.hacs.repository.integration.hacs.integration] Getting repository information
2020-11-20 00:23:27 DEBUG (MainThread) [custom_components.hacs.repository.theme.basnijholt.lovelace-ios-themes] Getting repository information
2020-11-20 00:23:27 DEBUG (MainThread) [custom_components.hacs.repository.integration.AlexxIT.SonoffLAN] Getting repository information
2020-11-20 00:23:27 DEBUG (MainThread) [custom_components.hacs.repository.plugin.maykar.kiosk-mode] Getting repository information
2020-11-20 00:23:27 DEBUG (MainThread) [custom_components.hacs.repository.integration.vinodmishra.badnest] Getting repository information
2020-11-20 00:23:27 DEBUG (MainThread) [custom_components.hacs.repository.plugin.kalkih.mini-graph-card] Getting repository information
2020-11-20 00:23:28 DEBUG (MainThread) [custom_components.hacs.repository.integration.vinodmishra.badnest] Running checks against master
2020-11-20 00:23:28 DEBUG (MainThread) [custom_components.hacs.repository.integration.hacs.integration] Running checks against 1.6.2
2020-11-20 00:23:28 DEBUG (MainThread) [custom_components.hacs.repository.integration.AlexxIT.SonoffLAN] Running checks against v2.3.2
2020-11-20 00:23:28 DEBUG (MainThread) [custom_components.hacs.repository.plugin.maykar.kiosk-mode] Running checks against 1.4.7
2020-11-20 00:23:28 DEBUG (MainThread) [custom_components.hacs.repository.integration.custom-components.sensor.mitemp_bt] Running checks against 0.8.1
2020-11-20 00:23:28 DEBUG (MainThread) [custom_components.hacs.repository.plugin.kalkih.mini-graph-card] Running checks against v0.9.4
2020-11-20 00:23:28 DEBUG (MainThread) [custom_components.hacs.repository.theme.basnijholt.lovelace-ios-themes] Running checks against v2.5.0
2020-11-20 00:23:28 DEBUG (MainThread) [custom_components.hacs.repository.integration.custom-components.sensor.mitemp_bt] All (0) checks passed
2020-11-20 00:23:28 INFO (MainThread) [custom_components.hacs.repository.integration.custom-components.sensor.mitemp_bt] Registration completed
2020-11-20 00:23:29 DEBUG (MainThread) [custom_components.hacs.template] 'trigger' is undefined
2020-11-20 00:23:34 DEBUG (MainThread) [queueman.manager] Queue execution finished for 7 tasks finished in 6.65 seconds
2020-11-20 00:23:34 DEBUG (MainThread) [custom_components.hacs.data] Saving data
2020-11-20 00:23:34 DEBUG (MainThread) [queueman.manager] Checking out tasks to execute
2020-11-20 00:23:34 DEBUG (MainThread) [queueman.manager] Starting queue execution for 654 tasks
2020-11-20 00:23:34 DEBUG (MainThread) [queueman.manager] Queue execution finished for 654 tasks finished in 0.03 seconds
2020-11-20 00:23:34 DEBUG (MainThread) [custom_components.hacs] Recurring background task for installed repositories done
2020-11-20 00:23:34 DEBUG (MainThread) [custom_components.hacs] Nothing in the queue
2020-11-20 00:23:34 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING
2020-11-20 00:23:34 DEBUG (MainThread) [custom_components.hacs.data] Saving data
2020-11-20 00:23:34 DEBUG (MainThread) [queueman.manager] Checking out tasks to execute
2020-11-20 00:23:34 DEBUG (MainThread) [queueman.manager] Starting queue execution for 654 tasks
2020-11-20 00:23:34 DEBUG (MainThread) [queueman.manager] Queue execution finished for 654 tasks finished in 0.50 seconds
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
No background images on Lovelace dashboards 0.117 onwards
Hi If I update the HA version to versions from 0.117.1 to 0.117.5 all my Lovelace dashboards lose their backgrounds. They look washed...
Read more >Lovelace Background No Longer Shows Under Transparent ...
After upgrading, the background appears to start below the header even with header transparency.
Read more >Lovelace, Background Images, and My Total Googling Fail
I'm trying to build a lovelace theme with a background image for each tab in the interface. ...aaand failing to reference the image...
Read more >How to fix CSS background-image not working | HTML/CSS
If the image isn't showing up, but you aren't getting any 404 errors, go into the code inspector and check the element itself....
Read more >Desktop Background Won't Load - Driver Support
Select Personalization > Background, then pull down the Background list and select the type of background image you want: Picture, Solid color, or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, will look into other things then.
If that works, your issue is with the theme, or with lovelace. HACS seems to do what it’s supposed to do 👍