· 5 years ago · Mar 17, 2020, 02:58 AM
12020-03-16 22:48:05 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for breaking_changes which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
22020-03-16 22:48:05 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for browser_mod which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
32020-03-16 22:48:07 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for config_check which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
42020-03-16 22:48:08 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hassio_info which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
52020-03-16 22:48:09 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for uilogs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
62020-03-16 22:48:09 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for garbage_collection which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
72020-03-16 22:48:09 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for readme which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
82020-03-16 22:48:09 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 experience issues with Home Assistant.
92020-03-16 22:48:10 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hueremote which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
102020-03-16 22:48:10 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for huesensor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
112020-03-16 22:48:10 WARNING (MainThread) [homeassistant.components.discovery] Please remove homekit from your discovery.enable configuration as it is now enabled by default
122020-03-16 22:48:11 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for google_geocode which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
132020-03-16 22:48:12 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for fcm-android which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
142020-03-16 22:48:12 WARNING (MainThread) [homeassistant.components.homekit_controller] Legacy homekit_controller state found in /config/.homekit. Support for reading the folder is deprecated and will be removed in 0.109.0.
152020-03-16 22:48:14 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for plex_recently_added which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
162020-03-16 22:48:16 WARNING (MainThread) [homeassistant.config_entries] Config entry for wled not ready yet. Retrying in 5 seconds.
172020-03-16 22:48:16 WARNING (MainThread) [homeassistant.components.vizio.media_player] Failed to connect to 192.168.1.108
182020-03-16 22:48:16 WARNING (MainThread) [homeassistant.components.media_player] Platform vizio not ready yet. Retrying in 30 seconds.
192020-03-16 22:48:16 ERROR (MainThread) [homeassistant.components.binary_sensor] proxmoxve: Error on device update!
20Traceback (most recent call last):
21 File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 312, in _async_add_entity
22 await entity.async_device_update(warning=False)
23 File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 476, in async_device_update
24 await self.hass.async_add_executor_job(self.update)
25 File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
26 result = self.fn(*self.args, **self.kwargs)
27 File "/usr/src/homeassistant/homeassistant/components/proxmoxve/binary_sensor.py", line 83, in update
28 item = self.poll_item()
29 File "/usr/src/homeassistant/homeassistant/components/proxmoxve/binary_sensor.py", line 96, in poll_item
30 .get(self._item_type.name)
31 File "/usr/local/lib/python3.7/site-packages/proxmoxer/core.py", line 105, in get
32 return self(args)._request("GET", params=params)
33 File "/usr/local/lib/python3.7/site-packages/proxmoxer/core.py", line 94, in _request
34 resp.reason, resp.content))
35proxmoxer.core.ResourceException: 595 Errors during connection establishment, proxy handshake: Connection refused - b''
362020-03-16 22:48:16 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
37Traceback (most recent call last):
38 File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 425, in _async_add_entity
39 raise HomeAssistantError(msg)
40homeassistant.exceptions.HomeAssistantError: Entity id already exists: light.bed_lamp. Platform hue does not generate unique IDs
412020-03-16 22:48:16 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
42Traceback (most recent call last):
43 File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 425, in _async_add_entity
44 raise HomeAssistantError(msg)
45homeassistant.exceptions.HomeAssistantError: Entity id already exists: light.cave_lamp. Platform hue does not generate unique IDs
462020-03-16 22:48:16 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
47Traceback (most recent call last):
48 File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 425, in _async_add_entity
49 raise HomeAssistantError(msg)
50homeassistant.exceptions.HomeAssistantError: Entity id already exists: light.desk_lamp. Platform hue does not generate unique IDs
512020-03-16 22:48:16 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
52Traceback (most recent call last):
53 File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 425, in _async_add_entity
54 raise HomeAssistantError(msg)
55homeassistant.exceptions.HomeAssistantError: Entity id already exists: light.couch_left. Platform hue does not generate unique IDs
562020-03-16 22:48:16 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
57Traceback (most recent call last):
58 File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 425, in _async_add_entity
59 raise HomeAssistantError(msg)
60homeassistant.exceptions.HomeAssistantError: Entity id already exists: light.couch_right. Platform hue does not generate unique IDs
612020-03-16 22:48:22 WARNING (MainThread) [homeassistant.setup] Setup of browser_mod is taking over 10 seconds.
622020-03-16 22:48:22 WARNING (MainThread) [homeassistant.components.calendar] Setup of calendar platform google is taking over 10 seconds.
632020-03-16 22:48:22 WARNING (MainThread) [homeassistant.components.calendar] Setup of calendar platform google is taking over 10 seconds.
642020-03-16 22:48:26 WARNING (MainThread) [homeassistant.setup] Setup of default_config is taking over 10 seconds.
652020-03-16 22:48:30 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for authenticated which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
662020-03-16 22:48:30 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for youtube which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
672020-03-16 22:48:30 DEBUG (MainThread) [hacs] Configuration type: flow
682020-03-16 22:48:30 INFO (MainThread) [hacs]
69-------------------------------------------------------------------
70HACS (Home Assistant Community Store)
71
72Version: 0.23.2
73This is a custom integration
74If you have any issues with this you need to open an issue here:
75https://github.com/hacs/integration/issues
76-------------------------------------------------------------------
77
782020-03-16 22:48:30 ERROR (MainThread) [homeassistant.components.sensor] The transmission platform for the sensor integration does not support platform setup. Please remove it from your config.
792020-03-16 22:48:30 DEBUG (MainThread) [hacs.repository.integration.hacs.integration] Checking repository.
802020-03-16 22:48:31 DEBUG (MainThread) [hacs.repository.integration.hacs.integration] Running checks against 0.23.2
812020-03-16 22:48:32 INFO (MainThread) [hacs.repository.integration.hacs.integration] Registration complete
822020-03-16 22:48:32 INFO (MainThread) [hacs.data] Restore started
832020-03-16 22:48:33 INFO (MainThread) [hacs.data] Restore done
842020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] appdaemon_path: appdaemon/apps/
852020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] appdaemon: True
862020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] netdaemon_path: netdaemon/apps/
872020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] netdaemon: False
882020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] config_type: flow
892020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] debug: False
902020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] dev: False
912020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] frontend_mode: Table
922020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] frontend_compact: True
932020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] onboarding_done: True
942020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] plugin_path: www/community/
952020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] python_script_path: python_scripts/
962020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] python_script: False
972020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] sidepanel_icon: mdi:alpha-h-box
982020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] sidepanel_title: HACS
992020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] theme_path: themes/
1002020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] theme: False
1012020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] country: US
1022020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] experimental: True
1032020-03-16 22:48:33 DEBUG (MainThread) [hacs.configuration] release_limit: 5
1042020-03-16 22:48:36 ERROR (MainThread) [pyhaversion] Timeout error fetching version information from Hassio,
1052020-03-16 22:48:46 ERROR (SyncWorker_7) [homeassistant.components.python_script.date_countdown.py] Error executing script: month must be in 1..12
106Traceback (most recent call last):
107 File "/usr/src/homeassistant/homeassistant/components/python_script/__init__.py", line 196, in execute
108 exec(compiled.code, restricted_globals)
109 File "date_countdown.py", line 13, in <module>
110ValueError: month must be in 1..12
1112020-03-16 22:48:47 DEBUG (MainThread) [hacs] None
1122020-03-16 22:48:47 DEBUG (MainThread) [hacs] None
1132020-03-16 22:48:47 INFO (MainThread) [hacs] Loading known repositories
1142020-03-16 22:48:47 WARNING (MainThread) [homeassistant.components.vizio.media_player] Failed to connect to 192.168.1.108
1152020-03-16 22:48:47 WARNING (MainThread) [homeassistant.components.media_player] Platform vizio not ready yet. Retrying in 60 seconds.
1162020-03-16 22:48:49 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for nodered which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
1172020-03-16 22:48:50 WARNING (MainThread) [homeassistant.components.cloud.google_config] Error reporting state - 5: Requested entity was not found.
1182020-03-16 22:48:50 WARNING (MainThread) [homeassistant.components.cloud.google_config] Error reporting state - 5: Requested entity was not found.
1192020-03-16 22:48:50 WARNING (MainThread) [homeassistant.config_entries] Config entry for wled not ready yet. Retrying in 10 seconds.
1202020-03-16 22:48:52 DEBUG (MainThread) [hacs.factory] No tasks to execute
1212020-03-16 22:48:52 INFO (MainThread) [hacs] Loading known repositories finished
1222020-03-16 22:48:52 DEBUG (MainThread) [hacs] Starting recuring background task for installed repositories
1232020-03-16 22:48:52 DEBUG (MainThread) [hacs] 4263
1242020-03-16 22:48:52 DEBUG (MainThread) [hacs] 2020-03-17 03:04:35
1252020-03-16 22:48:52 INFO (MainThread) [hacs.factory] Processing 53 tasks
1262020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.integration.hacs.integration] Getting repository information
1272020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.integration.custom-components.authenticated] Getting repository information
1282020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.ofekashery.vertical-stack-in-card] Getting repository information
1292020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.beer-card] Getting repository information
1302020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-slider-entity-row] Getting repository information
1312020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.ext-weblink] Getting repository information
1322020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.iantrich.aftership-card] Getting repository information
1332020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.username-element] Getting repository information
1342020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.button-card] Getting repository information
1352020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.upcoming-media-card] Getting repository information
1362020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.kalkih.mini-media-player] Getting repository information
1372020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-fold-entity-row] Getting repository information
1382020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.light-entity-row] Getting repository information
1392020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.plex_recently_added] Getting repository information
1402020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-layout-card] Getting repository information
1412020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.integration.hacs.integration] Running checks against 0.23.2
1422020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-fold-entity-row] Running checks against 14
1432020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.ofekashery.vertical-stack-in-card] Running checks against v0.2.1
1442020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.iantrich.aftership-card] Running checks against 1.2.0
1452020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.username-element] Running checks against 0.0.1
1462020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.upcoming-media-card] Running checks against 0.4.0
1472020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-slider-entity-row] Running checks against 11
1482020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-layout-card] Running checks against 13
1492020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.light-entity-row] Running checks against v0.2.2
1502020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.plex_recently_added] Running checks against 0.2.9
1512020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.ext-weblink] Running checks against 0.3.2
1522020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.beer-card] Running checks against 0.2.4
1532020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.kalkih.mini-media-player] Running checks against v1.6.0
1542020-03-16 22:48:52 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.button-card] Running checks against 3.2.1
1552020-03-16 22:48:53 DEBUG (MainThread) [hacs.repository.integration.custom-components.authenticated] Running checks against 1.2.2
1562020-03-16 22:48:58 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-state-switch] Getting repository information
1572020-03-16 22:48:58 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.secondaryinfo-entity-row] Getting repository information
1582020-03-16 22:48:58 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-card-tools] Getting repository information
1592020-03-16 22:48:58 DEBUG (MainThread) [hacs.repository.plugin.ljmerza.calendar-card] Getting repository information
1602020-03-16 22:48:58 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.bar-card] Getting repository information
1612020-03-16 22:48:58 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.kodi_recently_added] Getting repository information
1622020-03-16 22:48:58 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-auto-entities] Getting repository information
1632020-03-16 22:48:58 DEBUG (MainThread) [hacs.repository.plugin.ljmerza.light-entity-card] Getting repository information
1642020-03-16 22:48:58 DEBUG (MainThread) [hacs.repository.plugin.atomic7777.atomic_calendar] Getting repository information
1652020-03-16 22:48:58 DEBUG (MainThread) [hacs.repository.integration.custom-components.youtube] Getting repository information
1662020-03-16 22:48:58 DEBUG (MainThread) [hacs.repository.integration.custom-components.config_check] Getting repository information
1672020-03-16 22:48:58 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-gap-card] Getting repository information
1682020-03-16 22:48:58 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-state-switch] Running checks against 5
1692020-03-16 22:48:58 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.secondaryinfo-entity-row] Running checks against master
1702020-03-16 22:48:59 DEBUG (MainThread) [hacs.repository.plugin.cbulock.lovelace-battery-entity] Getting repository information
1712020-03-16 22:48:59 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-theme-maker] Getting repository information
1722020-03-16 22:48:59 DEBUG (MainThread) [hacs.repository.integration.custom-components.sensor.kodi_recently_added] Running checks against master
1732020-03-16 22:48:59 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-auto-entities] Running checks against 16
1742020-03-16 22:48:59 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-card-tools] Running checks against 9
1752020-03-16 22:48:59 DEBUG (MainThread) [hacs.repository.plugin.ljmerza.calendar-card] Running checks against 3.108.4
1762020-03-16 22:48:59 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.bar-card] Running checks against 1.7.1
1772020-03-16 22:48:59 DEBUG (MainThread) [hacs.repository.plugin.ljmerza.light-entity-card] Running checks against 3.2.2
1782020-03-16 22:48:59 DEBUG (MainThread) [hacs.repository.integration.custom-components.youtube] Running checks against 0.3.0
1792020-03-16 22:48:59 DEBUG (MainThread) [hacs.repository.integration.custom-components.config_check] Running checks against master
1802020-03-16 22:48:59 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-gap-card] Running checks against master
1812020-03-16 22:48:59 DEBUG (MainThread) [hacs.repository.plugin.atomic7777.atomic_calendar] Running checks against v0.8.9
1822020-03-16 22:48:59 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-theme-maker] Running checks against master
1832020-03-16 22:48:59 DEBUG (MainThread) [hacs.repository.plugin.cbulock.lovelace-battery-entity] Running checks against 0.2
1842020-03-16 22:48:59 DEBUG (MainThread) [hacs.repository.integration.custom-components.breaking_changes] Getting repository information
1852020-03-16 22:48:59 DEBUG (MainThread) [hacs.template] 'is_state' is undefined
1862020-03-16 22:48:59 DEBUG (MainThread) [hacs.repository.integration.custom-components.breaking_changes] Running checks against 0.3.6
1872020-03-16 22:49:00 DEBUG (MainThread) [hacs.template] 'states' is undefined
1882020-03-16 22:49:04 WARNING (MainThread) [homeassistant.config_entries] Config entry for wled not ready yet. Retrying in 20 seconds.
1892020-03-16 22:49:04 DEBUG (MainThread) [hacs.repository.plugin.maykar.lovelace-swipe-navigation] Getting repository information
1902020-03-16 22:49:04 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.bignumber-card] Getting repository information
1912020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.entity-attributes-card] Getting repository information
1922020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.gauge-card] Getting repository information
1932020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.group-card] Getting repository information
1942020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.home-setter] Getting repository information
1952020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.plan-coordinates] Getting repository information
1962020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.decluttering-card] Getting repository information
1972020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-card-mod] Getting repository information
1982020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.integration.thomasloven.hass-browser_mod] Getting repository information
1992020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.python_script.mf-social.ps-date-countdown] Getting repository information
2002020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.plugin.maykar.lovelace-swipe-navigation] Running checks against 1.2.2
2012020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.integration.thomasloven.hass-lovelace_gen] Getting repository information
2022020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.bignumber-card] Running checks against 0.0.2
2032020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.entity-attributes-card] Running checks against 0.1.2
2042020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.integration.custom-components.readme] Getting repository information
2052020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.plugin.bbbenji.synthwave-hass-extras] Getting repository information
2062020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.home-setter] Running checks against 0.0.2
2072020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.plan-coordinates] Running checks against 0.1.1
2082020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.python_script.mf-social.ps-date-countdown] Running checks against v4.0
2092020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.integration.thomasloven.hass-lovelace_gen] Running checks against 6
2102020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.integration.thomasloven.hass-browser_mod] Running checks against master
2112020-03-16 22:49:05 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.decluttering-card] Running checks against 0.3.0
2122020-03-16 22:49:06 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.gauge-card] Running checks against 0.2.2
2132020-03-16 22:49:06 DEBUG (MainThread) [hacs.repository.plugin.bbbenji.synthwave-hass-extras] Running checks against 0.2.3
2142020-03-16 22:49:06 DEBUG (MainThread) [hacs.repository.plugin.custom-cards.group-card] Running checks against 0.0.4
2152020-03-16 22:49:06 DEBUG (MainThread) [hacs.repository.integration.zachowj.hass-node-red] Getting repository information
2162020-03-16 22:49:06 DEBUG (MainThread) [hacs.repository.plugin.thomasloven.lovelace-card-mod] Running checks against 13
2172020-03-16 22:49:06 DEBUG (MainThread) [hacs.repository.integration.custom-components.readme] Running checks against 0.1.1
2182020-03-16 22:49:06 DEBUG (MainThread) [hacs.repository.integration.zachowj.hass-node-red] Running checks against v0.4.1
2192020-03-16 22:49:06 DEBUG (MainThread) [hacs.template] 'states' is undefined
2202020-03-16 22:49:11 DEBUG (MainThread) [hacs.repository.integration.bruxy70.Garbage-Collection] Getting repository information
2212020-03-16 22:49:11 DEBUG (MainThread) [hacs.repository.plugin.amaximus.garbage-collection-card] Getting repository information
2222020-03-16 22:49:11 DEBUG (MainThread) [hacs.repository.integration.gregoryduckworth.GoogleGeocode-HASS] Getting repository information
2232020-03-16 22:49:11 DEBUG (MainThread) [hacs.repository.plugin.maykar.custom-header] Getting repository information
2242020-03-16 22:49:11 DEBUG (MainThread) [hacs.repository.integration.custom-components.uilogs] Getting repository information
2252020-03-16 22:49:11 DEBUG (MainThread) [hacs.repository.integration.maykar.plex_assistant] Getting repository information
2262020-03-16 22:49:11 DEBUG (MainThread) [hacs.repository.integration.robmarkcole.Hue-remotes-HASS] Getting repository information
2272020-03-16 22:49:11 DEBUG (MainThread) [hacs.repository.plugin.amaximus.garbage-collection-card] Running checks against 1.5.0
2282020-03-16 22:49:11 DEBUG (MainThread) [hacs.repository.integration.bruxy70.Garbage-Collection] Running checks against 2.17
2292020-03-16 22:49:11 DEBUG (MainThread) [hacs.repository.integration.robmarkcole.Hue-sensors-HASS] Getting repository information
2302020-03-16 22:49:11 DEBUG (MainThread) [hacs.repository.integration.gregoryduckworth.GoogleGeocode-HASS] Running checks against 0.1.3
2312020-03-16 22:49:11 DEBUG (MainThread) [hacs.repository.plugin.maykar.custom-header] Running checks against 1.3.2
2322020-03-16 22:49:12 DEBUG (MainThread) [hacs.repository.integration.maykar.plex_assistant] Running checks against 0.0.3
2332020-03-16 22:49:12 DEBUG (MainThread) [hacs.repository.integration.custom-components.uilogs] Running checks against master
2342020-03-16 22:49:12 DEBUG (MainThread) [hacs.repository.integration.robmarkcole.Hue-remotes-HASS] Running checks against 0.1
2352020-03-16 22:49:12 DEBUG (MainThread) [hacs.repository.integration.robmarkcole.Hue-sensors-HASS] Running checks against V3.0
2362020-03-16 22:49:18 INFO (MainThread) [hacs.factory] Task processing of 53 tasks completed in 26 seconds
2372020-03-16 22:49:18 DEBUG (MainThread) [hacs.data] Saving data
2382020-03-16 22:49:18 DEBUG (MainThread) [hacs] Recuring background task for installed repositories done
2392020-03-16 22:49:18 DEBUG (MainThread) [hacs.data] Saving data
2402020-03-16 22:49:28 WARNING (MainThread) [homeassistant.config_entries] Config entry for wled not ready yet. Retrying in 40 seconds.
2412020-03-16 22:49:32 ERROR (SyncWorker_3) [custom_components.google_geocode.sensor] You have exceeded your daily requests or entered a incorrect key please create or check the api key.
2422020-03-16 22:49:32 ERROR (SyncWorker_2) [custom_components.google_geocode.sensor] You have exceeded your daily requests or entered a incorrect key please create or check the api key.
2432020-03-16 22:49:47 WARNING (MainThread) [homeassistant.components.cloud.google_config] Error reporting state - 5: Requested entity was not found.
2442020-03-16 22:49:48 WARNING (MainThread) [homeassistant.components.vizio.media_player] Failed to connect to 192.168.1.108
2452020-03-16 22:49:48 WARNING (MainThread) [homeassistant.components.media_player] Platform vizio not ready yet. Retrying in 90 seconds.
2462020-03-16 22:50:12 WARNING (MainThread) [homeassistant.config_entries] Config entry for wled not ready yet. Retrying in 80 seconds.