hacs / integration

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

Background task never ends after installation, same as #975 but with 0.22.3 #997

Closed golfvert closed 4 years ago

golfvert commented 4 years ago

Version of HACS 0.22.3

Describe the bug After installing HACS the background task never ends and keeps running

Debug log

Logs ``` 2020-03-08 00:18:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] themes 2020-03-08 00:18:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] themes/template.yaml 2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .githooks.ini 2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .github 2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .github/FUNDING.yml 2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .gitignore 2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .travis.yml 2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .yamllint 2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] INFO.md 2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] README.md 2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] docs 2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] docs/theme-front.png 2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] docs/theme-mobile-front.png 2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] hacs.json 2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] requirements.txt 2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] themes 2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] themes/blackened.yaml 2020-03-08 00:18:41 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.vaporwave-pink] Registration complete 2020-03-08 00:18:41 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] Registration complete 2020-03-08 00:18:41 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] Registration complete 2020-03-08 00:24:15 DEBUG (MainThread) [hacs] Running set_state for hacs/integration 2020-03-08 00:24:15 DEBUG (MainThread) [hacs] Running set_version for hacs/integration 2020-03-08 00:24:15 DEBUG (MainThread) [hacs.repository.integration.hacs.integration] Getting repository information 2020-03-08 00:25:44 DEBUG (MainThread) [hacs] Running set_state for custom-components/readme 2020-03-08 00:25:44 DEBUG (MainThread) [hacs] Running update for custom-components/readme 2020-03-08 00:25:44 DEBUG (MainThread) [hacs.repository.integration.custom-components.readme] Getting repository information ```
hacs-bot[bot] commented 4 years ago

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

ludeeus commented 4 years ago

That is not the complete startup log

golfvert commented 4 years ago

Sorry ! Here it is:

Logs ``` bash-5.0# grep hacs home-assistant.log 2020-03-08 08:17:47 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant. 2020-03-08 08:17:52 INFO (MainThread) [homeassistant.setup] Setting up hacs 2020-03-08 08:17:52 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 0.0 seconds. 2020-03-08 08:17:52 INFO (MainThread) [hacs] Disabling HACS 2020-03-08 08:17:52 INFO (MainThread) [hacs] Removing recuring tasks 2020-03-08 08:17:52 INFO (MainThread) [hacs] Removing sensor 2020-03-08 08:17:52 INFO (MainThread) [hacs] Removing sidepanel 2020-03-08 08:17:52 WARNING (MainThread) [homeassistant.components.frontend] Removing unknown panel hacs 2020-03-08 08:17:52 INFO (MainThread) [hacs] HACS is now disabled 2020-03-08 08:19:28 DEBUG (MainThread) [hacs] Configuration type: flow 2020-03-08 08:19:28 INFO (MainThread) [hacs] https://github.com/hacs/integration/issues 2020-03-08 08:19:28 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs 2020-03-08 08:19:28 DEBUG (MainThread) [hacs.repository.integration.hacs.integration] Checking repository. 2020-03-08 08:19:30 INFO (MainThread) [hacs.repository.integration.hacs.integration] Registration complete 2020-03-08 08:19:31 INFO (MainThread) [hacs.data] Restore started 2020-03-08 08:19:31 INFO (MainThread) [hacs.data] Restore done 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] appdaemon_path: appdaemon/apps/ 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] appdaemon: False 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] config_type: flow 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] debug: False 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] dev: False 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] frontend_mode: Grid 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] frontend_compact: False 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] onboarding_done: True 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] plugin_path: www/community/ 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] python_script_path: python_scripts/ 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] python_script: False 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] sidepanel_icon: mdi:alpha-c-box 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] sidepanel_title: HACS 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] theme_path: themes/ 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] theme: False 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] country: ALL 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] experimental: False 2020-03-08 08:19:31 DEBUG (MainThread) [hacs.configuration] release_limit: 5 2020-03-08 08:19:37 DEBUG (MainThread) [hacs] 4991 2020-03-08 08:19:37 DEBUG (MainThread) [hacs] 2020-03-08 08:12:29 2020-03-08 08:19:37 INFO (MainThread) [hacs] Loading known repositories 2020-03-08 08:19:43 INFO (MainThread) [hacs.factory] Processing 442 tasks 2020-03-08 08:19:43 DEBUG (MainThread) [hacs.repository.integration.5high.konke] Checking repository. 2020-03-08 08:19:43 DEBUG (MainThread) [hacs.repository.integration.5high.phicomm-dc1-homeassistant] Checking repository. 2020-03-08 08:19:43 DEBUG (MainThread) [hacs.repository.integration.AaronDavidSchneider.SonosAlarm] Checking repository. 2020-03-08 08:19:43 DEBUG (MainThread) [hacs.repository.integration.AdamNaj.linksys_velop] Checking repository. 2020-03-08 08:19:43 DEBUG (MainThread) [hacs.repository.integration.akasma74.Hass-Custom-Alarm] Checking repository. 2020-03-08 08:19:43 DEBUG (MainThread) [hacs.repository.integration.albertogeniola.meross-homeassistant] Checking repository. 2020-03-08 08:19:43 DEBUG (MainThread) [hacs.repository.integration.amaximus.bkk_stop] Checking repository. 2020-03-08 08:19:43 DEBUG (MainThread) [hacs.repository.integration.amelchio.logbook_cache] Checking repository. 2020-03-08 08:19:43 DEBUG (MainThread) [hacs.repository.integration.andersonshatch.midea-ac-py] Checking repository. 2020-03-08 08:19:43 DEBUG (MainThread) [hacs.repository.integration.And3rsL.Deebot-for-hassio] Checking repository. 2020-03-08 08:19:43 DEBUG (MainThread) [hacs.repository.integration.And3rsL.VisonicAlarm-for-Hassio] Checking repository. 2020-03-08 08:19:43 DEBUG (MainThread) [hacs.repository.integration.Anonym-tsk.homeassistant-climate-xiaomi-remote] Checking repository. 2020-03-08 08:19:43 DEBUG (MainThread) [hacs.repository.integration.arjenvrh.audi_connect_ha] Checking repository. 2020-03-08 08:19:43 DEBUG (MainThread) [hacs.repository.integration.Armaell.home-assistant-custom-icons-loader] Checking repository. 2020-03-08 08:19:43 DEBUG (MainThread) [hacs.repository.integration.asantaga.lightwaverf_HA_EnergySensor] Checking repository. 2020-03-08 08:19:46 INFO (MainThread) [hacs.repository.integration.5high.phicomm-dc1-homeassistant] Registration complete 2020-03-08 08:19:46 INFO (MainThread) [hacs.repository.integration.asantaga.lightwaverf_HA_EnergySensor] Registration complete 2020-03-08 08:19:46 INFO (MainThread) [hacs.repository.integration.Anonym-tsk.homeassistant-climate-xiaomi-remote] Registration complete 2020-03-08 08:19:46 INFO (MainThread) [hacs.repository.integration.AdamNaj.linksys_velop] Registration complete 2020-03-08 08:19:46 INFO (MainThread) [hacs.repository.integration.albertogeniola.meross-homeassistant] Registration complete 2020-03-08 08:19:46 INFO (MainThread) [hacs.repository.integration.And3rsL.VisonicAlarm-for-Hassio] Registration complete 2020-03-08 08:19:46 INFO (MainThread) [hacs.repository.integration.akasma74.Hass-Custom-Alarm] Registration complete 2020-03-08 08:19:46 INFO (MainThread) [hacs.repository.integration.5high.konke] Registration complete 2020-03-08 08:19:46 INFO (MainThread) [hacs.repository.integration.And3rsL.Deebot-for-hassio] Registration complete 2020-03-08 08:19:46 INFO (MainThread) [hacs.repository.integration.AaronDavidSchneider.SonosAlarm] Registration complete 2020-03-08 08:19:46 INFO (MainThread) [hacs.repository.integration.Armaell.home-assistant-custom-icons-loader] Registration complete 2020-03-08 08:19:46 INFO (MainThread) [hacs.repository.integration.amelchio.logbook_cache] Registration complete 2020-03-08 08:19:46 INFO (MainThread) [hacs.repository.integration.arjenvrh.audi_connect_ha] Registration complete 2020-03-08 08:19:46 INFO (MainThread) [hacs.repository.integration.andersonshatch.midea-ac-py] Registration complete 2020-03-08 08:19:46 INFO (MainThread) [hacs.repository.integration.amaximus.bkk_stop] Registration complete 2020-03-08 08:19:51 DEBUG (MainThread) [hacs.repository.integration.asantaga.wiserHomeAssistantPlatform] Checking repository. 2020-03-08 08:19:51 DEBUG (MainThread) [hacs.repository.integration.avdeevsv91.ha_generic_hygrostat] Checking repository. 2020-03-08 08:19:51 DEBUG (MainThread) [hacs.repository.integration.bacco007.sensor.opennem] Checking repository. 2020-03-08 08:19:51 DEBUG (MainThread) [hacs.repository.integration.bacco007.sensor.waternsw] Checking repository. 2020-03-08 08:19:51 DEBUG (MainThread) [hacs.repository.integration.basschipper.homeassistant-generic-hygrostat] Checking repository. 2020-03-08 08:19:51 DEBUG (MainThread) [hacs.repository.integration.bertbert72.HomeAssistant_VirginTivo] Checking repository. 2020-03-08 08:19:51 DEBUG (MainThread) [hacs.repository.integration.bieniu.ha-airly] Checking repository. 2020-03-08 08:19:51 DEBUG (MainThread) [hacs.repository.integration.bieniu.ha-gios] Checking repository. 2020-03-08 08:19:51 DEBUG (MainThread) [hacs.repository.integration.bigbadblunt.homeassistant-lightwave2] Checking repository. 2020-03-08 08:19:51 DEBUG (MainThread) [hacs.repository.integration.binsentsu.home-assistant-solaredge-modbus] Checking repository. 2020-03-08 08:19:51 DEBUG (MainThread) [hacs.repository.integration.bouwew.sems2mqtt] Checking repository. 2020-03-08 08:19:51 DEBUG (MainThread) [hacs.repository.integration.bramkragten.lyric] Checking repository. 2020-03-08 08:19:51 DEBUG (MainThread) [hacs.repository.integration.bramkragten.mind] Checking repository. 2020-03-08 08:19:51 DEBUG (MainThread) [hacs.repository.integration.briis.mbweather] Checking repository. 2020-03-08 08:19:51 DEBUG (MainThread) [hacs.repository.integration.briis.smartweather] Checking repository. 2020-03-08 08:19:53 INFO (MainThread) [hacs.repository.integration.avdeevsv91.ha_generic_hygrostat] Registration complete 2020-03-08 08:19:53 INFO (MainThread) [hacs.repository.integration.basschipper.homeassistant-generic-hygrostat] Registration complete 2020-03-08 08:19:53 INFO (MainThread) [hacs.repository.integration.bacco007.sensor.opennem] Registration complete 2020-03-08 08:19:53 INFO (MainThread) [hacs.repository.integration.bacco007.sensor.waternsw] Registration complete 2020-03-08 08:19:53 INFO (MainThread) [hacs.repository.integration.bertbert72.HomeAssistant_VirginTivo] Registration complete 2020-03-08 08:19:53 INFO (MainThread) [hacs.repository.integration.bieniu.ha-airly] Registration complete 2020-03-08 08:19:53 INFO (MainThread) [hacs.repository.integration.bieniu.ha-gios] Registration complete 2020-03-08 08:19:53 INFO (MainThread) [hacs.repository.integration.briis.smartweather] Registration complete 2020-03-08 08:19:54 INFO (MainThread) [hacs.repository.integration.bouwew.sems2mqtt] Registration complete 2020-03-08 08:19:54 INFO (MainThread) [hacs.repository.integration.binsentsu.home-assistant-solaredge-modbus] Registration complete 2020-03-08 08:19:54 INFO (MainThread) [hacs.repository.integration.bigbadblunt.homeassistant-lightwave2] Registration complete 2020-03-08 08:19:54 INFO (MainThread) [hacs.repository.integration.bramkragten.mind] Registration complete 2020-03-08 08:19:54 INFO (MainThread) [hacs.repository.integration.asantaga.wiserHomeAssistantPlatform] Registration complete 2020-03-08 08:19:54 INFO (MainThread) [hacs.repository.integration.briis.mbweather] Registration complete 2020-03-08 08:19:54 INFO (MainThread) [hacs.repository.integration.bramkragten.lyric] Registration complete 2020-03-08 08:19:58 DEBUG (MainThread) [hacs.repository.integration.briis.unifiprotect] Checking repository. 2020-03-08 08:19:58 DEBUG (MainThread) [hacs.repository.integration.bruxy70.CZ-Public-Transport] Checking repository. 2020-03-08 08:19:58 DEBUG (MainThread) [hacs.repository.integration.bruxy70.Garbage-Collection] Checking repository. 2020-03-08 08:19:58 DEBUG (MainThread) [hacs.repository.integration.burnnat.ha-fitness-push] Checking repository. 2020-03-08 08:19:58 DEBUG (MainThread) [hacs.repository.integration.burnnat.ha-hdhomerun] Checking repository. 2020-03-08 08:19:58 DEBUG (MainThread) [hacs.repository.integration.burnnat.ha-polar] Checking repository. 2020-03-08 08:19:58 DEBUG (MainThread) [hacs.repository.integration.burnnat.media_player.screenly] Checking repository. 2020-03-08 08:19:58 DEBUG (MainThread) [hacs.repository.integration.Cadsters.acv-hass-component] Checking repository. 2020-03-08 08:19:59 DEBUG (MainThread) [hacs.repository.integration.caiosweet.Home-Assistant-custom-components-DPC-Alert] Checking repository. 2020-03-08 08:19:59 DEBUG (MainThread) [hacs.repository.integration.Ceerbeerus.beerbolaget] Checking repository. 2020-03-08 08:19:59 DEBUG (MainThread) [hacs.repository.integration.cgarwood.homeassistant-zwave_mqtt] Checking repository. 2020-03-08 08:19:59 DEBUG (MainThread) [hacs.repository.integration.claudegel.sinope-1] Checking repository. 2020-03-08 08:19:59 DEBUG (MainThread) [hacs.repository.integration.claudegel.sinope-130] Checking repository. 2020-03-08 08:19:59 DEBUG (MainThread) [hacs.repository.integration.claudegel.sinope-gt125] Checking repository. 2020-03-08 08:19:59 DEBUG (MainThread) [hacs.repository.integration.claytonjn.hass-circadian_lighting] Checking repository. 2020-03-08 08:20:01 INFO (MainThread) [hacs.repository.integration.bruxy70.Garbage-Collection] Registration complete 2020-03-08 08:20:01 INFO (MainThread) [hacs.repository.integration.bruxy70.CZ-Public-Transport] Registration complete 2020-03-08 08:20:01 INFO (MainThread) [hacs.repository.integration.burnnat.ha-fitness-push] Registration complete 2020-03-08 08:20:01 INFO (MainThread) [hacs.repository.integration.burnnat.ha-hdhomerun] Registration complete 2020-03-08 08:20:01 INFO (MainThread) [hacs.repository.integration.burnnat.media_player.screenly] Registration complete 2020-03-08 08:20:01 INFO (MainThread) [hacs.repository.integration.briis.unifiprotect] Registration complete 2020-03-08 08:20:02 INFO (MainThread) [hacs.repository.integration.caiosweet.Home-Assistant-custom-components-DPC-Alert] Registration complete 2020-03-08 08:20:02 INFO (MainThread) [hacs.repository.integration.Cadsters.acv-hass-component] Registration complete 2020-03-08 08:20:02 INFO (MainThread) [hacs.repository.integration.burnnat.ha-polar] Registration complete 2020-03-08 08:20:02 INFO (MainThread) [hacs.repository.integration.claudegel.sinope-1] Registration complete 2020-03-08 08:20:02 INFO (MainThread) [hacs.repository.integration.claudegel.sinope-130] Registration complete 2020-03-08 08:20:02 INFO (MainThread) [hacs.repository.integration.Ceerbeerus.beerbolaget] Registration complete 2020-03-08 08:20:02 INFO (MainThread) [hacs.repository.integration.claudegel.sinope-gt125] Registration complete 2020-03-08 08:20:02 INFO (MainThread) [hacs.repository.integration.claytonjn.hass-circadian_lighting] Registration complete 2020-03-08 08:20:03 INFO (MainThread) [hacs.repository.integration.cgarwood.homeassistant-zwave_mqtt] Registration complete 2020-03-08 08:20:06 DEBUG (MainThread) [hacs.repository.integration.cyberjunky.home-assistant-arpscan_tracker] Checking repository. 2020-03-08 08:20:06 DEBUG (MainThread) [hacs.repository.integration.cyberjunky.home-assistant-hvcgroep] Checking repository. 2020-03-08 08:20:06 DEBUG (MainThread) [hacs.repository.integration.cyberjunky.home-assistant-p2000] Checking repository. 2020-03-08 08:20:06 DEBUG (MainThread) [hacs.repository.integration.cyberjunky.home-assistant-plugwise] Checking repository. 2020-03-08 08:20:06 DEBUG (MainThread) [hacs.repository.integration.cyberjunky.home-assistant-toon_boilerstatus] Checking repository. 2020-03-08 08:20:06 DEBUG (MainThread) [hacs.repository.integration.cyberjunky.home-assistant-toon_climate] Checking repository. 2020-03-08 08:20:07 DEBUG (MainThread) [hacs.repository.integration.cyberjunky.home-assistant-toon_smartmeter] Checking repository. 2020-03-08 08:20:07 DEBUG (MainThread) [hacs.repository.integration.cyberjunky.home-assistant-ttn_gateway] Checking repository. 2020-03-08 08:20:07 DEBUG (MainThread) [hacs.repository.integration.Cyr-ius.hass-cozytouch] Checking repository. 2020-03-08 08:20:07 DEBUG (MainThread) [hacs.repository.integration.Cyr-ius.hass-livebox-component] Checking repository. 2020-03-08 08:20:07 DEBUG (MainThread) [hacs.repository.integration.daenny.climate_group] Checking repository. 2020-03-08 08:20:07 DEBUG (MainThread) [hacs.repository.integration.danobot.entity-controller] Checking repository. 2020-03-08 08:20:07 DEBUG (MainThread) [hacs.repository.integration.DarkSir23.sensor.mylar] Checking repository. 2020-03-08 08:20:07 DEBUG (MainThread) [hacs.repository.integration.dave-code-ruiz.uhomeuponor] Checking repository. 2020-03-08 08:20:08 DEBUG (MainThread) [hacs.repository.integration.DavidFW1960.bom_forecast] Checking repository. 2020-03-08 08:20:12 INFO (MainThread) [hacs.repository.integration.cyberjunky.home-assistant-arpscan_tracker] Registration complete 2020-03-08 08:20:12 INFO (MainThread) [hacs.repository.integration.cyberjunky.home-assistant-plugwise] Registration complete 2020-03-08 08:20:12 INFO (MainThread) [hacs.repository.integration.cyberjunky.home-assistant-hvcgroep] Registration complete 2020-03-08 08:20:12 INFO (MainThread) [hacs.repository.integration.cyberjunky.home-assistant-p2000] Registration complete 2020-03-08 08:20:12 INFO (MainThread) [hacs.repository.integration.cyberjunky.home-assistant-ttn_gateway] Registration complete 2020-03-08 08:20:12 INFO (MainThread) [hacs.repository.integration.cyberjunky.home-assistant-toon_climate] Registration complete 2020-03-08 08:20:12 INFO (MainThread) [hacs.repository.integration.cyberjunky.home-assistant-toon_boilerstatus] Registration complete 2020-03-08 08:20:12 INFO (MainThread) [hacs.repository.integration.cyberjunky.home-assistant-toon_smartmeter] Registration complete 2020-03-08 08:20:13 INFO (MainThread) [hacs.repository.integration.danobot.entity-controller] Registration complete 2020-03-08 08:20:13 INFO (MainThread) [hacs.repository.integration.Cyr-ius.hass-cozytouch] Registration complete 2020-03-08 08:20:13 INFO (MainThread) [hacs.repository.integration.Cyr-ius.hass-livebox-component] Registration complete 2020-03-08 08:20:13 INFO (MainThread) [hacs.repository.integration.DarkSir23.sensor.mylar] Registration complete 2020-03-08 08:20:13 INFO (MainThread) [hacs.repository.integration.daenny.climate_group] Registration complete 2020-03-08 08:20:13 INFO (MainThread) [hacs.repository.integration.dave-code-ruiz.uhomeuponor] Registration complete 2020-03-08 08:20:14 INFO (MainThread) [hacs.repository.integration.DavidFW1960.bom_forecast] Registration complete 2020-03-08 08:20:17 DEBUG (MainThread) [hacs.repository.integration.DavidMStraub.homeassistant-homeconnect] Checking repository. 2020-03-08 08:20:17 DEBUG (MainThread) [hacs.repository.integration.djbulsink.panasonic_ac] Checking repository. 2020-03-08 08:20:17 DEBUG (MainThread) [hacs.repository.integration.dlarrick.hass-kumo] Checking repository. 2020-03-08 08:20:17 DEBUG (MainThread) [hacs.repository.integration.dlashua.templatebinarysensor] Checking repository. 2020-03-08 08:20:17 DEBUG (MainThread) [hacs.repository.integration.dmitry-k.yandex_smart_home] Checking repository. 2020-03-08 08:20:17 DEBUG (MainThread) [hacs.repository.integration.doudz.homeassistant-myjdownloader] Checking repository. 2020-03-08 08:20:17 DEBUG (MainThread) [hacs.repository.integration.doudz.homeassistant-zigate] Checking repository. 2020-03-08 08:20:17 DEBUG (MainThread) [hacs.repository.integration.dr1rrb.ha-twinkly] Checking repository. 2020-03-08 08:20:18 DEBUG (MainThread) [hacs.repository.integration.DSorlov.hasl-platform] Checking repository. 2020-03-08 08:20:18 DEBUG (MainThread) [hacs.repository.integration.eavanvalkenburg.sia] Checking repository. 2020-03-08 08:20:18 DEBUG (MainThread) [hacs.repository.integration.edenhaus.ha-prosenic] Checking repository. 2020-03-08 08:20:18 DEBUG (MainThread) [hacs.repository.integration.eifinger.open_route_service] Checking repository. 2020-03-08 08:20:18 DEBUG (MainThread) [hacs.repository.integration.elad-bar.ha-blueiris] Checking repository. 2020-03-08 08:20:18 DEBUG (MainThread) [hacs.repository.integration.elad-bar.ha-dahuavto] Checking repository. 2020-03-08 08:20:19 DEBUG (MainThread) [hacs.repository.integration.elad-bar.ha-hpprinter] Checking repository. 2020-03-08 08:20:20 INFO (MainThread) [hacs.repository.integration.DavidMStraub.homeassistant-homeconnect] Registration complete 2020-03-08 08:20:20 INFO (MainThread) [hacs.repository.integration.djbulsink.panasonic_ac] Registration complete 2020-03-08 08:20:20 INFO (MainThread) [hacs.repository.integration.dlarrick.hass-kumo] Registration complete 2020-03-08 08:20:20 INFO (MainThread) [hacs.repository.integration.doudz.homeassistant-myjdownloader] Registration complete 2020-03-08 08:20:20 INFO (MainThread) [hacs.repository.integration.doudz.homeassistant-zigate] Registration complete 2020-03-08 08:20:20 INFO (MainThread) [hacs.repository.integration.dlashua.templatebinarysensor] Registration complete 2020-03-08 08:20:20 INFO (MainThread) [hacs.repository.integration.eavanvalkenburg.sia] Registration complete 2020-03-08 08:20:20 INFO (MainThread) [hacs.repository.integration.edenhaus.ha-prosenic] Registration complete 2020-03-08 08:20:20 INFO (MainThread) [hacs.repository.integration.dr1rrb.ha-twinkly] Registration complete 2020-03-08 08:20:21 INFO (MainThread) [hacs.repository.integration.elad-bar.ha-blueiris] Registration complete 2020-03-08 08:20:21 INFO (MainThread) [hacs.repository.integration.DSorlov.hasl-platform] Registration complete 2020-03-08 08:20:21 INFO (MainThread) [hacs.repository.integration.eifinger.open_route_service] Registration complete 2020-03-08 08:20:21 INFO (MainThread) [hacs.repository.integration.elad-bar.ha-dahuavto] Registration complete 2020-03-08 08:20:22 INFO (MainThread) [hacs.repository.integration.elad-bar.ha-hpprinter] Registration complete 2020-03-08 08:20:22 INFO (MainThread) [hacs.repository.integration.dmitry-k.yandex_smart_home] Registration complete 2020-03-08 08:20:25 DEBUG (MainThread) [hacs.repository.integration.exKAjFASH.media_player.elkoep_lara] Checking repository. 2020-03-08 08:20:25 DEBUG (MainThread) [hacs.repository.integration.fineemb.Smartmi-smart-heater] Checking repository. 2020-03-08 08:20:25 DEBUG (MainThread) [hacs.repository.integration.fineemb.Xiaomi-Smart-Multipurpose-Kettle] Checking repository. 2020-03-08 08:20:25 DEBUG (MainThread) [hacs.repository.integration.fineemb.Yeelink-ven-fan] Checking repository. 2020-03-08 08:20:25 DEBUG (MainThread) [hacs.repository.integration.fondberg.spotcast] Checking repository. 2020-03-08 08:20:25 DEBUG (MainThread) [hacs.repository.integration.freakshock88.hass-populartimes] Checking repository. 2020-03-08 08:20:25 DEBUG (MainThread) [hacs.repository.integration.gcobb321.icloud3] Checking repository. 2020-03-08 08:20:25 DEBUG (MainThread) [hacs.repository.integration.gieljnssns.buienalarm-sensor-homeassistant] Checking repository. 2020-03-08 08:20:25 DEBUG (MainThread) [hacs.repository.integration.gieljnssns.kostalpiko-sensor-homeassistant] Checking repository. 2020-03-08 08:20:26 DEBUG (MainThread) [hacs.repository.integration.gregoryduckworth.GoogleGeocode-HASS] Checking repository. 2020-03-08 08:20:26 DEBUG (MainThread) [hacs.repository.integration.heinoldenhuis.home_assistant_area_waste] Checking repository. 2020-03-08 08:20:26 DEBUG (MainThread) [hacs.repository.integration.heinoldenhuis.home_assistant_omnik_solar] Checking repository. 2020-03-08 08:20:26 DEBUG (MainThread) [hacs.repository.integration.herikw.home-assistant-custom-components] Checking repository. 2020-03-08 08:20:27 DEBUG (MainThread) [hacs.repository.integration.heyajohnny.afvalinfo] Checking repository. 2020-03-08 08:20:27 DEBUG (MainThread) [hacs.repository.integration.Home-Is-Where-You-Hang-Your-Hack.sensor.goveetemp_bt_hci] Checking repository. 2020-03-08 08:20:27 INFO (MainThread) [hacs.repository.integration.fineemb.Smartmi-smart-heater] Registration complete 2020-03-08 08:20:28 INFO (MainThread) [hacs.repository.integration.exKAjFASH.media_player.elkoep_lara] Registration complete 2020-03-08 08:20:28 INFO (MainThread) [hacs.repository.integration.fineemb.Xiaomi-Smart-Multipurpose-Kettle] Registration complete 2020-03-08 08:20:28 INFO (MainThread) [hacs.repository.integration.fondberg.spotcast] Registration complete 2020-03-08 08:20:28 INFO (MainThread) [hacs.repository.integration.fineemb.Yeelink-ven-fan] Registration complete 2020-03-08 08:20:28 INFO (MainThread) [hacs.repository.integration.gieljnssns.kostalpiko-sensor-homeassistant] Registration complete 2020-03-08 08:20:28 INFO (MainThread) [hacs.repository.integration.freakshock88.hass-populartimes] Registration complete 2020-03-08 08:20:28 INFO (MainThread) [hacs.repository.integration.gieljnssns.buienalarm-sensor-homeassistant] Registration complete 2020-03-08 08:20:28 INFO (MainThread) [hacs.repository.integration.heinoldenhuis.home_assistant_area_waste] Registration complete 2020-03-08 08:20:28 INFO (MainThread) [hacs.repository.integration.gregoryduckworth.GoogleGeocode-HASS] Registration complete 2020-03-08 08:20:28 INFO (MainThread) [hacs.repository.integration.gcobb321.icloud3] Registration complete 2020-03-08 08:20:29 INFO (MainThread) [hacs.repository.integration.heinoldenhuis.home_assistant_omnik_solar] Registration complete 2020-03-08 08:20:29 INFO (MainThread) [hacs.repository.integration.herikw.home-assistant-custom-components] Registration complete 2020-03-08 08:20:30 INFO (MainThread) [hacs.repository.integration.heyajohnny.afvalinfo] Registration complete 2020-03-08 08:20:30 INFO (MainThread) [hacs.repository.integration.Home-Is-Where-You-Hang-Your-Hack.sensor.goveetemp_bt_hci] Registration complete 2020-03-08 08:20:34 DEBUG (MainThread) [hacs.repository.integration.isabellaalstrom.sensor.krisinformation] Checking repository. 2020-03-08 08:20:34 DEBUG (MainThread) [hacs.repository.integration.JayBlackedOut.hass-nhlapi] Checking repository. 2020-03-08 08:20:34 DEBUG (MainThread) [hacs.repository.integration.jensweimann.awb] Checking repository. 2020-03-08 08:20:34 DEBUG (MainThread) [hacs.repository.integration.jcwillox.hass-auto-backup] Checking repository. 2020-03-08 08:20:34 DEBUG (MainThread) [hacs.repository.integration.jihao.colorfulclouds-hass] Checking repository. 2020-03-08 08:20:34 DEBUG (MainThread) [hacs.repository.integration.jihao.rokid-webhook-hass] Checking repository. 2020-03-08 08:20:34 DEBUG (MainThread) [hacs.repository.integration.jihao.traccar-cn-hass] Checking repository. 2020-03-08 08:20:34 DEBUG (MainThread) [hacs.repository.integration.jm-73.Indego] Checking repository. 2020-03-08 08:20:34 DEBUG (MainThread) [hacs.repository.integration.jm-73.Indego] Checking repository. 2020-03-08 08:20:34 DEBUG (MainThread) [hacs.repository.integration.Johnwulp.rad-afval] Checking repository. 2020-03-08 08:20:34 DEBUG (MainThread) [hacs.repository.integration.jomwells.ambihue] Checking repository. 2020-03-08 08:20:34 DEBUG (MainThread) [hacs.repository.integration.jomwells.ambilight-yeelight] Checking repository. 2020-03-08 08:20:34 DEBUG (MainThread) [hacs.repository.integration.jomwells.ambilights] Checking repository. 2020-03-08 08:20:35 DEBUG (MainThread) [hacs.repository.integration.JurajNyiri.HomeAssistant-Atrea] Checking repository. 2020-03-08 08:20:35 DEBUG (MainThread) [hacs.repository.integration.JurajNyiri.HomeAssistant-qBitTorrentAlternativeSpeed] Checking repository. 2020-03-08 08:20:36 INFO (MainThread) [hacs.repository.integration.jcwillox.hass-auto-backup] Registration complete 2020-03-08 08:20:36 INFO (MainThread) [hacs.repository.integration.jm-73.Indego] Registration complete 2020-03-08 08:20:36 INFO (MainThread) [hacs.repository.integration.isabellaalstrom.sensor.krisinformation] Registration complete 2020-03-08 08:20:36 INFO (MainThread) [hacs.repository.integration.jihao.colorfulclouds-hass] Registration complete 2020-03-08 08:20:37 INFO (MainThread) [hacs.repository.integration.Johnwulp.rad-afval] Registration complete 2020-03-08 08:20:37 INFO (MainThread) [hacs.repository.integration.jihao.rokid-webhook-hass] Registration complete 2020-03-08 08:20:37 INFO (MainThread) [hacs.repository.integration.jomwells.ambihue] Registration complete 2020-03-08 08:20:37 INFO (MainThread) [hacs.repository.integration.jm-73.Indego] Registration complete 2020-03-08 08:20:37 INFO (MainThread) [hacs.repository.integration.jihao.traccar-cn-hass] Registration complete 2020-03-08 08:20:37 INFO (MainThread) [hacs.repository.integration.jensweimann.awb] Registration complete 2020-03-08 08:20:37 INFO (MainThread) [hacs.repository.integration.JayBlackedOut.hass-nhlapi] Registration complete 2020-03-08 08:20:37 INFO (MainThread) [hacs.repository.integration.jomwells.ambilight-yeelight] Registration complete 2020-03-08 08:20:37 INFO (MainThread) [hacs.repository.integration.jomwells.ambilights] Registration complete 2020-03-08 08:20:38 INFO (MainThread) [hacs.repository.integration.JurajNyiri.HomeAssistant-Atrea] Registration complete 2020-03-08 08:20:38 INFO (MainThread) [hacs.repository.integration.JurajNyiri.HomeAssistant-qBitTorrentAlternativeSpeed] Registration complete 2020-03-08 08:20:41 DEBUG (MainThread) [hacs.repository.integration.JurajNyiri.HomeAssistant-Tavos] Checking repository. 2020-03-08 08:20:41 DEBUG (MainThread) [hacs.repository.integration.jxlarrea.ha-emfitqs] Checking repository. 2020-03-08 08:20:41 DEBUG (MainThread) [hacs.repository.integration.JAAlperin.hass-bardolph] Checking repository. 2020-03-08 08:20:41 DEBUG (MainThread) [hacs.repository.integration.kalanda.homeassistant-aemet-sensor] Checking repository. 2020-03-08 08:20:42 DEBUG (MainThread) [hacs.repository.integration.kodi1.darksky_m] Checking repository. 2020-03-08 08:20:42 DEBUG (MainThread) [hacs.repository.integration.kodi1.esp_wd] Checking repository. 2020-03-08 08:20:42 DEBUG (MainThread) [hacs.repository.integration.kodi1.meteoalarm] Checking repository. 2020-03-08 08:20:42 DEBUG (MainThread) [hacs.repository.integration.kodi1.songpal_m] Checking repository. 2020-03-08 08:20:42 DEBUG (MainThread) [hacs.repository.integration.kodi1.tvh_rec] Checking repository. 2020-03-08 08:20:42 DEBUG (MainThread) [hacs.repository.integration.kuchel77.diskspace] Checking repository. 2020-03-08 08:20:42 DEBUG (MainThread) [hacs.repository.integration.legrego.homeassistant-elasticsearch] Checking repository. 2020-03-08 08:20:42 DEBUG (MainThread) [hacs.repository.integration.Limych.ha-average] Checking repository. 2020-03-08 08:20:42 DEBUG (MainThread) [hacs.repository.integration.Limych.ha-beward] Checking repository. 2020-03-08 08:20:43 DEBUG (MainThread) [hacs.repository.integration.Limych.ha-car_wash] Checking repository. 2020-03-08 08:20:43 DEBUG (MainThread) [hacs.repository.integration.Limych.ha-gismeteo] Checking repository. 2020-03-08 08:20:44 INFO (MainThread) [hacs.repository.integration.JurajNyiri.HomeAssistant-Tavos] Registration complete 2020-03-08 08:20:44 INFO (MainThread) [hacs.repository.integration.jxlarrea.ha-emfitqs] Registration complete 2020-03-08 08:20:44 INFO (MainThread) [hacs.repository.integration.kodi1.meteoalarm] Registration complete 2020-03-08 08:20:44 INFO (MainThread) [hacs.repository.integration.kodi1.darksky_m] Registration complete 2020-03-08 08:20:44 INFO (MainThread) [hacs.repository.integration.JAAlperin.hass-bardolph] Registration complete 2020-03-08 08:20:44 INFO (MainThread) [hacs.repository.integration.kuchel77.diskspace] Registration complete 2020-03-08 08:20:44 INFO (MainThread) [hacs.repository.integration.kodi1.esp_wd] Registration complete 2020-03-08 08:20:45 INFO (MainThread) [hacs.repository.integration.legrego.homeassistant-elasticsearch] Registration complete 2020-03-08 08:20:45 INFO (MainThread) [hacs.repository.integration.Limych.ha-average] Registration complete 2020-03-08 08:20:45 INFO (MainThread) [hacs.repository.integration.kodi1.tvh_rec] Registration complete 2020-03-08 08:20:45 INFO (MainThread) [hacs.repository.integration.kalanda.homeassistant-aemet-sensor] Registration complete 2020-03-08 08:20:45 INFO (MainThread) [hacs.repository.integration.kodi1.songpal_m] Registration complete 2020-03-08 08:20:45 INFO (MainThread) [hacs.repository.integration.Limych.ha-beward] Registration complete 2020-03-08 08:20:46 INFO (MainThread) [hacs.repository.integration.Limych.ha-car_wash] Registration complete 2020-03-08 08:20:46 INFO (MainThread) [hacs.repository.integration.Limych.ha-gismeteo] Registration complete 2020-03-08 08:20:49 DEBUG (MainThread) [hacs.repository.integration.Limych.ha-iaquk] Checking repository. 2020-03-08 08:20:49 DEBUG (MainThread) [hacs.repository.integration.Limych.media_player.linkplay] Checking repository. 2020-03-08 08:20:49 DEBUG (MainThread) [hacs.repository.integration.lindell.home-assistant-svt-play] Checking repository. 2020-03-08 08:20:49 DEBUG (MainThread) [hacs.repository.integration.lindell.home-assistant-tv4-play] Checking repository. 2020-03-08 08:20:49 DEBUG (MainThread) [hacs.repository.integration.ljmerza.ha-email-sensor] Checking repository. 2020-03-08 08:20:49 DEBUG (MainThread) [hacs.repository.integration.ljmerza.ha-our-groceries] Checking repository. 2020-03-08 08:20:49 DEBUG (MainThread) [hacs.repository.integration.lociii.homeassistant-digitalstrom] Checking repository. 2020-03-08 08:20:50 DEBUG (MainThread) [hacs.repository.integration.LordBoos.discord_game] Checking repository. 2020-03-08 08:20:50 DEBUG (MainThread) [hacs.repository.integration.lukas-hetzenecker.home-assistant-remote] Checking repository. 2020-03-08 08:20:50 DEBUG (MainThread) [hacs.repository.integration.mammuth.ha-fritzbox-tools] Checking repository. 2020-03-08 08:20:50 DEBUG (MainThread) [hacs.repository.integration.Martinvdm.garbage-nissewaard-homeassistant] Checking repository. 2020-03-08 08:20:50 DEBUG (MainThread) [hacs.repository.integration.MatthewFlamm.nwsradar] Checking repository. 2020-03-08 08:20:50 DEBUG (MainThread) [hacs.repository.integration.maykar.plex_assistant] Checking repository. 2020-03-08 08:20:51 DEBUG (MainThread) [hacs.repository.integration.mlowijs.HomeAssistant-TeslaCustomComponent] Checking repository. 2020-03-08 08:20:51 DEBUG (MainThread) [hacs.repository.integration.Mofeywalker.openmensa-hass-component] Checking repository. 2020-03-08 08:20:55 INFO (MainThread) [hacs.repository.integration.Limych.ha-iaquk] Registration complete 2020-03-08 08:20:55 INFO (MainThread) [hacs.repository.integration.Limych.media_player.linkplay] Registration complete 2020-03-08 08:20:55 INFO (MainThread) [hacs.repository.integration.lindell.home-assistant-tv4-play] Registration complete 2020-03-08 08:20:55 INFO (MainThread) [hacs.repository.integration.ljmerza.ha-email-sensor] Registration complete 2020-03-08 08:20:55 INFO (MainThread) [hacs.repository.integration.lociii.homeassistant-digitalstrom] Registration complete 2020-03-08 08:20:55 INFO (MainThread) [hacs.repository.integration.lukas-hetzenecker.home-assistant-remote] Registration complete 2020-03-08 08:20:55 INFO (MainThread) [hacs.repository.integration.lindell.home-assistant-svt-play] Registration complete 2020-03-08 08:20:55 INFO (MainThread) [hacs.repository.integration.Martinvdm.garbage-nissewaard-homeassistant] Registration complete 2020-03-08 08:20:55 INFO (MainThread) [hacs.repository.integration.MatthewFlamm.nwsradar] Registration complete 2020-03-08 08:20:55 INFO (MainThread) [hacs.repository.integration.ljmerza.ha-our-groceries] Registration complete 2020-03-08 08:20:56 INFO (MainThread) [hacs.repository.integration.maykar.plex_assistant] Registration complete 2020-03-08 08:20:56 INFO (MainThread) [hacs.repository.integration.LordBoos.discord_game] Registration complete 2020-03-08 08:20:56 INFO (MainThread) [hacs.repository.integration.mammuth.ha-fritzbox-tools] Registration complete 2020-03-08 08:20:57 INFO (MainThread) [hacs.repository.integration.mlowijs.HomeAssistant-TeslaCustomComponent] Registration complete 2020-03-08 08:20:58 INFO (MainThread) [hacs.repository.integration.Mofeywalker.openmensa-hass-component] Registration complete 2020-03-08 08:21:00 DEBUG (MainThread) [hacs.repository.integration.mudape.iphonedetect] Checking repository. 2020-03-08 08:21:00 DEBUG (MainThread) [hacs.repository.integration.nstrelow.ha_philips_android_tv] Checking repository. 2020-03-08 08:21:00 DEBUG (MainThread) [hacs.repository.integration.ntilley905.faastatus] Checking repository. 2020-03-08 08:21:00 DEBUG (MainThread) [hacs.repository.integration.OpenXbox.xboxone-home-assistant] Checking repository. 2020-03-08 08:21:00 DEBUG (MainThread) [hacs.repository.integration.Paul-dH.Home-Assisant-Sensor-OvApi] Checking repository. 2020-03-08 08:21:00 DEBUG (MainThread) [hacs.repository.integration.peetereczek.ztm] Checking repository. 2020-03-08 08:21:00 DEBUG (MainThread) [hacs.repository.integration.pilotak.homeassistant-attributes] Checking repository. 2020-03-08 08:21:00 DEBUG (MainThread) [hacs.repository.integration.pilotak.homeassistant-clientraw] Checking repository. 2020-03-08 08:21:00 DEBUG (MainThread) [hacs.repository.integration.pilotak.homeassistant-mikrotik] Checking repository. 2020-03-08 08:21:00 DEBUG (MainThread) [hacs.repository.integration.pinkywafer.Anniversaries] Checking repository. 2020-03-08 08:21:01 DEBUG (MainThread) [hacs.repository.integration.pinkywafer.Calendarific] Checking repository. 2020-03-08 08:21:01 DEBUG (MainThread) [hacs.repository.integration.PiotrMachowski.Home-Assistant-custom-components-Antistorm] Checking repository. 2020-03-08 08:21:01 DEBUG (MainThread) [hacs.repository.integration.PiotrMachowski.Home-Assistant-custom-components-Burze.dzis.net] Checking repository. 2020-03-08 08:21:02 DEBUG (MainThread) [hacs.repository.integration.PiotrMachowski.Home-Assistant-custom-components-Google-Keep] Checking repository. 2020-03-08 08:21:02 INFO (MainThread) [hacs.repository.integration.mudape.iphonedetect] Registration complete 2020-03-08 08:21:03 INFO (MainThread) [hacs.repository.integration.nstrelow.ha_philips_android_tv] Registration complete 2020-03-08 08:21:03 INFO (MainThread) [hacs.repository.integration.peetereczek.ztm] Registration complete 2020-03-08 08:21:03 DEBUG (MainThread) [hacs.repository.integration.PiotrMachowski.Home-Assistant-custom-components-iMPK] Checking repository. 2020-03-08 08:21:03 INFO (MainThread) [hacs.repository.integration.pinkywafer.Anniversaries] Registration complete 2020-03-08 08:21:03 INFO (MainThread) [hacs.repository.integration.ntilley905.faastatus] Registration complete 2020-03-08 08:21:03 INFO (MainThread) [hacs.repository.integration.pinkywafer.Calendarific] Registration complete 2020-03-08 08:21:03 INFO (MainThread) [hacs.repository.integration.OpenXbox.xboxone-home-assistant] Registration complete 2020-03-08 08:21:03 INFO (MainThread) [hacs.repository.integration.PiotrMachowski.Home-Assistant-custom-components-Antistorm] Registration complete 2020-03-08 08:21:04 INFO (MainThread) [hacs.repository.integration.pilotak.homeassistant-clientraw] Registration complete 2020-03-08 08:21:04 INFO (MainThread) [hacs.repository.integration.pilotak.homeassistant-attributes] Registration complete 2020-03-08 08:21:04 INFO (MainThread) [hacs.repository.integration.pilotak.homeassistant-mikrotik] Registration complete 2020-03-08 08:21:04 INFO (MainThread) [hacs.repository.integration.Paul-dH.Home-Assisant-Sensor-OvApi] Registration complete 2020-03-08 08:21:04 INFO (MainThread) [hacs.repository.integration.PiotrMachowski.Home-Assistant-custom-components-Burze.dzis.net] Registration complete 2020-03-08 08:21:05 INFO (MainThread) [hacs.repository.integration.PiotrMachowski.Home-Assistant-custom-components-Google-Keep] Registration complete 2020-03-08 08:21:06 INFO (MainThread) [hacs.repository.integration.PiotrMachowski.Home-Assistant-custom-components-iMPK] Registration complete 2020-03-08 08:21:07 DEBUG (MainThread) [hacs.repository.integration.PiotrMachowski.Home-Assistant-custom-components-Looko2] Checking repository. 2020-03-08 08:21:08 DEBUG (MainThread) [hacs.repository.integration.PiotrMachowski.Home-Assistant-custom-components-Rozkladzik] Checking repository. 2020-03-08 08:21:08 DEBUG (MainThread) [hacs.repository.integration.PiotrMachowski.Home-Assistant-custom-components-Tauron-AMIplus] Checking repository. 2020-03-08 08:21:08 DEBUG (MainThread) [hacs.repository.integration.pippyn.Home-Assistant-Sensor-Afvalbeheer] Checking repository. 2020-03-08 08:21:08 DEBUG (MainThread) [hacs.repository.integration.pippyn.Home-Assistant-Sensor-Groningen-Afvalwijzer] Checking repository. 2020-03-08 08:21:08 DEBUG (MainThread) [hacs.repository.integration.pippyn.Home-Assistant-Sensor-Ophaalkalender] Checking repository. 2020-03-08 08:21:08 DEBUG (MainThread) [hacs.repository.integration.Poeschl.Remote-PicoTTS] Checking repository. 2020-03-08 08:21:08 DEBUG (MainThread) [hacs.repository.integration.Pouzor.freebox_player] Checking repository. 2020-03-08 08:21:09 DEBUG (MainThread) [hacs.repository.integration.ptimatth.GeorideHA] Checking repository. 2020-03-08 08:21:09 DEBUG (MainThread) [hacs.repository.integration.PTST.O365-HomeAssistant] Checking repository. 2020-03-08 08:21:09 DEBUG (MainThread) [hacs.repository.integration.r-renato.hass-xiaomi-mi-flora-and-flower-care] Checking repository. 2020-03-08 08:21:09 DEBUG (MainThread) [hacs.repository.integration.rdehuyss.homeassistant-custom_components-denkovi] Checking repository. 2020-03-08 08:21:09 DEBUG (MainThread) [hacs.repository.integration.reharmsen.hass-youless-component] Checking repository. 2020-03-08 08:21:10 DEBUG (MainThread) [hacs.repository.integration.remco770.garbage-bar-homeassistant] Checking repository. 2020-03-08 08:21:10 INFO (MainThread) [hacs.repository.integration.PiotrMachowski.Home-Assistant-custom-components-Looko2] Registration complete 2020-03-08 08:21:10 INFO (MainThread) [hacs.repository.integration.PiotrMachowski.Home-Assistant-custom-components-Rozkladzik] Registration complete 2020-03-08 08:21:11 INFO (MainThread) [hacs.repository.integration.PiotrMachowski.Home-Assistant-custom-components-Tauron-AMIplus] Registration complete 2020-03-08 08:21:11 DEBUG (MainThread) [hacs.repository.integration.ReneNulschDE.mbapipy] Checking repository. 2020-03-08 08:21:11 INFO (MainThread) [hacs.repository.integration.pippyn.Home-Assistant-Sensor-Afvalbeheer] Registration complete 2020-03-08 08:21:11 INFO (MainThread) [hacs.repository.integration.Poeschl.Remote-PicoTTS] Registration complete 2020-03-08 08:21:12 INFO (MainThread) [hacs.repository.integration.pippyn.Home-Assistant-Sensor-Ophaalkalender] Registration complete 2020-03-08 08:21:12 INFO (MainThread) [hacs.repository.integration.pippyn.Home-Assistant-Sensor-Groningen-Afvalwijzer] Registration complete 2020-03-08 08:21:12 INFO (MainThread) [hacs.repository.integration.Pouzor.freebox_player] Registration complete 2020-03-08 08:21:15 INFO (MainThread) [hacs.repository.integration.ptimatth.GeorideHA] Registration complete 2020-03-08 08:21:15 INFO (MainThread) [hacs.repository.integration.PTST.O365-HomeAssistant] Registration complete 2020-03-08 08:21:15 INFO (MainThread) [hacs.repository.integration.rdehuyss.homeassistant-custom_components-denkovi] Registration complete 2020-03-08 08:21:15 INFO (MainThread) [hacs.repository.integration.r-renato.hass-xiaomi-mi-flora-and-flower-care] Registration complete 2020-03-08 08:21:15 INFO (MainThread) [hacs.repository.integration.reharmsen.hass-youless-component] Registration complete 2020-03-08 08:21:15 DEBUG (MainThread) [hacs.repository.integration.rgruebel.ha_zigbee2mqtt_networkmap] Checking repository. 2020-03-08 08:21:15 DEBUG (MainThread) [hacs.repository.integration.roberodin.ha-samsungtv-custom] Checking repository. 2020-03-08 08:21:16 DEBUG (MainThread) [hacs.repository.integration.jaruba.ha-samsungtv-tizen] Checking repository. 2020-03-08 08:21:16 INFO (MainThread) [hacs.repository.integration.remco770.garbage-bar-homeassistant] Registration complete 2020-03-08 08:21:16 DEBUG (MainThread) [hacs.repository.integration.RobHofmann.HomeAssistant-GreeClimateComponent] Checking repository. 2020-03-08 08:21:16 DEBUG (MainThread) [hacs.repository.integration.RobHofmann.HomeAssistant-PhilipsAndroid2014] Checking repository. 2020-03-08 08:21:17 DEBUG (MainThread) [hacs.repository.integration.robmarkcole.HASS-amazon-rekognition] Checking repository. 2020-03-08 08:21:17 DEBUG (MainThread) [hacs.repository.integration.robmarkcole.HASS-Deepstack-face] Checking repository. 2020-03-08 08:21:17 DEBUG (MainThread) [hacs.repository.integration.robmarkcole.HASS-Deepstack-object] Checking repository. 2020-03-08 08:21:17 INFO (MainThread) [hacs.repository.integration.ReneNulschDE.mbapipy] Registration complete 2020-03-08 08:21:18 INFO (MainThread) [hacs.repository.integration.rgruebel.ha_zigbee2mqtt_networkmap] Registration complete 2020-03-08 08:21:19 INFO (MainThread) [hacs.repository.integration.roberodin.ha-samsungtv-custom] Registration complete 2020-03-08 08:21:19 INFO (MainThread) [hacs.repository.integration.jaruba.ha-samsungtv-tizen] Registration complete 2020-03-08 08:21:19 INFO (MainThread) [hacs.repository.integration.robmarkcole.HASS-Deepstack-face] Registration complete 2020-03-08 08:21:19 INFO (MainThread) [hacs.repository.integration.RobHofmann.HomeAssistant-GreeClimateComponent] Registration complete 2020-03-08 08:21:19 INFO (MainThread) [hacs.repository.integration.robmarkcole.HASS-Deepstack-object] Registration complete 2020-03-08 08:21:19 INFO (MainThread) [hacs.repository.integration.RobHofmann.HomeAssistant-PhilipsAndroid2014] Registration complete 2020-03-08 08:21:20 DEBUG (MainThread) [hacs.repository.integration.robmarkcole.HASS-Machinebox-Classificationbox] Checking repository. 2020-03-08 08:21:20 DEBUG (MainThread) [hacs.repository.integration.robmarkcole.HASS-Sighthound] Checking repository. 2020-03-08 08:21:20 INFO (MainThread) [hacs.repository.integration.robmarkcole.HASS-amazon-rekognition] Registration complete 2020-03-08 08:21:20 DEBUG (MainThread) [hacs.repository.integration.robmarkcole.Hue-sensors-HASS] Checking repository. 2020-03-08 08:21:20 DEBUG (MainThread) [hacs.repository.integration.rsnodgrass.hass-adtpulse] Checking repository. 2020-03-08 08:21:20 DEBUG (MainThread) [hacs.repository.integration.rsnodgrass.hass-flo-water] Checking repository. 2020-03-08 08:21:21 DEBUG (MainThread) [hacs.repository.integration.rsnodgrass.hass-integrations] Checking repository. 2020-03-08 08:21:22 DEBUG (MainThread) [hacs.repository.integration.rsnodgrass.hass-sensorpush] Checking repository. 2020-03-08 08:21:23 INFO (MainThread) [hacs.repository.integration.robmarkcole.Hue-sensors-HASS] Registration complete 2020-03-08 08:21:23 INFO (MainThread) [hacs.repository.integration.robmarkcole.HASS-Machinebox-Classificationbox] Registration complete 2020-03-08 08:21:23 INFO (MainThread) [hacs.repository.integration.robmarkcole.HASS-Sighthound] Registration complete 2020-03-08 08:21:23 DEBUG (MainThread) [hacs.repository.integration.rt400.School-Vacation] Checking repository. 2020-03-08 08:21:23 INFO (MainThread) [hacs.repository.integration.rsnodgrass.hass-adtpulse] Registration complete 2020-03-08 08:21:23 INFO (MainThread) [hacs.repository.integration.rsnodgrass.hass-flo-water] Registration complete 2020-03-08 08:21:24 DEBUG (MainThread) [hacs.repository.integration.ryanmac8.Home-Assistant-Marta] Checking repository. 2020-03-08 08:21:24 DEBUG (MainThread) [hacs.repository.integration.ryannazaretian.hacs-nexia-climate-integration] Checking repository. 2020-03-08 08:21:24 DEBUG (MainThread) [hacs.repository.integration.safepay.cover.hd_powerview] Checking repository. 2020-03-08 08:21:24 DEBUG (MainThread) [hacs.repository.integration.safepay.sensor.fronius] Checking repository. 2020-03-08 08:21:24 INFO (MainThread) [hacs.repository.integration.rsnodgrass.hass-integrations] Registration complete 2020-03-08 08:21:24 DEBUG (MainThread) [hacs.repository.integration.safepay.sensor.willyweather] Checking repository. 2020-03-08 08:21:24 DEBUG (MainThread) [hacs.repository.integration.scottyphillips.mitsubishi_hass] Checking repository. 2020-03-08 08:21:25 DEBUG (MainThread) [hacs.repository.integration.sebr.bhyve-home-assistant] Checking repository. 2020-03-08 08:21:25 INFO (MainThread) [hacs.repository.integration.rsnodgrass.hass-sensorpush] Registration complete 2020-03-08 08:21:26 INFO (MainThread) [hacs.repository.integration.rt400.School-Vacation] Registration complete 2020-03-08 08:21:27 INFO (MainThread) [hacs.repository.integration.ryannazaretian.hacs-nexia-climate-integration] Registration complete 2020-03-08 08:21:27 INFO (MainThread) [hacs.repository.integration.ryanmac8.Home-Assistant-Marta] Registration complete 2020-03-08 08:21:27 INFO (MainThread) [hacs.repository.integration.safepay.cover.hd_powerview] Registration complete 2020-03-08 08:21:27 INFO (MainThread) [hacs.repository.integration.safepay.sensor.willyweather] Registration complete 2020-03-08 08:21:27 INFO (MainThread) [hacs.repository.integration.safepay.sensor.fronius] Registration complete 2020-03-08 08:21:27 INFO (MainThread) [hacs.repository.integration.scottyphillips.mitsubishi_hass] Registration complete 2020-03-08 08:21:28 DEBUG (MainThread) [hacs.repository.integration.SebuZet.samsungrac] Checking repository. 2020-03-08 08:21:28 DEBUG (MainThread) [hacs.repository.integration.shbatm.hacs-isy994] Checking repository. 2020-03-08 08:21:28 INFO (MainThread) [hacs.repository.integration.sebr.bhyve-home-assistant] Registration complete 2020-03-08 08:21:28 DEBUG (MainThread) [hacs.repository.integration.shogunxam.Home-Assistant-custom-components-cfr-toscana] Checking repository. 2020-03-08 08:21:28 DEBUG (MainThread) [hacs.repository.integration.Sholofly.ZiggoNext] Checking repository. 2020-03-08 08:21:28 DEBUG (MainThread) [hacs.repository.integration.shutupflanders.sensor.moneydashboard] Checking repository. 2020-03-08 08:21:29 DEBUG (MainThread) [hacs.repository.integration.slesinger.HomeAssistant-BMR] Checking repository. 2020-03-08 08:21:30 DEBUG (MainThread) [hacs.repository.integration.snarky-snark.home-assistant-variables] Checking repository. 2020-03-08 08:21:31 INFO (MainThread) [hacs.repository.integration.SebuZet.samsungrac] Registration complete 2020-03-08 08:21:31 INFO (MainThread) [hacs.repository.integration.shbatm.hacs-isy994] Registration complete 2020-03-08 08:21:31 DEBUG (MainThread) [hacs.repository.integration.snicker.zwift_hass] Checking repository. 2020-03-08 08:21:31 INFO (MainThread) [hacs.repository.integration.shogunxam.Home-Assistant-custom-components-cfr-toscana] Registration complete 2020-03-08 08:21:31 INFO (MainThread) [hacs.repository.integration.Sholofly.ZiggoNext] Registration complete 2020-03-08 08:21:32 INFO (MainThread) [hacs.repository.integration.shutupflanders.sensor.moneydashboard] Registration complete 2020-03-08 08:21:32 DEBUG (MainThread) [hacs.repository.integration.so3n.HA_harmony_climate_component] Checking repository. 2020-03-08 08:21:32 DEBUG (MainThread) [hacs.repository.integration.StyraHem.ShellyForHASS] Checking repository. 2020-03-08 08:21:32 DEBUG (MainThread) [hacs.repository.integration.tefinger.hass-brematic] Checking repository. 2020-03-08 08:21:32 DEBUG (MainThread) [hacs.repository.integration.thevoltagesource.LennoxiComfort] Checking repository. 2020-03-08 08:21:32 DEBUG (MainThread) [hacs.repository.integration.thomasloven.hass-browser_mod] Checking repository. 2020-03-08 08:21:32 INFO (MainThread) [hacs.repository.integration.slesinger.HomeAssistant-BMR] Registration complete 2020-03-08 08:21:32 DEBUG (MainThread) [hacs.repository.integration.thomasloven.hass-favicon] Checking repository. 2020-03-08 08:21:36 INFO (MainThread) [hacs.repository.integration.snarky-snark.home-assistant-variables] Registration complete 2020-03-08 08:21:36 DEBUG (MainThread) [hacs.repository.integration.thomasloven.hass-fontawesome] Checking repository. 2020-03-08 08:21:36 DEBUG (MainThread) [hacs.repository.integration.thomasloven.hass-lovelace_gen] Checking repository. 2020-03-08 08:21:36 DEBUG (MainThread) [hacs.repository.integration.TimSoethout.goodwe-sems-home-assistant] Checking repository. 2020-03-08 08:21:36 DEBUG (MainThread) [hacs.repository.integration.timvancann.homeassistant-growatt] Checking repository. 2020-03-08 08:21:36 DEBUG (MainThread) [hacs.repository.integration.tmechen.ber_status] Checking repository. 2020-03-08 08:21:37 DEBUG (MainThread) [hacs.repository.integration.tmonck.clean_up_snapshots] Checking repository. 2020-03-08 08:21:37 INFO (MainThread) [hacs.repository.integration.snicker.zwift_hass] Registration complete 2020-03-08 08:21:37 INFO (MainThread) [hacs.repository.integration.StyraHem.ShellyForHASS] Registration complete 2020-03-08 08:21:37 INFO (MainThread) [hacs.repository.integration.so3n.HA_harmony_climate_component] Registration complete 2020-03-08 08:21:37 DEBUG (MainThread) [hacs.repository.integration.tomaae.homeassistant-mikrotik_router] Checking repository. 2020-03-08 08:21:38 INFO (MainThread) [hacs.repository.integration.thevoltagesource.LennoxiComfort] Registration complete 2020-03-08 08:21:38 INFO (MainThread) [hacs.repository.integration.thomasloven.hass-browser_mod] Registration complete 2020-03-08 08:21:38 INFO (MainThread) [hacs.repository.integration.tefinger.hass-brematic] Registration complete 2020-03-08 08:21:38 INFO (MainThread) [hacs.repository.integration.thomasloven.hass-favicon] Registration complete 2020-03-08 08:21:38 INFO (MainThread) [hacs.repository.integration.TimSoethout.goodwe-sems-home-assistant] Registration complete 2020-03-08 08:21:39 INFO (MainThread) [hacs.repository.integration.thomasloven.hass-lovelace_gen] Registration complete 2020-03-08 08:21:39 INFO (MainThread) [hacs.repository.integration.thomasloven.hass-fontawesome] Registration complete 2020-03-08 08:21:39 INFO (MainThread) [hacs.repository.integration.timvancann.homeassistant-growatt] Registration complete 2020-03-08 08:21:40 INFO (MainThread) [hacs.repository.integration.tmechen.ber_status] Registration complete 2020-03-08 08:21:40 INFO (MainThread) [hacs.repository.integration.tmonck.clean_up_snapshots] Registration complete 2020-03-08 08:21:41 DEBUG (MainThread) [hacs.repository.integration.tuxuser.abfallapi_jumomind_ha] Checking repository. 2020-03-08 08:21:41 INFO (MainThread) [hacs.repository.integration.tomaae.homeassistant-mikrotik_router] Registration complete 2020-03-08 08:21:42 DEBUG (MainThread) [hacs.repository.integration.tuxuser.abfallapi_regioit_ha] Checking repository. 2020-03-08 08:21:42 DEBUG (MainThread) [hacs.repository.integration.twrecked.hass-momentary] Checking repository. 2020-03-08 08:21:42 DEBUG (MainThread) [hacs.repository.integration.twrecked.hass-aarlo] Checking repository. 2020-03-08 08:21:43 DEBUG (MainThread) [hacs.repository.integration.tybritten.ical-sensor-homeassistant] Checking repository. 2020-03-08 08:21:43 DEBUG (MainThread) [hacs.repository.integration.vinteo.hass-opensprinkler] Checking repository. 2020-03-08 08:21:43 DEBUG (MainThread) [hacs.repository.integration.walthowd.ha-automower] Checking repository. 2020-03-08 08:21:43 DEBUG (MainThread) [hacs.repository.integration.websylv.homeassistant-meteoswiss] Checking repository. 2020-03-08 08:21:43 INFO (MainThread) [hacs.repository.integration.tuxuser.abfallapi_jumomind_ha] Registration complete 2020-03-08 08:21:43 DEBUG (MainThread) [hacs.repository.integration.xirixiz.Home-Assistant-Sensor-Afvalwijzer] Checking repository. 2020-03-08 08:21:44 DEBUG (MainThread) [hacs.repository.integration.xMrVizzy.Minecraft-Version] Checking repository. 2020-03-08 08:21:44 DEBUG (MainThread) [hacs.repository.integration.xMrVizzy.Philips-AirPurifier] Checking repository. 2020-03-08 08:21:44 DEBUG (MainThread) [hacs.repository.integration.zachowj.hass-node-red] Checking repository. 2020-03-08 08:21:44 INFO (MainThread) [hacs.repository.integration.tuxuser.abfallapi_regioit_ha] Registration complete 2020-03-08 08:21:45 INFO (MainThread) [hacs.repository.integration.twrecked.hass-momentary] Registration complete 2020-03-08 08:21:45 DEBUG (MainThread) [hacs.repository.integration.zha-ng.zha-map] Checking repository. 2020-03-08 08:21:45 INFO (MainThread) [hacs.repository.integration.twrecked.hass-aarlo] Registration complete 2020-03-08 08:21:45 DEBUG (MainThread) [hacs.repository.integration.custom-components.places] Checking repository. 2020-03-08 08:21:46 INFO (MainThread) [hacs.repository.integration.vinteo.hass-opensprinkler] Registration complete 2020-03-08 08:21:46 INFO (MainThread) [hacs.repository.integration.tybritten.ical-sensor-homeassistant] Registration complete 2020-03-08 08:21:46 DEBUG (MainThread) [hacs.repository.integration.custom-components.alexa_media_player] Checking repository. 2020-03-08 08:21:46 INFO (MainThread) [hacs.repository.integration.websylv.homeassistant-meteoswiss] Registration complete 2020-03-08 08:21:46 INFO (MainThread) [hacs.repository.integration.walthowd.ha-automower] Registration complete 2020-03-08 08:21:46 INFO (MainThread) [hacs.repository.integration.xirixiz.Home-Assistant-Sensor-Afvalwijzer] Registration complete 2020-03-08 08:21:46 INFO (MainThread) [hacs.repository.integration.xMrVizzy.Minecraft-Version] Registration complete 2020-03-08 08:21:47 INFO (MainThread) [hacs.repository.integration.xMrVizzy.Philips-AirPurifier] Registration complete 2020-03-08 08:21:47 INFO (MainThread) [hacs.repository.integration.zachowj.hass-node-red] Registration complete 2020-03-08 08:21:48 INFO (MainThread) [hacs.repository.integration.zha-ng.zha-map] Registration complete 2020-03-08 08:21:48 INFO (MainThread) [hacs.repository.integration.custom-components.places] Registration complete 2020-03-08 08:21:48 DEBUG (MainThread) [hacs.repository.integration.custom-components.brewdog] Checking repository. 2020-03-08 08:21:49 INFO (MainThread) [hacs.repository.integration.custom-components.alexa_media_player] Registration complete 2020-03-08 08:21:49 DEBUG (MainThread) [hacs.repository.integration.custom-components.weatheralerts] Checking repository. 2020-03-08 08:21:50 DEBUG (MainThread) [hacs.repository.integration.custom-components.wienerlinien] Checking repository. 2020-03-08 08:21:50 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.rpi_power] Checking repository. 2020-03-08 08:21:51 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.untappd] Checking repository. 2020-03-08 08:21:51 DEBUG (MainThread) [hacs.repository.integration.custom-components.authenticated] Checking repository. 2020-03-08 08:21:51 DEBUG (MainThread) [hacs.repository.integration.custom-components.unsplash] Checking repository. 2020-03-08 08:21:51 DEBUG (MainThread) [hacs.repository.integration.custom-components.combined] Checking repository. 2020-03-08 08:21:51 INFO (MainThread) [hacs.repository.integration.custom-components.brewdog] Registration complete 2020-03-08 08:21:51 DEBUG (MainThread) [hacs.repository.integration.custom-components.feedparser] Checking repository. 2020-03-08 08:21:51 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.personalcapital] Checking repository. 2020-03-08 08:21:52 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.trakt] Checking repository. 2020-03-08 08:21:52 INFO (MainThread) [hacs.repository.integration.custom-components.weatheralerts] Registration complete 2020-03-08 08:21:52 DEBUG (MainThread) [hacs.repository.integration.custom-components.climate.e_thermostaat] Checking repository. 2020-03-08 08:21:53 INFO (MainThread) [hacs.repository.integration.custom-components.wienerlinien] Registration complete 2020-03-08 08:21:53 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.rpi_power] Registration complete 2020-03-08 08:21:53 DEBUG (MainThread) [hacs.repository.integration.custom-components.media_player.braviatv_psk] Checking repository. 2020-03-08 08:21:53 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.sonarr_upcoming_media] Checking repository. 2020-03-08 08:21:54 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.untappd] Registration complete 2020-03-08 08:21:54 INFO (MainThread) [hacs.repository.integration.custom-components.authenticated] Registration complete 2020-03-08 08:21:54 INFO (MainThread) [hacs.repository.integration.custom-components.unsplash] Registration complete 2020-03-08 08:21:54 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.radarr_upcoming_media] Checking repository. 2020-03-08 08:21:54 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.personalcapital] Registration complete 2020-03-08 08:21:54 INFO (MainThread) [hacs.repository.integration.custom-components.feedparser] Registration complete 2020-03-08 08:21:54 INFO (MainThread) [hacs.repository.integration.custom-components.combined] Registration complete 2020-03-08 08:21:58 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.owlintuition] Checking repository. 2020-03-08 08:21:58 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.unifigateway] Checking repository. 2020-03-08 08:21:58 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.ssh] Checking repository. 2020-03-08 08:21:58 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.trakt] Registration complete 2020-03-08 08:21:58 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.plex_recently_added] Checking repository. 2020-03-08 08:21:59 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.kodi_recently_added] Checking repository. 2020-03-08 08:21:59 DEBUG (MainThread) [hacs.repository.integration.custom-components.youtube] Checking repository. 2020-03-08 08:21:59 INFO (MainThread) [hacs.repository.integration.custom-components.media_player.braviatv_psk] Registration complete 2020-03-08 08:21:59 DEBUG (MainThread) [hacs.repository.integration.custom-components.config_check] Checking repository. 2020-03-08 08:21:59 INFO (MainThread) [hacs.repository.integration.custom-components.climate.e_thermostaat] Registration complete 2020-03-08 08:21:59 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.yandex_maps] Checking repository. 2020-03-08 08:21:59 DEBUG (MainThread) [hacs.repository.integration.custom-components.climate.programmable_thermostat] Checking repository. 2020-03-08 08:21:59 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.sonarr_upcoming_media] Registration complete 2020-03-08 08:21:59 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.file_restore] Checking repository. 2020-03-08 08:22:00 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.radarr_upcoming_media] Registration complete 2020-03-08 08:22:01 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.unifigateway] Registration complete 2020-03-08 08:22:01 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.owlintuition] Registration complete 2020-03-08 08:22:01 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.ssh] Registration complete 2020-03-08 08:22:01 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.plex_recently_added] Registration complete 2020-03-08 08:22:02 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.kodi_recently_added] Registration complete 2020-03-08 08:22:02 INFO (MainThread) [hacs.repository.integration.custom-components.config_check] Registration complete 2020-03-08 08:22:02 INFO (MainThread) [hacs.repository.integration.custom-components.climate.programmable_thermostat] Registration complete 2020-03-08 08:22:02 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.yandex_maps] Registration complete 2020-03-08 08:22:02 INFO (MainThread) [hacs.repository.integration.custom-components.youtube] Registration complete 2020-03-08 08:22:03 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.file_restore] Registration complete 2020-03-08 08:22:03 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.avanza_stock] Checking repository. 2020-03-08 08:22:04 DEBUG (MainThread) [hacs.repository.integration.custom-components.gpodder] Checking repository. 2020-03-08 08:22:04 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.airthings_wave] Checking repository. 2020-03-08 08:22:04 DEBUG (MainThread) [hacs.repository.integration.custom-components.breaking_changes] Checking repository. 2020-03-08 08:22:05 DEBUG (MainThread) [hacs.repository.integration.custom-components.zaptec] Checking repository. 2020-03-08 08:22:06 DEBUG (MainThread) [hacs.repository.integration.custom-components.grocy] Checking repository. 2020-03-08 08:22:06 DEBUG (MainThread) [hacs.repository.integration.custom-components.qbo] Checking repository. 2020-03-08 08:22:06 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.nintendo_wishlist] Checking repository. 2020-03-08 08:22:06 DEBUG (MainThread) [hacs.repository.integration.custom-components.templatesensor] Checking repository. 2020-03-08 08:22:06 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.avanza_stock] Registration complete 2020-03-08 08:22:07 INFO (MainThread) [hacs.repository.integration.custom-components.gpodder] Registration complete 2020-03-08 08:22:07 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.airthings_wave] Registration complete 2020-03-08 08:22:07 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.stadtreinigung_hamburg] Checking repository. 2020-03-08 08:22:07 DEBUG (MainThread) [hacs.repository.integration.custom-components.readme] Checking repository. 2020-03-08 08:22:07 DEBUG (MainThread) [hacs.repository.integration.custom-components.nordpool] Checking repository. 2020-03-08 08:22:07 DEBUG (MainThread) [hacs.repository.integration.custom-components.healthchecksio] Checking repository. 2020-03-08 08:22:07 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.avfallsor] Checking repository. 2020-03-08 08:22:08 INFO (MainThread) [hacs.repository.integration.custom-components.breaking_changes] Registration complete 2020-03-08 08:22:08 INFO (MainThread) [hacs.repository.integration.custom-components.zaptec] Registration complete 2020-03-08 08:22:08 DEBUG (MainThread) [hacs.repository.integration.custom-components.fedex] Checking repository. 2020-03-08 08:22:09 INFO (MainThread) [hacs.repository.integration.custom-components.grocy] Registration complete 2020-03-08 08:22:09 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.nintendo_wishlist] Registration complete 2020-03-08 08:22:09 INFO (MainThread) [hacs.repository.integration.custom-components.qbo] Registration complete 2020-03-08 08:22:09 INFO (MainThread) [hacs.repository.integration.custom-components.templatesensor] Registration complete 2020-03-08 08:22:10 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.stadtreinigung_hamburg] Registration complete 2020-03-08 08:22:10 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.avfallsor] Registration complete 2020-03-08 08:22:11 INFO (MainThread) [hacs.repository.integration.custom-components.readme] Registration complete 2020-03-08 08:22:11 INFO (MainThread) [hacs.repository.integration.custom-components.healthchecksio] Registration complete 2020-03-08 08:22:11 INFO (MainThread) [hacs.repository.integration.custom-components.nordpool] Registration complete 2020-03-08 08:22:11 INFO (MainThread) [hacs.repository.integration.custom-components.fedex] Registration complete 2020-03-08 08:22:11 DEBUG (MainThread) [hacs.repository.integration.custom-components.linksys_ap] Checking repository. 2020-03-08 08:22:12 DEBUG (MainThread) [hacs.repository.integration.custom-components.srp_energy] Checking repository. 2020-03-08 08:22:12 DEBUG (MainThread) [hacs.repository.integration.custom-components.sytadin] Checking repository. 2020-03-08 08:22:13 DEBUG (MainThread) [hacs.repository.integration.custom-components.ups] Checking repository. 2020-03-08 08:22:13 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.mitemp_bt] Checking repository. 2020-03-08 08:22:14 DEBUG (MainThread) [hacs.repository.integration.custom-components.uilogs] Checking repository. 2020-03-08 08:22:14 DEBUG (MainThread) [hacs.repository.plugin.amaximus.bkk-stop-card] Checking repository. 2020-03-08 08:22:14 DEBUG (MainThread) [hacs.repository.plugin.amaximus.garbage-collection-card] Checking repository. 2020-03-08 08:22:14 DEBUG (MainThread) [hacs.repository.plugin.AmoebeLabs.flex-horseshoe-card] Checking repository. 2020-03-08 08:22:14 INFO (MainThread) [hacs.repository.integration.custom-components.linksys_ap] Registration complete 2020-03-08 08:22:15 INFO (MainThread) [hacs.repository.integration.custom-components.srp_energy] Registration complete 2020-03-08 08:22:15 INFO (MainThread) [hacs.repository.integration.custom-components.sytadin] Registration complete 2020-03-08 08:22:15 DEBUG (MainThread) [hacs.repository.plugin.Anonym-tsk.lovelace-starline-card] Checking repository. 2020-03-08 08:22:15 DEBUG (MainThread) [hacs.repository.plugin.atomic7777.atomic_calendar] Checking repository. 2020-03-08 08:22:15 INFO (MainThread) [hacs.repository.integration.custom-components.ups] Registration complete 2020-03-08 08:22:16 DEBUG (MainThread) [hacs.repository.plugin.azuwis.zigbee2mqtt-networkmap] Checking repository. 2020-03-08 08:22:19 DEBUG (MainThread) [hacs.repository.plugin.bbbenji.synthwave-hass-extras] Checking repository. 2020-03-08 08:22:19 DEBUG (MainThread) [hacs.repository.plugin.benct.lovelace-github-entity-row] Checking repository. 2020-03-08 08:22:19 DEBUG (MainThread) [hacs.repository.plugin.benct.lovelace-multiple-entity-row] Checking repository. 2020-03-08 08:22:19 INFO (MainThread) [hacs.repository.plugin.AmoebeLabs.flex-horseshoe-card] Registration complete 2020-03-08 08:22:19 INFO (MainThread) [hacs.repository.integration.custom-components.sensor.mitemp_bt] Registration complete 2020-03-08 08:22:20 DEBUG (MainThread) [hacs.repository.plugin.benct.lovelace-xiaomi-vacuum-card] Checking repository. 2020-03-08 08:22:20 INFO (MainThread) [hacs.repository.plugin.amaximus.garbage-collection-card] Registration complete 2020-03-08 08:22:20 INFO (MainThread) [hacs.repository.plugin.amaximus.bkk-stop-card] Registration complete 2020-03-08 08:22:20 INFO (MainThread) [hacs.repository.integration.custom-components.uilogs] Registration complete 2020-03-08 08:22:20 DEBUG (MainThread) [hacs.repository.plugin.bokub.rgb-light-card] Checking repository. 2020-03-08 08:22:20 DEBUG (MainThread) [hacs.repository.plugin.bramkragten.swipe-card] Checking repository. 2020-03-08 08:22:20 INFO (MainThread) [hacs.repository.plugin.atomic7777.atomic_calendar] Registration complete 2020-03-08 08:22:20 DEBUG (MainThread) [hacs.repository.plugin.bramkragten.weather-card] Checking repository. 2020-03-08 08:22:21 INFO (MainThread) [hacs.repository.plugin.Anonym-tsk.lovelace-starline-card] Registration complete 2020-03-08 08:22:21 INFO (MainThread) [hacs.repository.plugin.bbbenji.synthwave-hass-extras] Registration complete 2020-03-08 08:22:21 INFO (MainThread) [hacs.repository.plugin.azuwis.zigbee2mqtt-networkmap] Registration complete 2020-03-08 08:22:21 INFO (MainThread) [hacs.repository.plugin.benct.lovelace-github-entity-row] Registration complete 2020-03-08 08:22:21 INFO (MainThread) [hacs.repository.plugin.benct.lovelace-multiple-entity-row] Registration complete 2020-03-08 08:22:22 INFO (MainThread) [hacs.repository.plugin.bokub.rgb-light-card] Registration complete 2020-03-08 08:22:22 INFO (MainThread) [hacs.repository.plugin.bramkragten.swipe-card] Registration complete 2020-03-08 08:22:22 INFO (MainThread) [hacs.repository.plugin.benct.lovelace-xiaomi-vacuum-card] Registration complete 2020-03-08 08:22:22 INFO (MainThread) [hacs.repository.plugin.bramkragten.weather-card] Registration complete 2020-03-08 08:22:24 DEBUG (MainThread) [hacs.repository.plugin.Ceerbeerus.beerbolaget-card] Checking repository. 2020-03-08 08:22:24 DEBUG (MainThread) [hacs.repository.plugin.chaptergy.lightalarm-card] Checking repository. 2020-03-08 08:22:25 DEBUG (MainThread) [hacs.repository.plugin.CyrisXD.love-lock-card] Checking repository. 2020-03-08 08:22:25 DEBUG (MainThread) [hacs.repository.plugin.DarkFox.rejseplanen-card] Checking repository. 2020-03-08 08:22:25 DEBUG (MainThread) [hacs.repository.plugin.DavidFW1960.bom-weather-card] Checking repository. 2020-03-08 08:22:25 DEBUG (MainThread) [hacs.repository.plugin.dcramer.lovelace-nextbus-card] Checking repository. 2020-03-08 08:22:26 DEBUG (MainThread) [hacs.repository.plugin.dimagoltsman.content-card-remote-control] Checking repository. 2020-03-08 08:22:26 DEBUG (MainThread) [hacs.repository.plugin.dmulcahey.zha-network-card] Checking repository. 2020-03-08 08:22:26 INFO (MainThread) [hacs.repository.plugin.chaptergy.lightalarm-card] Registration complete 2020-03-08 08:22:26 DEBUG (MainThread) [hacs.repository.plugin.dnguyen800.air-visual-card] Checking repository. 2020-03-08 08:22:26 DEBUG (MainThread) [hacs.repository.plugin.dooz127.swipe-glance-card] Checking repository. 2020-03-08 08:22:26 DEBUG (MainThread) [hacs.repository.plugin.enriqg9.dual-thermostat] Checking repository. 2020-03-08 08:22:26 INFO (MainThread) [hacs.repository.plugin.DarkFox.rejseplanen-card] Registration complete 2020-03-08 08:22:26 INFO (MainThread) [hacs.repository.plugin.Ceerbeerus.beerbolaget-card] Registration complete 2020-03-08 08:22:27 DEBUG (MainThread) [hacs.repository.plugin.fineemb.lovelace-fan-xiaomi] Checking repository. 2020-03-08 08:22:27 DEBUG (MainThread) [hacs.repository.plugin.fineemb.lovelace-thermostat-card] Checking repository. 2020-03-08 08:22:27 DEBUG (MainThread) [hacs.repository.plugin.fineemb.lovelace-dc1-card] Checking repository. 2020-03-08 08:22:27 INFO (MainThread) [hacs.repository.plugin.DavidFW1960.bom-weather-card] Registration complete 2020-03-08 08:22:27 DEBUG (MainThread) [hacs.repository.plugin.finity69x2.fan-control-entity-row] Checking repository. 2020-03-08 08:22:27 INFO (MainThread) [hacs.repository.plugin.CyrisXD.love-lock-card] Registration complete 2020-03-08 08:22:27 INFO (MainThread) [hacs.repository.plugin.dcramer.lovelace-nextbus-card] Registration complete 2020-03-08 08:22:28 INFO (MainThread) [hacs.repository.plugin.dnguyen800.air-visual-card] Registration complete 2020-03-08 08:22:28 INFO (MainThread) [hacs.repository.plugin.dooz127.swipe-glance-card] Registration complete 2020-03-08 08:22:28 INFO (MainThread) [hacs.repository.plugin.dmulcahey.zha-network-card] Registration complete 2020-03-08 08:22:29 INFO (MainThread) [hacs.repository.plugin.fineemb.lovelace-thermostat-card] Registration complete 2020-03-08 08:22:29 INFO (MainThread) [hacs.repository.plugin.dimagoltsman.content-card-remote-control] Registration complete 2020-03-08 08:22:29 INFO (MainThread) [hacs.repository.plugin.enriqg9.dual-thermostat] Registration complete 2020-03-08 08:22:29 INFO (MainThread) [hacs.repository.plugin.finity69x2.fan-control-entity-row] Registration complete 2020-03-08 08:22:30 INFO (MainThread) [hacs.repository.plugin.fineemb.lovelace-dc1-card] Registration complete 2020-03-08 08:22:30 INFO (MainThread) [hacs.repository.plugin.fineemb.lovelace-fan-xiaomi] Registration complete 2020-03-08 08:22:31 DEBUG (MainThread) [hacs.repository.plugin.finity69x2.light-brightness-preset-row] Checking repository. 2020-03-08 08:22:31 DEBUG (MainThread) [hacs.repository.plugin.gadgetchnnel.lovelace-card-templater] Checking repository. 2020-03-08 08:22:31 DEBUG (MainThread) [hacs.repository.plugin.gadgetchnnel.lovelace-home-feed-card] Checking repository. 2020-03-08 08:22:32 DEBUG (MainThread) [hacs.repository.plugin.gadgetchnnel.lovelace-text-input-row] Checking repository. 2020-03-08 08:22:32 DEBUG (MainThread) [hacs.repository.plugin.gurbyz.power-wheel-card] Checking repository. 2020-03-08 08:22:32 DEBUG (MainThread) [hacs.repository.plugin.hasl-platform.lovelace-hasl-departure-card] Checking repository. 2020-03-08 08:22:33 INFO (MainThread) [hacs.repository.plugin.finity69x2.light-brightness-preset-row] Registration complete 2020-03-08 08:22:33 DEBUG (MainThread) [hacs.repository.plugin.hasl-platform.lovelace-hasl-traffic-status-card] Checking repository. 2020-03-08 08:22:33 DEBUG (MainThread) [hacs.repository.plugin.iantrich.aftership-card] Checking repository. 2020-03-08 08:22:33 DEBUG (MainThread) [hacs.repository.plugin.iantrich.config-template-card] Checking repository. 2020-03-08 08:22:34 DEBUG (MainThread) [hacs.repository.plugin.iantrich.podcast-card] Checking repository. 2020-03-08 08:22:34 INFO (MainThread) [hacs.repository.plugin.gadgetchnnel.lovelace-card-templater] Registration complete 2020-03-08 08:22:34 DEBUG (MainThread) [hacs.repository.plugin.iantrich.radial-menu] Checking repository. 2020-03-08 08:22:34 DEBUG (MainThread) [hacs.repository.plugin.iantrich.restriction-card] Checking repository. 2020-03-08 08:22:34 INFO (MainThread) [hacs.repository.plugin.gadgetchnnel.lovelace-home-feed-card] Registration complete 2020-03-08 08:22:34 INFO (MainThread) [hacs.repository.plugin.hasl-platform.lovelace-hasl-departure-card] Registration complete 2020-03-08 08:22:34 DEBUG (MainThread) [hacs.repository.plugin.iantrich.roku-card] Checking repository. 2020-03-08 08:22:35 DEBUG (MainThread) [hacs.repository.plugin.ikaruswill.lovelace-fan-xiaomi] Checking repository. 2020-03-08 08:22:35 INFO (MainThread) [hacs.repository.plugin.gadgetchnnel.lovelace-text-input-row] Registration complete 2020-03-08 08:22:35 INFO (MainThread) [hacs.repository.plugin.gurbyz.power-wheel-card] Registration complete 2020-03-08 08:22:35 DEBUG (MainThread) [hacs.repository.plugin.isabellaalstrom.krisinfo-card] Checking repository. 2020-03-08 08:22:35 INFO (MainThread) [hacs.repository.plugin.hasl-platform.lovelace-hasl-traffic-status-card] Registration complete 2020-03-08 08:22:35 INFO (MainThread) [hacs.repository.plugin.iantrich.aftership-card] Registration complete 2020-03-08 08:22:36 INFO (MainThread) [hacs.repository.plugin.iantrich.podcast-card] Registration complete 2020-03-08 08:22:36 INFO (MainThread) [hacs.repository.plugin.iantrich.restriction-card] Registration complete 2020-03-08 08:22:36 INFO (MainThread) [hacs.repository.plugin.iantrich.radial-menu] Registration complete 2020-03-08 08:22:37 INFO (MainThread) [hacs.repository.plugin.iantrich.config-template-card] Registration complete 2020-03-08 08:22:40 DEBUG (MainThread) [hacs.repository.plugin.isabellaalstrom.lovelace-grocy-chores-card] Checking repository. 2020-03-08 08:22:40 DEBUG (MainThread) [hacs.repository.plugin.jonkristian.entur-card] Checking repository. 2020-03-08 08:22:40 DEBUG (MainThread) [hacs.repository.plugin.kalkih.mini-graph-card] Checking repository. 2020-03-08 08:22:40 DEBUG (MainThread) [hacs.repository.plugin.kalkih.mini-media-player] Checking repository. 2020-03-08 08:22:40 INFO (MainThread) [hacs.repository.plugin.iantrich.roku-card] Registration complete 2020-03-08 08:22:40 DEBUG (MainThread) [hacs.repository.plugin.kalkih.simple-weather-card] Checking repository. 2020-03-08 08:22:40 DEBUG (MainThread) [hacs.repository.plugin.ljmerza.calendar-card] Checking repository. 2020-03-08 08:22:40 DEBUG (MainThread) [hacs.repository.plugin.ljmerza.fitbit-card] Checking repository. 2020-03-08 08:22:40 DEBUG (MainThread) [hacs.repository.plugin.ljmerza.github-card] Checking repository. 2020-03-08 08:22:41 INFO (MainThread) [hacs.repository.plugin.ikaruswill.lovelace-fan-xiaomi] Registration complete 2020-03-08 08:22:41 DEBUG (MainThread) [hacs.repository.plugin.ljmerza.light-entity-card] Checking repository. 2020-03-08 08:22:41 INFO (MainThread) [hacs.repository.plugin.isabellaalstrom.krisinfo-card] Registration complete 2020-03-08 08:22:41 DEBUG (MainThread) [hacs.repository.plugin.ljmerza.our-groceries-card] Checking repository. 2020-03-08 08:22:41 DEBUG (MainThread) [hacs.repository.plugin.ljmerza.reddit-card] Checking repository. 2020-03-08 08:22:42 DEBUG (MainThread) [hacs.repository.plugin.ljmerza.tracking-number-card] Checking repository. 2020-03-08 08:22:42 INFO (MainThread) [hacs.repository.plugin.jonkristian.entur-card] Registration complete 2020-03-08 08:22:42 INFO (MainThread) [hacs.repository.plugin.ljmerza.fitbit-card] Registration complete 2020-03-08 08:22:42 INFO (MainThread) [hacs.repository.plugin.ljmerza.calendar-card] Registration complete 2020-03-08 08:22:42 INFO (MainThread) [hacs.repository.plugin.kalkih.mini-media-player] Registration complete 2020-03-08 08:22:42 INFO (MainThread) [hacs.repository.plugin.kalkih.mini-graph-card] Registration complete 2020-03-08 08:22:42 INFO (MainThread) [hacs.repository.plugin.isabellaalstrom.lovelace-grocy-chores-card] Registration complete 2020-03-08 08:22:42 INFO (MainThread) [hacs.repository.plugin.ljmerza.github-card] Registration complete 2020-03-08 08:22:43 INFO (MainThread) [hacs.repository.plugin.kalkih.simple-weather-card] Registration complete 2020-03-08 08:22:43 INFO (MainThread) [hacs.repository.plugin.ljmerza.light-entity-card] Registration complete 2020-03-08 08:22:44 INFO (MainThread) [hacs.repository.plugin.ljmerza.our-groceries-card] Registration complete 2020-03-08 08:22:44 INFO (MainThread) [hacs.repository.plugin.ljmerza.reddit-card] Registration complete 2020-03-08 08:22:44 INFO (MainThread) [hacs.repository.plugin.ljmerza.tracking-number-card] Registration complete 2020-03-08 08:22:45 DEBUG (MainThread) [hacs.repository.plugin.ljmerza.travel-time-card] Checking repository. 2020-03-08 08:22:46 DEBUG (MainThread) [hacs.repository.plugin.maykar.custom-header] Checking repository. 2020-03-08 08:22:46 DEBUG (MainThread) [hacs.repository.plugin.maykar.lovelace-swipe-navigation] Checking repository. 2020-03-08 08:22:47 DEBUG (MainThread) [hacs.repository.plugin.Mofeywalker.openmensa-lovelace-card] Checking repository. 2020-03-08 08:22:47 INFO (MainThread) [hacs.repository.plugin.ljmerza.travel-time-card] Registration complete 2020-03-08 08:22:47 DEBUG (MainThread) [hacs.repository.plugin.nervetattoo.banner-card] Checking repository. 2020-03-08 08:22:47 DEBUG (MainThread) [hacs.repository.plugin.nervetattoo.simple-thermostat] Checking repository. 2020-03-08 08:22:47 DEBUG (MainThread) [hacs.repository.plugin.ofekashery.vertical-stack-in-card] Checking repository. 2020-03-08 08:22:47 DEBUG (MainThread) [hacs.repository.plugin.peetereczek.ztm-stop-card] Checking repository. 2020-03-08 08:22:47 DEBUG (MainThread) [hacs.repository.plugin.peternijssen.lovelace-postnl-card] Checking repository. 2020-03-08 08:22:47 DEBUG (MainThread) [hacs.repository.plugin.PiotrMachowski.Home-Assistant-Lovelace-HTML-Jinja2-Template-card] Checking repository. 2020-03-08 08:22:48 INFO (MainThread) [hacs.repository.plugin.maykar.custom-header] Registration complete 2020-03-08 08:22:48 DEBUG (MainThread) [hacs.repository.plugin.PiotrMachowski.Home-Assistant-Lovelace-Local-Conditional-card] Checking repository. 2020-03-08 08:22:48 DEBUG (MainThread) [hacs.repository.plugin.PiotrMachowski.lovelace-google-keep-card] Checking repository. 2020-03-08 08:22:48 INFO (MainThread) [hacs.repository.plugin.maykar.lovelace-swipe-navigation] Registration complete 2020-03-08 08:22:49 INFO (MainThread) [hacs.repository.plugin.Mofeywalker.openmensa-lovelace-card] Registration complete 2020-03-08 08:22:49 DEBUG (MainThread) [hacs.repository.plugin.PiotrMachowski.lovelace-html-card] Checking repository. 2020-03-08 08:22:49 INFO (MainThread) [hacs.repository.plugin.nervetattoo.banner-card] Registration complete 2020-03-08 08:22:49 DEBUG (MainThread) [hacs.repository.plugin.PiotrMachowski.lovelace-xiaomi-vacuum-map-card] Checking repository. 2020-03-08 08:22:49 INFO (MainThread) [hacs.repository.plugin.peternijssen.lovelace-postnl-card] Registration complete 2020-03-08 08:22:49 INFO (MainThread) [hacs.repository.plugin.peetereczek.ztm-stop-card] Registration complete 2020-03-08 08:22:49 INFO (MainThread) [hacs.repository.plugin.nervetattoo.simple-thermostat] Registration complete 2020-03-08 08:22:49 DEBUG (MainThread) [hacs.repository.plugin.postlund.search-card] Checking repository. 2020-03-08 08:22:50 INFO (MainThread) [hacs.repository.plugin.PiotrMachowski.Home-Assistant-Lovelace-Local-Conditional-card] Registration complete 2020-03-08 08:22:50 INFO (MainThread) [hacs.repository.plugin.ofekashery.vertical-stack-in-card] Registration complete 2020-03-08 08:22:50 INFO (MainThread) [hacs.repository.plugin.PiotrMachowski.Home-Assistant-Lovelace-HTML-Jinja2-Template-card] Registration complete 2020-03-08 08:22:50 INFO (MainThread) [hacs.repository.plugin.PiotrMachowski.lovelace-google-keep-card] Registration complete 2020-03-08 08:22:51 INFO (MainThread) [hacs.repository.plugin.PiotrMachowski.lovelace-html-card] Registration complete 2020-03-08 08:22:51 INFO (MainThread) [hacs.repository.plugin.PiotrMachowski.lovelace-xiaomi-vacuum-map-card] Registration complete 2020-03-08 08:22:52 DEBUG (MainThread) [hacs.repository.plugin.r-renato.ha-card-waze-travel-time] Checking repository. 2020-03-08 08:22:52 INFO (MainThread) [hacs.repository.plugin.postlund.search-card] Registration complete 2020-03-08 08:22:53 DEBUG (MainThread) [hacs.repository.plugin.r-renato.hass-xiaomi-mi-flora-and-flower-care] Checking repository. 2020-03-08 08:22:53 DEBUG (MainThread) [hacs.repository.plugin.RodBr.miflora-card] Checking repository. 2020-03-08 08:22:53 INFO (MainThread) [hacs.repository.plugin.r-renato.ha-card-waze-travel-time] Registration complete 2020-03-08 08:22:54 DEBUG (MainThread) [hacs.repository.plugin.royto.logbook-card] Checking repository. 2020-03-08 08:22:54 DEBUG (MainThread) [hacs.repository.plugin.sbryfcz.harmony-card] Checking repository. 2020-03-08 08:22:54 DEBUG (MainThread) [hacs.repository.plugin.tcarlsen.lovelace-light-with-profiles] Checking repository. 2020-03-08 08:22:54 DEBUG (MainThread) [hacs.repository.plugin.TheLastProject.lovelace-media-art-background] Checking repository. 2020-03-08 08:22:54 DEBUG (MainThread) [hacs.repository.plugin.TheLastProject.lovelace-valetudo-map-card] Checking repository. 2020-03-08 08:22:55 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-auto-entities] Checking repository. 2020-03-08 08:22:55 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-card-mod] Checking repository. 2020-03-08 08:22:55 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-card-tools] Checking repository. 2020-03-08 08:22:55 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-dummy-entity-row] Checking repository. File "/config/custom_components/hacs/hacsbase/__init__.py", line 197, in startup_tasks File "/config/custom_components/hacs/hacsbase/__init__.py", line 386, in load_known_repositories File "/config/custom_components/hacs/hacsbase/task_factory.py", line 30, in execute File "/config/custom_components/hacs/hacsbase/task_factory.py", line 66, in safe_register await hacs.register_repository(repo, category) File "/config/custom_components/hacs/hacsbase/__init__.py", line 157, in register_repository File "/config/custom_components/hacs/repositories/plugin.py", line 54, in registration File "/config/custom_components/hacs/repositories/plugin.py", line 35, in validate_repository custom_components.hacs.hacsbase.exceptions.HacsException: Repostitory structure for master is not compliant 2020-03-08 08:22:55 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-fold-entity-row] Checking repository. 2020-03-08 08:22:55 INFO (MainThread) [hacs.repository.plugin.RodBr.miflora-card] Registration complete 2020-03-08 08:22:56 INFO (MainThread) [hacs.repository.plugin.royto.logbook-card] Registration complete 2020-03-08 08:22:56 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-gap-card] Checking repository. 2020-03-08 08:22:56 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-gui-sandbox] Checking repository. 2020-03-08 08:22:56 INFO (MainThread) [hacs.repository.plugin.TheLastProject.lovelace-valetudo-map-card] Registration complete 2020-03-08 08:22:56 INFO (MainThread) [hacs.repository.plugin.tcarlsen.lovelace-light-with-profiles] Registration complete 2020-03-08 08:22:57 INFO (MainThread) [hacs.repository.plugin.sbryfcz.harmony-card] Registration complete 2020-03-08 08:22:57 INFO (MainThread) [hacs.repository.plugin.TheLastProject.lovelace-media-art-background] Registration complete 2020-03-08 08:22:57 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-layout-card] Checking repository. 2020-03-08 08:22:58 INFO (MainThread) [hacs.repository.plugin.thomasloven.lovelace-card-mod] Registration complete 2020-03-08 08:22:58 INFO (MainThread) [hacs.repository.plugin.thomasloven.lovelace-dummy-entity-row] Registration complete 2020-03-08 08:22:58 INFO (MainThread) [hacs.repository.plugin.thomasloven.lovelace-card-tools] Registration complete 2020-03-08 08:22:58 INFO (MainThread) [hacs.repository.plugin.thomasloven.lovelace-fold-entity-row] Registration complete 2020-03-08 08:22:58 INFO (MainThread) [hacs.repository.plugin.thomasloven.lovelace-auto-entities] Registration complete 2020-03-08 08:22:58 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-more-info-card] Checking repository. 2020-03-08 08:23:02 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-slider-entity-row] Checking repository. 2020-03-08 08:23:02 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-state-switch] Checking repository. 2020-03-08 08:23:02 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-template-entity-row] Checking repository. 2020-03-08 08:23:02 DEBUG (MainThread) [hacs.repository.plugin.twrecked.lovelace-hass-aarlo] Checking repository. 2020-03-08 08:23:02 DEBUG (MainThread) [hacs.repository.plugin.Villhellm.lovelace-animated-background] Checking repository. 2020-03-08 08:23:02 INFO (MainThread) [hacs.repository.plugin.thomasloven.lovelace-gui-sandbox] Registration complete 2020-03-08 08:23:02 DEBUG (MainThread) [hacs.repository.plugin.xMrVizzy.button-toolbar] Checking repository. 2020-03-08 08:23:02 INFO (MainThread) [hacs.repository.plugin.thomasloven.lovelace-gap-card] Registration complete 2020-03-08 08:23:03 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.text-element] Checking repository. 2020-03-08 08:23:03 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.circle-sensor-card] Checking repository. 2020-03-08 08:23:03 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.state-attribute-element] Checking repository. 2020-03-08 08:23:03 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.state-element] Checking repository. 2020-03-08 08:23:03 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.canvas-gauge-card] Checking repository. 2020-03-08 08:23:03 INFO (MainThread) [hacs.repository.plugin.thomasloven.lovelace-layout-card] Registration complete 2020-03-08 08:23:04 INFO (MainThread) [hacs.repository.plugin.Villhellm.lovelace-animated-background] Registration complete 2020-03-08 08:23:04 INFO (MainThread) [hacs.repository.plugin.twrecked.lovelace-hass-aarlo] Registration complete 2020-03-08 08:23:04 INFO (MainThread) [hacs.repository.plugin.thomasloven.lovelace-more-info-card] Registration complete 2020-03-08 08:23:04 INFO (MainThread) [hacs.repository.plugin.thomasloven.lovelace-template-entity-row] Registration complete 2020-03-08 08:23:05 INFO (MainThread) [hacs.repository.plugin.thomasloven.lovelace-slider-entity-row] Registration complete 2020-03-08 08:23:05 INFO (MainThread) [hacs.repository.plugin.xMrVizzy.button-toolbar] Registration complete 2020-03-08 08:23:05 INFO (MainThread) [hacs.repository.plugin.thomasloven.lovelace-state-switch] Registration complete 2020-03-08 08:23:06 INFO (MainThread) [hacs.repository.plugin.custom-cards.text-element] Registration complete 2020-03-08 08:23:06 INFO (MainThread) [hacs.repository.plugin.custom-cards.canvas-gauge-card] Registration complete 2020-03-08 08:23:06 INFO (MainThread) [hacs.repository.plugin.custom-cards.circle-sensor-card] Registration complete 2020-03-08 08:23:06 INFO (MainThread) [hacs.repository.plugin.custom-cards.state-attribute-element] Registration complete 2020-03-08 08:23:06 INFO (MainThread) [hacs.repository.plugin.custom-cards.state-element] Registration complete 2020-03-08 08:23:07 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.dual-gauge-card] Checking repository. 2020-03-08 08:23:07 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.beer-card] Checking repository. 2020-03-08 08:23:08 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.ext-weblink] Checking repository. 2020-03-08 08:23:09 INFO (MainThread) [hacs.repository.plugin.custom-cards.dual-gauge-card] Registration complete 2020-03-08 08:23:09 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.username-element] Checking repository. 2020-03-08 08:23:09 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.button-card] Checking repository. 2020-03-08 08:23:09 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.rmv-card] Checking repository. 2020-03-08 08:23:09 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.upcoming-media-card] Checking repository. 2020-03-08 08:23:10 INFO (MainThread) [hacs.repository.plugin.custom-cards.beer-card] Registration complete 2020-03-08 08:23:10 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.surveillance-card] Checking repository. 2020-03-08 08:23:10 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.light-entity-row] Checking repository. 2020-03-08 08:23:10 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.button-entity-row] Checking repository. 2020-03-08 08:23:11 INFO (MainThread) [hacs.repository.plugin.custom-cards.ext-weblink] Registration complete 2020-03-08 08:23:11 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.flex-table-card] Checking repository. 2020-03-08 08:23:11 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.secondaryinfo-entity-row] Checking repository. 2020-03-08 08:23:11 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.bar-card] Checking repository. 2020-03-08 08:23:11 INFO (MainThread) [hacs.repository.plugin.custom-cards.button-card] Registration complete 2020-03-08 08:23:11 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.check-button-card] Checking repository. 2020-03-08 08:23:11 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.pc-card] Checking repository. 2020-03-08 08:23:12 INFO (MainThread) [hacs.repository.plugin.custom-cards.rmv-card] Registration complete 2020-03-08 08:23:12 INFO (MainThread) [hacs.repository.plugin.custom-cards.username-element] Registration complete 2020-03-08 08:23:12 INFO (MainThread) [hacs.repository.plugin.custom-cards.upcoming-media-card] Registration complete 2020-03-08 08:23:13 INFO (MainThread) [hacs.repository.plugin.custom-cards.surveillance-card] Registration complete 2020-03-08 08:23:13 INFO (MainThread) [hacs.repository.plugin.custom-cards.flex-table-card] Registration complete 2020-03-08 08:23:13 INFO (MainThread) [hacs.repository.plugin.custom-cards.button-entity-row] Registration complete 2020-03-08 08:23:13 INFO (MainThread) [hacs.repository.plugin.custom-cards.light-entity-row] Registration complete 2020-03-08 08:23:13 INFO (MainThread) [hacs.repository.plugin.custom-cards.bar-card] Registration complete 2020-03-08 08:23:14 INFO (MainThread) [hacs.repository.plugin.custom-cards.secondaryinfo-entity-row] Registration complete 2020-03-08 08:23:14 INFO (MainThread) [hacs.repository.plugin.custom-cards.check-button-card] Registration complete 2020-03-08 08:23:14 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.spotify-card] Checking repository. 2020-03-08 08:23:15 INFO (MainThread) [hacs.repository.plugin.custom-cards.pc-card] Registration complete 2020-03-08 08:23:15 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.group-element] Checking repository. 2020-03-08 08:23:16 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.text-divider-row] Checking repository. 2020-03-08 08:23:16 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.cover-element] Checking repository. 2020-03-08 08:23:17 INFO (MainThread) [hacs.repository.plugin.custom-cards.spotify-card] Registration complete 2020-03-08 08:23:17 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.text-action-element] Checking repository. 2020-03-08 08:23:17 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.bignumber-card] Checking repository. 2020-03-08 08:23:17 INFO (MainThread) [hacs.repository.plugin.custom-cards.group-element] Registration complete 2020-03-08 08:23:17 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.entity-attributes-card] Checking repository. 2020-03-08 08:23:17 INFO (MainThread) [hacs.repository.plugin.custom-cards.text-divider-row] Registration complete 2020-03-08 08:23:18 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.gauge-card] Checking repository. 2020-03-08 08:23:18 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.group-card] Checking repository. 2020-03-08 08:23:18 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.home-setter] Checking repository. 2020-03-08 08:23:18 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.plan-coordinates] Checking repository. 2020-03-08 08:23:18 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.decluttering-card] Checking repository. 2020-03-08 08:23:19 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.nintendo-wishlist-card] Checking repository. 2020-03-08 08:23:19 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.favicon-counter] Checking repository. 2020-03-08 08:23:19 INFO (MainThread) [hacs.repository.plugin.custom-cards.text-action-element] Registration complete 2020-03-08 08:23:19 INFO (MainThread) [hacs.repository.plugin.custom-cards.cover-element] Registration complete 2020-03-08 08:23:20 INFO (MainThread) [hacs.repository.plugin.custom-cards.bignumber-card] Registration complete 2020-03-08 08:23:23 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.unused-card] Checking repository. 2020-03-08 08:23:23 DEBUG (MainThread) [hacs.repository.theme.78wesley.Darkish-Theme] Checking repository. 2020-03-08 08:23:23 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.dark_teal] Checking repository. 2020-03-08 08:23:23 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] Checking repository. 2020-03-08 08:23:23 INFO (MainThread) [hacs.repository.plugin.custom-cards.entity-attributes-card] Registration complete 2020-03-08 08:23:23 INFO (MainThread) [hacs.repository.plugin.custom-cards.group-card] Registration complete 2020-03-08 08:23:24 INFO (MainThread) [hacs.repository.plugin.custom-cards.plan-coordinates] Registration complete 2020-03-08 08:23:24 INFO (MainThread) [hacs.repository.plugin.custom-cards.decluttering-card] Registration complete 2020-03-08 08:23:24 INFO (MainThread) [hacs.repository.plugin.custom-cards.gauge-card] Registration complete 2020-03-08 08:23:24 INFO (MainThread) [hacs.repository.plugin.custom-cards.home-setter] Registration complete 2020-03-08 08:23:24 INFO (MainThread) [hacs.repository.plugin.custom-cards.favicon-counter] Registration complete 2020-03-08 08:23:24 DEBUG (MainThread) [hacs.repository.theme.am80l.sundown] Checking repository. 2020-03-08 08:23:24 DEBUG (MainThread) [hacs.repository.theme.arsaboo.oxford_blue_theme] Checking repository. 2020-03-08 08:23:25 INFO (MainThread) [hacs.repository.plugin.custom-cards.nintendo-wishlist-card] Registration complete 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.78wesley.Darkish-Theme] README.md 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.78wesley.Darkish-Theme] docs 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.78wesley.Darkish-Theme] docs/theme-configuration.png 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.78wesley.Darkish-Theme] docs/theme-developer-tools.png 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.78wesley.Darkish-Theme] docs/theme-history.png 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.78wesley.Darkish-Theme] docs/theme-logbook.png 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.78wesley.Darkish-Theme] docs/theme-map.png 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.78wesley.Darkish-Theme] docs/theme-overview.png 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.78wesley.Darkish-Theme] docs/theme-profile.png 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.78wesley.Darkish-Theme] hacs.json 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.78wesley.Darkish-Theme] info.md 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.78wesley.Darkish-Theme] themes 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.78wesley.Darkish-Theme] themes/darkish.yaml 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] .gitattributes 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] README.md 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] docs 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] docs/screenshots 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] docs/screenshots/android 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] docs/screenshots/android/1.jpg 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] docs/screenshots/android/2.jpg 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] docs/screenshots/android/3.jpg 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] docs/screenshots/pc 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] docs/screenshots/pc/1-1.jpg 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] docs/screenshots/pc/1.jpg 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] docs/screenshots/pc/2.jpg 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] docs/screenshots/pc/3.jpg 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] docs/screenshots/pc/4.jpg 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] docs/screenshots/pc/5.jpg 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] docs/screenshots/pc/6.jpg 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] hacs.json 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] info.md 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] themes 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.noctis] themes/noctis.yaml 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.dark_teal] .gitattributes 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.dark_teal] README.md 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.dark_teal] hacs.json 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.dark_teal] info.md 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.dark_teal] themes 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.aFFekopp.dark_teal] themes/dark_teal.yaml 2020-03-08 08:23:25 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] Checking repository. 2020-03-08 08:23:25 INFO (MainThread) [hacs.repository.theme.78wesley.Darkish-Theme] Registration complete 2020-03-08 08:23:25 INFO (MainThread) [hacs.repository.theme.aFFekopp.noctis] Registration complete 2020-03-08 08:23:25 INFO (MainThread) [hacs.repository.theme.aFFekopp.dark_teal] Registration complete 2020-03-08 08:23:25 INFO (MainThread) [hacs.repository.plugin.custom-cards.unused-card] Registration complete 2020-03-08 08:23:26 DEBUG (MainThread) [hacs.repository.theme.am80l.sundown] .githooks.ini 2020-03-08 08:23:26 DEBUG (MainThread) [hacs.repository.theme.am80l.sundown] .github 2020-03-08 08:23:26 DEBUG (MainThread) [hacs.repository.theme.am80l.sundown] .github/FUNDING.yml 2020-03-08 08:23:26 DEBUG (MainThread) [hacs.repository.theme.am80l.sundown] .travis.yml 2020-03-08 08:23:26 DEBUG (MainThread) [hacs.repository.theme.am80l.sundown] .yamllint 2020-03-08 08:23:26 DEBUG (MainThread) [hacs.repository.theme.am80l.sundown] INFO.md 2020-03-08 08:23:26 DEBUG (MainThread) [hacs.repository.theme.am80l.sundown] README.md 2020-03-08 08:23:26 DEBUG (MainThread) [hacs.repository.theme.am80l.sundown] hacs.json 2020-03-08 08:23:26 DEBUG (MainThread) [hacs.repository.theme.am80l.sundown] requirements.txt 2020-03-08 08:23:26 DEBUG (MainThread) [hacs.repository.theme.am80l.sundown] sundown.jpg 2020-03-08 08:23:26 DEBUG (MainThread) [hacs.repository.theme.am80l.sundown] themes 2020-03-08 08:23:26 DEBUG (MainThread) [hacs.repository.theme.am80l.sundown] themes/sundown.yaml 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] .github 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] .github/FUNDING.yml 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] .github/workflows 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] .github/workflows/pythonpackage.yml 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] .pre-commit-config.yaml 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] .yamllint 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] LICENSE 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] README.md 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] backgrounds 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] backgrounds/README.md 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] backgrounds/homekit-bg-1.jpeg 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] backgrounds/homekit-bg-2.jpeg 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] backgrounds/homekit-bg-3.jpeg 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] backgrounds/homekit-bg-4.jpeg 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] docs 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] docs/theme-alternative-background.jpg 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] docs/theme-configuration.jpg 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] docs/theme-developer-tools.jpg 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] docs/theme-hassio.jpg 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] docs/theme-map.jpg 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] docs/theme-overview-2.jpg 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] docs/theme-overview.jpg 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] docs/theme-profile.jpg 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] hacs.json 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] requirements.txt 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] themes 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] themes/ios-dark-mode.yaml 2020-03-08 08:23:27 INFO (MainThread) [hacs.repository.theme.am80l.sundown] Registration complete 2020-03-08 08:23:27 INFO (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-dark-mode-theme] Registration complete 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.arsaboo.oxford_blue_theme] .github 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.arsaboo.oxford_blue_theme] .github/FUNDING.yml 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.arsaboo.oxford_blue_theme] LICENSE 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.arsaboo.oxford_blue_theme] README.md 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.arsaboo.oxford_blue_theme] _screenshots 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.arsaboo.oxford_blue_theme] _screenshots/five.png 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.arsaboo.oxford_blue_theme] _screenshots/four.png 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.arsaboo.oxford_blue_theme] _screenshots/one.png 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.arsaboo.oxford_blue_theme] _screenshots/six.png 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.arsaboo.oxford_blue_theme] _screenshots/three.png 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.arsaboo.oxford_blue_theme] _screenshots/two.png 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.arsaboo.oxford_blue_theme] hacs.json 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.arsaboo.oxford_blue_theme] themes 2020-03-08 08:23:27 DEBUG (MainThread) [hacs.repository.theme.arsaboo.oxford_blue_theme] themes/oxfordblue.yaml 2020-03-08 08:23:27 INFO (MainThread) [hacs.repository.theme.arsaboo.oxford_blue_theme] Registration complete 2020-03-08 08:23:28 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] Checking repository. 2020-03-08 08:23:28 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] Checking repository. 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.bbbenji.synthwave-hass] Checking repository. 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.chaptergy.noctis-grey] Checking repository. 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.estiens.sweet_pink_hass_theme] Checking repository. 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.fi-sch.ux_goodie_theme] Checking repository. 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.hekm77.reeder_dark_theme] Checking repository. 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] .github 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] .github/FUNDING.yml 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] .github/workflows 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] .github/workflows/pythonpackage.yml 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] .pre-commit-config.yaml 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] .yamllint 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] LICENSE 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] README.md 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] backgrounds 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] backgrounds/README.md 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] backgrounds/homekit-bg-1.jpeg 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] backgrounds/homekit-bg-2.jpeg 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] backgrounds/homekit-bg-3.jpeg 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] backgrounds/homekit-bg-4.jpeg 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] docs 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] docs/theme-overview.jpg 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] hacs.json 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] requirements.txt 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] themes 2020-03-08 08:23:29 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] themes/ios-light-mode.yaml 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.houtknots.UglyChristmas-Theme] Checking repository. 2020-03-08 08:23:30 INFO (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-light-mode-theme] Registration complete 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] .github 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] .github/FUNDING.yml 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] .github/workflows 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] .github/workflows/pythonpackage.yml 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] .pre-commit-config.yaml 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] .yamllint 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] LICENSE 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] README.md 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] create-themes.py 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] docs 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] docs/theme-overview.jpg 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] hacs.json 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] requirements.txt 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] settings-light-dark.yaml 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] template.jinja2 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] themes 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] themes/homekit-bg-blue-red.jpg 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] themes/homekit-bg-dark-blue.jpg 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] themes/homekit-bg-dark-green.jpg 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] themes/homekit-bg-light-blue.jpg 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] themes/homekit-bg-light-green.jpg 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] themes/homekit-bg-orange.jpg 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] themes/homekit-bg-red.jpg 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] themes/ios-themes.yaml 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.bbbenji.synthwave-hass] .gitignore 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.bbbenji.synthwave-hass] CHANGELOG.md 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.bbbenji.synthwave-hass] LICENSE 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.bbbenji.synthwave-hass] README.md 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.bbbenji.synthwave-hass] VERSION 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.bbbenji.synthwave-hass] info.md 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.bbbenji.synthwave-hass] themes 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.bbbenji.synthwave-hass] themes/synthwave.yaml 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.amoled_blue] Checking repository. 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.google_dark_theme] Checking repository. 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.google_light_theme] Checking repository. 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.chaptergy.noctis-grey] .gitattributes 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.chaptergy.noctis-grey] .gitignore 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.chaptergy.noctis-grey] README.md 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.chaptergy.noctis-grey] hacs.json 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.chaptergy.noctis-grey] img 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.chaptergy.noctis-grey] img/screenshot1.png 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.chaptergy.noctis-grey] info.md 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.chaptergy.noctis-grey] themes 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.chaptergy.noctis-grey] themes/noctis-grey.yaml 2020-03-08 08:23:30 INFO (MainThread) [hacs.repository.theme.basnijholt.lovelace-ios-themes] Registration complete 2020-03-08 08:23:30 INFO (MainThread) [hacs.repository.theme.bbbenji.synthwave-hass] Registration complete 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.green_dark_mode] Checking repository. 2020-03-08 08:23:30 INFO (MainThread) [hacs.repository.theme.chaptergy.noctis-grey] Registration complete 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.hekm77.reeder_dark_theme] README.md 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.hekm77.reeder_dark_theme] hacs.json 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.hekm77.reeder_dark_theme] screenshots 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.hekm77.reeder_dark_theme] screenshots/reeder_dark_1.png 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.hekm77.reeder_dark_theme] screenshots/reeder_dark_2.png 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.hekm77.reeder_dark_theme] screenshots/reeder_dark_3.png 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.hekm77.reeder_dark_theme] screenshots/reeder_dark_4.png 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.hekm77.reeder_dark_theme] screenshots/reeder_dark_5.png 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.hekm77.reeder_dark_theme] screenshots/reeder_dark_6.png 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.hekm77.reeder_dark_theme] screenshots/reeder_dark_7.png 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.hekm77.reeder_dark_theme] screenshots/reeder_dark_8.png 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.hekm77.reeder_dark_theme] themes 2020-03-08 08:23:30 DEBUG (MainThread) [hacs.repository.theme.hekm77.reeder_dark_theme] themes/reeder_dark.yaml 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.estiens.sweet_pink_hass_theme] LICENSE 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.estiens.sweet_pink_hass_theme] README.md 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.estiens.sweet_pink_hass_theme] _screenshots 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.estiens.sweet_pink_hass_theme] _screenshots/five.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.estiens.sweet_pink_hass_theme] _screenshots/four.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.estiens.sweet_pink_hass_theme] _screenshots/one.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.estiens.sweet_pink_hass_theme] _screenshots/seven.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.estiens.sweet_pink_hass_theme] _screenshots/six.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.estiens.sweet_pink_hass_theme] _screenshots/three.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.estiens.sweet_pink_hass_theme] _screenshots/two.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.estiens.sweet_pink_hass_theme] _screenshots/zero.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.estiens.sweet_pink_hass_theme] hacs.json 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.estiens.sweet_pink_hass_theme] themes 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.estiens.sweet_pink_hass_theme] themes/sweetpink.yaml 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.fi-sch.ux_goodie_theme] README.md 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.fi-sch.ux_goodie_theme] background 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.fi-sch.ux_goodie_theme] background/background.jpg 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.fi-sch.ux_goodie_theme] docs 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.fi-sch.ux_goodie_theme] docs/theme-configuration.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.fi-sch.ux_goodie_theme] docs/theme-developer-tools.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.fi-sch.ux_goodie_theme] docs/theme-hassio.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.fi-sch.ux_goodie_theme] docs/theme-history.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.fi-sch.ux_goodie_theme] docs/theme-logbook.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.fi-sch.ux_goodie_theme] docs/theme-overview.jpg 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.fi-sch.ux_goodie_theme] docs/theme-profile.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.fi-sch.ux_goodie_theme] hacs.json 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.fi-sch.ux_goodie_theme] requirements.txt 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.fi-sch.ux_goodie_theme] themes 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.fi-sch.ux_goodie_theme] themes/ux_goodie.yaml 2020-03-08 08:23:31 INFO (MainThread) [hacs.repository.theme.hekm77.reeder_dark_theme] Registration complete 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.houtknots.UglyChristmas-Theme] README.md 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.houtknots.UglyChristmas-Theme] docs 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.houtknots.UglyChristmas-Theme] docs/theme-configuration.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.houtknots.UglyChristmas-Theme] docs/theme-developer-tools.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.houtknots.UglyChristmas-Theme] docs/theme-history.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.houtknots.UglyChristmas-Theme] docs/theme-logbook.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.houtknots.UglyChristmas-Theme] docs/theme-map.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.houtknots.UglyChristmas-Theme] docs/theme-overview.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.houtknots.UglyChristmas-Theme] docs/theme-profile.png 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.houtknots.UglyChristmas-Theme] hacs.json 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.houtknots.UglyChristmas-Theme] info.md 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.houtknots.UglyChristmas-Theme] themes 2020-03-08 08:23:31 DEBUG (MainThread) [hacs.repository.theme.houtknots.UglyChristmas-Theme] themes/uglychristmas.yaml 2020-03-08 08:23:31 INFO (MainThread) [hacs.repository.theme.estiens.sweet_pink_hass_theme] Registration complete 2020-03-08 08:23:31 INFO (MainThread) [hacs.repository.theme.fi-sch.ux_goodie_theme] Registration complete 2020-03-08 08:23:32 INFO (MainThread) [hacs.repository.theme.houtknots.UglyChristmas-Theme] Registration complete 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.green_light_mode] Checking repository. 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.amoled_blue] README.md 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.amoled_blue] hacs.json 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.amoled_blue] themes 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.amoled_blue] themes/amoled_blue.yaml 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.orange_dark] Checking repository. 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.google_light_theme] README.md 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.google_light_theme] hacs.json 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.google_light_theme] themes 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.google_light_theme] themes/google_light_theme.yaml 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.google_dark_theme] README.md 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.google_dark_theme] hacs.json 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.google_dark_theme] themes 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.google_dark_theme] themes/google_dark_theme.yaml 2020-03-08 08:23:32 INFO (MainThread) [hacs.repository.theme.JuanMTech.amoled_blue] Registration complete 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.orange_light] Checking repository. 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.green_dark_mode] README.md 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.green_dark_mode] hacs.json 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.green_dark_mode] themes 2020-03-08 08:23:32 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.green_dark_mode] themes/green_dark_mode.yaml 2020-03-08 08:23:32 INFO (MainThread) [hacs.repository.theme.JuanMTech.google_dark_theme] Registration complete 2020-03-08 08:23:32 INFO (MainThread) [hacs.repository.theme.JuanMTech.google_light_theme] Registration complete 2020-03-08 08:23:33 INFO (MainThread) [hacs.repository.theme.JuanMTech.green_dark_mode] Registration complete 2020-03-08 08:23:34 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.green_light_mode] README.md 2020-03-08 08:23:34 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.green_light_mode] hacs.json 2020-03-08 08:23:34 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.green_light_mode] themes 2020-03-08 08:23:34 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.green_light_mode] themes/green_light_mode.yaml 2020-03-08 08:23:34 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.orange_dark] README.md 2020-03-08 08:23:34 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.orange_dark] hacs.json 2020-03-08 08:23:34 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.orange_dark] themes 2020-03-08 08:23:34 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.orange_dark] themes/orange_dark.yaml 2020-03-08 08:23:34 INFO (MainThread) [hacs.repository.theme.JuanMTech.green_light_mode] Registration complete 2020-03-08 08:23:34 INFO (MainThread) [hacs.repository.theme.JuanMTech.orange_dark] Registration complete 2020-03-08 08:23:34 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.orange_light] README.md 2020-03-08 08:23:34 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.orange_light] hacs.json 2020-03-08 08:23:34 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.orange_light] themes 2020-03-08 08:23:34 DEBUG (MainThread) [hacs.repository.theme.JuanMTech.orange_light] themes/orange_light.yaml 2020-03-08 08:23:34 INFO (MainThread) [hacs.repository.theme.JuanMTech.orange_light] Registration complete 2020-03-08 08:23:35 DEBUG (MainThread) [hacs.repository.theme.pbeckcom.green_slate_theme] Checking repository. 2020-03-08 08:23:35 DEBUG (MainThread) [hacs.repository.theme.naofireblade.clear-theme] Checking repository. 2020-03-08 08:23:35 DEBUG (MainThread) [hacs.repository.theme.naofireblade.clear-theme-dark] Checking repository. 2020-03-08 08:23:35 DEBUG (MainThread) [hacs.repository.theme.Poeschl.slate_red] Checking repository. 2020-03-08 08:23:36 DEBUG (MainThread) [hacs.repository.theme.seangreen2.slate_theme] Checking repository. 2020-03-08 08:23:36 DEBUG (MainThread) [hacs.repository.theme.sinclairpaul.ha_purple_theme] Checking repository. 2020-03-08 08:23:36 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] Checking repository. 2020-03-08 08:23:36 DEBUG (MainThread) [hacs.repository.theme.pbeckcom.green_slate_theme] README.md 2020-03-08 08:23:36 DEBUG (MainThread) [hacs.repository.theme.pbeckcom.green_slate_theme] hacs.json 2020-03-08 08:23:36 DEBUG (MainThread) [hacs.repository.theme.pbeckcom.green_slate_theme] info.md 2020-03-08 08:23:36 DEBUG (MainThread) [hacs.repository.theme.pbeckcom.green_slate_theme] themes 2020-03-08 08:23:36 DEBUG (MainThread) [hacs.repository.theme.pbeckcom.green_slate_theme] themes/green_slate.yaml 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.naofireblade.clear-theme] LICENSE 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.naofireblade.clear-theme] README.md 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.naofireblade.clear-theme] hacs.json 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.naofireblade.clear-theme] info.md 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.naofireblade.clear-theme] themes 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.naofireblade.clear-theme] themes/clear.yaml 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] Checking repository. 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.naofireblade.clear-theme-dark] LICENSE 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.naofireblade.clear-theme-dark] README.md 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.naofireblade.clear-theme-dark] hacs.json 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.naofireblade.clear-theme-dark] info.md 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.naofireblade.clear-theme-dark] themes 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.naofireblade.clear-theme-dark] themes/clear-dark.yaml 2020-03-08 08:23:37 INFO (MainThread) [hacs.repository.theme.pbeckcom.green_slate_theme] Registration complete 2020-03-08 08:23:37 INFO (MainThread) [hacs.repository.theme.naofireblade.clear-theme] Registration complete 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.Poeschl.slate_red] LICENCE 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.Poeschl.slate_red] README.md 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.Poeschl.slate_red] assets 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.Poeschl.slate_red] assets/devtools.png 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.Poeschl.slate_red] assets/lovelace1.png 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.Poeschl.slate_red] assets/lovelace2.png 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.Poeschl.slate_red] assets/settings.png 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.Poeschl.slate_red] hacs.json 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.Poeschl.slate_red] themes 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.Poeschl.slate_red] themes/slate_red.yaml 2020-03-08 08:23:37 INFO (MainThread) [hacs.repository.theme.naofireblade.clear-theme-dark] Registration complete 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] Checking repository. 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.sinclairpaul.ha_purple_theme] .github 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.sinclairpaul.ha_purple_theme] .github/FUNDING.yml 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.sinclairpaul.ha_purple_theme] LICENSE 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.sinclairpaul.ha_purple_theme] README.md 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.sinclairpaul.ha_purple_theme] hacs.json 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.sinclairpaul.ha_purple_theme] images 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.sinclairpaul.ha_purple_theme] images/one.png 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.sinclairpaul.ha_purple_theme] images/three.png 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.sinclairpaul.ha_purple_theme] images/two.png 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.sinclairpaul.ha_purple_theme] themes 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.sinclairpaul.ha_purple_theme] themes/purple.yaml 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] Checking repository. 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] Checking repository. 2020-03-08 08:23:37 INFO (MainThread) [hacs.repository.theme.Poeschl.slate_red] Registration complete 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.seangreen2.slate_theme] README.md 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.seangreen2.slate_theme] info.md 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.seangreen2.slate_theme] themes 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.seangreen2.slate_theme] themes/slate.yaml 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] .githooks.ini 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] .github 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] .github/FUNDING.yml 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] .travis.yml 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] .yamllint 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] INFO.md 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] README.md 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] docs 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] docs/theme-configuration.png 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] docs/theme-developer-tools.png 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] docs/theme-history.png 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] docs/theme-logbook.png 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] docs/theme-map.png 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] docs/theme-overview.png 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] docs/theme-profile.png 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] hacs.json 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] requirements.txt 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] themes 2020-03-08 08:23:37 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] themes/amoled.yaml 2020-03-08 08:23:38 INFO (MainThread) [hacs.repository.theme.sinclairpaul.ha_purple_theme] Registration complete 2020-03-08 08:23:38 INFO (MainThread) [hacs.repository.theme.seangreen2.slate_theme] Registration complete 2020-03-08 08:23:38 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.amoled] Registration complete 2020-03-08 08:23:38 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] Checking repository. 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] .githooks.ini 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] .github 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] .github/FUNDING.yml 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] .travis.yml 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] .yamllint 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] INFO.md 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] README.md 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] docs 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] docs/theme-configuration.png 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] docs/theme-developer-tools.png 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] docs/theme-history.png 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] docs/theme-logbook.png 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] docs/theme-map.png 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] docs/theme-overview.png 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] docs/theme-profile.png 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] hacs.json 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] requirements.txt 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] themes 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] themes/midnight.yaml 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] Checking repository. 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] Checking repository. 2020-03-08 08:23:39 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight] Registration complete 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] .githooks.ini 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] .github 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] .github/FUNDING.yml 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] .travis.yml 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] .yamllint 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] INFO.md 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] README.md 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] docs 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] docs/theme-configuration.png 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] docs/theme-developer-tools.png 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] docs/theme-history.png 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] docs/theme-logbook.png 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] docs/theme-map.png 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] docs/theme-overview.png 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] docs/theme-profile.png 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] hacs.json 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] requirements.txt 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] themes 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] themes/blue_night.yaml 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] Checking repository. 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] .githooks.ini 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] .github 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] .github/FUNDING.yml 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] .travis.yml 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] .yamllint 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] INFO.md 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] README.md 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] docs 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] docs/theme-configuration.png 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] docs/theme-developer-tools.png 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] docs/theme-history.png 2020-03-08 08:23:39 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] docs/theme-logbook.png 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] docs/theme-map.png 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] docs/theme-overview.png 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] docs/theme-profile.png 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] hacs.json 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] requirements.txt 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] themes 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] themes/grey_night.yaml 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] .githooks.ini 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] .github 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] .github/FUNDING.yml 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] .travis.yml 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] .yamllint 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] INFO.md 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] README.md 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] docs 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] docs/theme-configuration.png 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] docs/theme-developer-tools.png 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] docs/theme-history.png 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] docs/theme-logbook.png 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] docs/theme-map.png 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] docs/theme-overview.png 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] docs/theme-profile.png 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] hacs.json 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] requirements.txt 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] themes 2020-03-08 08:23:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] themes/dark_mint.yaml 2020-03-08 08:23:40 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.blue-night] Registration complete 2020-03-08 08:23:40 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.grey-night] Registration complete 2020-03-08 08:23:40 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-mint] Registration complete 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] .githooks.ini 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] .github 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] .github/FUNDING.yml 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] .travis.yml 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] .yamllint 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] INFO.md 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] README.md 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] docs 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] docs/theme-configuration.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] docs/theme-developer-tools.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] docs/theme-history.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] docs/theme-logbook.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] docs/theme-map.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] docs/theme-overview.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] docs/theme-profile.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] hacs.json 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] requirements.txt 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] themes 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] themes/solarized_light.yaml 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] .githooks.ini 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] .github 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] .github/FUNDING.yml 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] .travis.yml 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] .yamllint 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] INFO.md 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] README.md 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] docs 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] docs/theme-configuration.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] docs/theme-developer-tools.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] docs/theme-history.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] docs/theme-logbook.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] docs/theme-map.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] docs/theme-overview.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] docs/theme-profile.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] hacs.json 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] requirements.txt 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] themes 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] themes/material_dark_green.yaml 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] .githooks.ini 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] .github 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] .github/FUNDING.yml 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] .travis.yml 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] .yamllint 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] INFO.md 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] README.md 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] docs 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] docs/theme-configuration.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] docs/theme-developer-tools.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] docs/theme-history.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] docs/theme-logbook.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] docs/theme-map.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] docs/theme-overview.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] docs/theme-profile.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] hacs.json 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] requirements.txt 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] themes 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] themes/christmas.yaml 2020-03-08 08:23:41 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.solarized-light] Registration complete 2020-03-08 08:23:41 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-green] Registration complete 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] .githooks.ini 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] .github 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] .github/FUNDING.yml 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] .travis.yml 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] .yamllint 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] INFO.md 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] README.md 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] docs 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] docs/theme-configuration.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] docs/theme-developer-tools.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] docs/theme-history.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] docs/theme-logbook.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] docs/theme-map.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] docs/theme-overview.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] docs/theme-profile.png 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] hacs.json 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] requirements.txt 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] themes 2020-03-08 08:23:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] themes/teal.yaml 2020-03-08 08:23:41 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.christmas] Registration complete 2020-03-08 08:23:45 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.teal] Registration complete 2020-03-08 08:23:45 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] Checking repository. 2020-03-08 08:23:45 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] Checking repository. 2020-03-08 08:23:45 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] Checking repository. 2020-03-08 08:23:45 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] Checking repository. 2020-03-08 08:23:45 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] Checking repository. 2020-03-08 08:23:45 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.vaporwave-pink] Checking repository. 2020-03-08 08:23:45 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] Checking repository. 2020-03-08 08:23:45 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] Checking repository. 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .githooks.ini 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .github 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .github/FUNDING.yml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .gitignore 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .travis.yml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .yamllint 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] INFO.md 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] README.md 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] docs 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] docs/theme-front.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] docs/theme-mobile-front.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] hacs.json 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] requirements.txt 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] themes 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] themes/blackened.yaml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] .githooks.ini 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] .github 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] .github/FUNDING.yml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] .travis.yml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] .yamllint 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] INFO.md 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] README.md 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] docs 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] docs/theme-configuration.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] docs/theme-developer-tools.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] docs/theme-history.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] docs/theme-logbook.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] docs/theme-map.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] docs/theme-overview.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] docs/theme-profile.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] hacs.json 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] requirements.txt 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] themes 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] themes/midnight_blue.yaml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] .githooks.ini 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] .github 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] .github/FUNDING.yml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] .travis.yml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] .yamllint 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] INFO.md 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] README.md 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] docs 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] docs/theme-configuration.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] docs/theme-developer-tools.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] docs/theme-history.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] docs/theme-logbook.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] docs/theme-map.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] docs/theme-overview.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] docs/theme-profile.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] hacs.json 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] requirements.txt 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] themes 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] themes/template.yaml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] .githooks.ini 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] .github 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] .github/FUNDING.yml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] .travis.yml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] .yamllint 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] INFO.md 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] README.md 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] docs 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] docs/theme-configuration.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] docs/theme-developer-tools.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] docs/theme-history.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] docs/theme-logbook.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] docs/theme-map.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] docs/theme-overview.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] docs/theme-profile.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] hacs.json 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] requirements.txt 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] themes 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] themes/halloween.yaml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] .githooks.ini 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] .github 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] .github/FUNDING.yml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] .travis.yml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] .yamllint 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] INFO.md 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] README.md 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] docs 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] docs/theme-configuration.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] docs/theme-developer-tools.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] docs/theme-history.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] docs/theme-logbook.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] docs/theme-map.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] docs/theme-overview.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] docs/theme-profile.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] hacs.json 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] requirements.txt 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] themes 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] themes/material_dark_pink.yaml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.vaporwave-pink] LICENSE 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.vaporwave-pink] README.md 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.vaporwave-pink] hacs.json 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.vaporwave-pink] info.md 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.vaporwave-pink] themes 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.vaporwave-pink] themes/vaporwave-pink.yaml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] .githooks.ini 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] .travis.yml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] .yamllint 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] INFO.md 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] README.md 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] docs 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] docs/kitchen-dash.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] docs/theme-configuration.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] docs/theme-developer-tools.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] docs/theme-history.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] docs/theme-logbook.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] docs/theme-map.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] docs/theme-overview.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] docs/theme-profile.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] hacs.json 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] requirements.txt 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] themes 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] themes/aqua_fiesta.yaml 2020-03-08 08:23:46 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] Registration complete 2020-03-08 08:23:46 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] Registration complete 2020-03-08 08:23:46 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.midnight-blue] Registration complete 2020-03-08 08:23:46 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.halloween] Registration complete 2020-03-08 08:23:46 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-pink] Registration complete 2020-03-08 08:23:46 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.vaporwave-pink] Registration complete 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] .githooks.ini 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] .github 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] .github/FUNDING.yml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] .travis.yml 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] .yamllint 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] INFO.md 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] README.md 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] docs 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] docs/theme-configuration.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] docs/theme-developer-tools.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] docs/theme-history.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] docs/theme-logbook.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] docs/theme-map.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] docs/theme-overview.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] docs/theme-profile.png 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] hacs.json 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] requirements.txt 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] themes 2020-03-08 08:23:46 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] themes/dark_orange.yaml 2020-03-08 08:23:46 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.aqua-fiesta] Registration complete 2020-03-08 08:23:47 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.dark-orange] Registration complete 2020-03-08 08:30:23 DEBUG (MainThread) [hacs] Running set_state for hacs/integration 2020-03-08 08:30:23 DEBUG (MainThread) [hacs] Running update for hacs/integration 2020-03-08 08:30:23 DEBUG (MainThread) [hacs.repository.integration.hacs.integration] Getting repository information bash-5.0# ```
ludeeus commented 4 years ago

this is the part that blocks it:

2020-03-08 08:22:55 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-dummy-entity-row] Checking repository.
  File "/config/custom_components/hacs/hacsbase/__init__.py", line 197, in startup_tasks
  File "/config/custom_components/hacs/hacsbase/__init__.py", line 386, in load_known_repositories
  File "/config/custom_components/hacs/hacsbase/task_factory.py", line 30, in execute
  File "/config/custom_components/hacs/hacsbase/task_factory.py", line 66, in safe_register
    await hacs.register_repository(repo, category)
  File "/config/custom_components/hacs/hacsbase/__init__.py", line 157, in register_repository
  File "/config/custom_components/hacs/repositories/plugin.py", line 54, in registration
  File "/config/custom_components/hacs/repositories/plugin.py", line 35, in validate_repository
custom_components.hacs.hacsbase.exceptions.HacsException: Repostitory structure for master is not compliant

But not sure how to fix it, since that repository is valid.

golfvert commented 4 years ago

Thanks for looking into this! I have restarted HA. I have the same error but for another repo:

2020-03-08 10:37:15 DEBUG (MainThread) [hacs.repository.integration.mammuth.ha-fritzbox-tools] Checking repository.
2020-03-08 10:37:15 DEBUG (MainThread) [hacs.repository.integration.Martinvdm.garbage-nissewaard-homeassistant] Checking repository.
2020-03-08 10:37:15 DEBUG (MainThread) [hacs.repository.integration.MatthewFlamm.nwsradar] Checking repository.
  File "/config/custom_components/hacs/repositories/integration.py", line 47, in validate_repository
  File "/config/custom_components/hacs/hacsbase/__init__.py", line 197, in startup_tasks
  File "/config/custom_components/hacs/hacsbase/__init__.py", line 386, in load_known_repositories
  File "/config/custom_components/hacs/hacsbase/task_factory.py", line 30, in execute
  File "/config/custom_components/hacs/hacsbase/task_factory.py", line 66, in safe_register
    await hacs.register_repository(repo, category)
  File "/config/custom_components/hacs/hacsbase/__init__.py", line 157, in register_repository
  File "/config/custom_components/hacs/repositories/integration.py", line 83, in registration
  File "/config/custom_components/hacs/repositories/integration.py", line 51, in validate_repository
custom_components.hacs.hacsbase.exceptions.HacsException: Repostitory structure for master is not compliant
2020-03-08 10:37:15 DEBUG (MainThread) [hacs.repository.integration.maykar.plex_assistant] Checking repository.
2020-03-08 10:37:15 DEBUG (MainThread) [hacs.repository.integration.mlowijs.HomeAssistant-TeslaCustomComponent] Checking repository.

The rest is OK.

ludeeus commented 4 years ago

Wierd, I can not replecate this.

golfvert commented 4 years ago

Running hassio in a debian VM on a proxmox server. Everything else in hassio looks good...

amedeozottola commented 4 years ago

I've the same problem! I've installed HACS on Intel NUC, with Ubuntu Desktop Ubuntu 18.04.4 LTS, and HA with supervisor v. 209

Version of HACS 0.22.3

Describe the bug After installing HACS the background task never ends and keeps running

Debug log

golfvert commented 4 years ago

Is there something I can do to help debugging? At the moment, I am stuck as I can't update any components... The progress bar is always moving endlessly.

amedeozottola commented 4 years ago

For now, I've resolved downgrading Hacs to 0.22.0. Tomorrow I'll try to install the latest (0.23.2) hacs version. stay tuned ;-)

golfvert commented 4 years ago

How do you do it? I can't do it with the interface as it is busy with the progress bar :)

amedeozottola commented 4 years ago

I do it with my ssh terminal...
ssh works always :-) You can download hacs.zip via wget, unzip it (with -d option to create target directory), and then copy extracted diretory to "custom_components" (located in the same directory of configuration.yaml). Before copy the new hacs files, be sure to "remove" old directory ;-) now restart, and enjoy! For my instance it works, and this morning I've upgraded hacs to 0.23.2 via UI and now it works fine! :-)

golfvert commented 4 years ago

Silly me... I just replace the content of the hacs folder with the 0.22.0 release and it is OK. However, I have "lost" what has been installed. Is there a file/directory which list the installed plugins/integration that I can put back? Integrations are working but from HACS point of view they are not installed...

amedeozottola commented 4 years ago

I've no idea. I've lost nothing. Can you try to reinstall what have you lost? however my plugin files are under /usr/share/hassio/homeassistant/custom_components

jeremyfry commented 4 years ago

I had the same issue a couple different times. Upgraded to 0.23.2 and it seems to be working now.

nchiles commented 4 years ago

How did you stop the background task to be able to upgrade? The answer above seems like it would remove all integrations.