Advertisement
Guest User

HA log 27/12/2022

a guest
Dec 27th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 375.14 KB | None | 0 0
  1. root@DietPi:/mnt/dietpi_userdata/homeassistant# cat home-assistant.log
  2. 2022-12-27 09:35:49.267 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration octopus_energy 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
  3. 2022-12-27 09:35:49.270 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
  4. 2022-12-27 09:36:09.447 WARNING (MainThread) [homeassistant.config_entries] Config entry '192.168.54.35' for octoprint integration not ready yet: Cannot connect to host 192.168.54.35:80 ssl:default [Connect call failed ('192.168.54.35', 80)]; Retrying in background
  5. 2022-12-27 09:36:56.027 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: derivative, group, moon, min_max, ipp, speedtestdotnet, plex
  6. 2022-12-27 09:37:56.143 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: derivative, group, moon, min_max, ipp, speedtestdotnet, plex
  7. 2022-12-27 09:38:56.301 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: derivative, group, moon, min_max, ipp, speedtestdotnet, plex
  8. 2022-12-27 09:39:07.404 ERROR (MainThread) [homeassistant.components.apple_tv] Failed to connect
  9. Traceback (most recent call last):
  10.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/apple_tv/__init__.py", line 222, in connect_once
  11.     await self._connect(conf, raise_missing_credentials)
  12.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/apple_tv/__init__.py", line 311, in _connect
  13.     raise ConfigEntryNotReady(
  14. homeassistant.exceptions.ConfigEntryNotReady: Protocol(s) AirPlay not yet found for Bedroom, waiting for discovery.
  15. 2022-12-27 09:39:07.422 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Bedroom' for apple_tv integration not ready yet: Not found at 192.168.54.223, waiting for discovery; Retrying in background
  16. 2022-12-27 09:39:40.163 ERROR (MainThread) [homeassistant.components.binary_sensor] Error adding entities for domain binary_sensor with platform pi_hole
  17. Traceback (most recent call last):
  18.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity_platform.py", line 428, in async_add_entities
  19.     await asyncio.gather(*tasks)
  20.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity_platform.py", line 692, in _async_add_entity
  21.     await entity.add_to_platform_finish()
  22.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 789, in add_to_platform_finish
  23.     self.async_write_ha_state()
  24.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  25.     self._async_write_ha_state()
  26.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  27.     state = self._stringify_state(available)
  28.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  29.     if (state := self.state) is None:
  30.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  31.     if (is_on := self.is_on) is None:
  32.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  33.     return self.entity_description.state_value(self.api)
  34.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  35.     state_value=lambda api: bool(api.data.get("status") == "enabled"),
  36. AttributeError: 'list' object has no attribute 'get'
  37. 2022-12-27 09:39:40.189 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up pi_hole platform for binary_sensor
  38. Traceback (most recent call last):
  39.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity_platform.py", line 289, in _async_setup_platform
  40.     await asyncio.gather(*pending)
  41.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity_platform.py", line 428, in async_add_entities
  42.     await asyncio.gather(*tasks)
  43.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity_platform.py", line 692, in _async_add_entity
  44.     await entity.add_to_platform_finish()
  45.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 789, in add_to_platform_finish
  46.     self.async_write_ha_state()
  47.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  48.     self._async_write_ha_state()
  49.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  50.     state = self._stringify_state(available)
  51.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  52.     if (state := self.state) is None:
  53.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  54.     if (is_on := self.is_on) is None:
  55.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  56.     return self.entity_description.state_value(self.api)
  57.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  58.     state_value=lambda api: bool(api.data.get("status") == "enabled"),
  59. AttributeError: 'list' object has no attribute 'get'
  60. 2022-12-27 09:39:40.264 ERROR (MainThread) [homeassistant.components.binary_sensor] pi_hole: Error on device update!
  61. Traceback (most recent call last):
  62.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity_platform.py", line 493, in _async_add_entity
  63.     await entity.async_device_update(warning=False)
  64.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 715, in async_device_update
  65.     await task
  66.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 392, in async_update
  67.     await self.coordinator.async_request_refresh()
  68.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 175, in async_request_refresh
  69.     await self._debounced_refresh.async_call()
  70.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/debounce.py", line 82, in async_call
  71.     await task
  72.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 201, in async_refresh
  73.     await self._async_refresh(log_failures=True)
  74.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  75.     self.async_update_listeners()
  76.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  77.     update_callback()
  78.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  79.     self.async_write_ha_state()
  80.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  81.     self._async_write_ha_state()
  82.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  83.     state = self._stringify_state(available)
  84.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  85.     if (state := self.state) is None:
  86.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  87.     if (is_on := self.is_on) is None:
  88.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  89.     return self.entity_description.state_value(self.api)
  90.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  91.     state_value=lambda api: bool(api.data.get("status") == "enabled"),
  92. AttributeError: 'list' object has no attribute 'get'
  93. 2022-12-27 09:39:44.128 ERROR (MainThread) [homeassistant.components.switch] Platform esphome does not generate unique IDs. ID door-bellswitchbedroom_tv already exists - ignoring switch.bedroom_tv_2
  94. 2022-12-27 09:39:44.166 ERROR (MainThread) [homeassistant.components.sensor] Error adding entities for domain sensor with platform pi_hole
  95. Traceback (most recent call last):
  96.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/sensor.py", line 69, in native_value
  97.     return round(self.api.data[self.entity_description.key], 2)
  98. TypeError: list indices must be integers or slices, not str
  99.  
  100. During handling of the above exception, another exception occurred:
  101.  
  102. Traceback (most recent call last):
  103.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity_platform.py", line 428, in async_add_entities
  104.     await asyncio.gather(*tasks)
  105.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity_platform.py", line 692, in _async_add_entity
  106.     await entity.add_to_platform_finish()
  107.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 789, in add_to_platform_finish
  108.     self.async_write_ha_state()
  109.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  110.     self._async_write_ha_state()
  111.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  112.     state = self._stringify_state(available)
  113.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  114.     if (state := self.state) is None:
  115.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/sensor/__init__.py", line 680, in state
  116.     value = self.native_value
  117.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/sensor.py", line 71, in native_value
  118.     return self.api.data[self.entity_description.key]
  119. TypeError: list indices must be integers or slices, not str
  120. 2022-12-27 09:39:44.333 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up pi_hole platform for sensor
  121. Traceback (most recent call last):
  122.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/sensor.py", line 69, in native_value
  123.     return round(self.api.data[self.entity_description.key], 2)
  124. TypeError: list indices must be integers or slices, not str
  125.  
  126. During handling of the above exception, another exception occurred:
  127.  
  128. Traceback (most recent call last):
  129.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity_platform.py", line 289, in _async_setup_platform
  130.     await asyncio.gather(*pending)
  131.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity_platform.py", line 428, in async_add_entities
  132.     await asyncio.gather(*tasks)
  133.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity_platform.py", line 692, in _async_add_entity
  134.     await entity.add_to_platform_finish()
  135.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 789, in add_to_platform_finish
  136.     self.async_write_ha_state()
  137.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  138.     self._async_write_ha_state()
  139.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  140.     state = self._stringify_state(available)
  141.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  142.     if (state := self.state) is None:
  143.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/sensor/__init__.py", line 680, in state
  144.     value = self.native_value
  145.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/sensor.py", line 71, in native_value
  146.     return self.api.data[self.entity_description.key]
  147. TypeError: list indices must be integers or slices, not str
  148. 2022-12-27 09:39:44.714 ERROR (MainThread) [homeassistant.components.sensor] pi_hole: Error on device update!
  149. Traceback (most recent call last):
  150.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity_platform.py", line 493, in _async_add_entity
  151.     await entity.async_device_update(warning=False)
  152.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 715, in async_device_update
  153.     await task
  154.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 392, in async_update
  155.     await self.coordinator.async_request_refresh()
  156.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 175, in async_request_refresh
  157.     await self._debounced_refresh.async_call()
  158.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/debounce.py", line 82, in async_call
  159.     await task
  160.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 201, in async_refresh
  161.     await self._async_refresh(log_failures=True)
  162.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  163.     self.async_update_listeners()
  164.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  165.     update_callback()
  166.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  167.     self.async_write_ha_state()
  168.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  169.     self._async_write_ha_state()
  170.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  171.     state = self._stringify_state(available)
  172.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  173.     if (state := self.state) is None:
  174.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  175.     if (is_on := self.is_on) is None:
  176.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  177.     return self.entity_description.state_value(self.api)
  178.   File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  179.     state_value=lambda api: bool(api.data.get("status") == "enabled"),
  180. AttributeError: 'list' object has no attribute 'get'
  181. 2022-12-27 09:39:47.239 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for radiator-balance-sensor @ 192.168.54.61: Error connecting to ('192.168.54.61', 6053): [Errno 113] Connect call failed ('192.168.54.61', 6053)
  182. 2022-12-27 09:39:53.088 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template("{{ states('sensor.octopus_energy_gas_e6s20227722061_3012759406_previous_accumulative_consumption')|float * 1.02264 * 39.2 / 3.6 }}")
  183. Traceback (most recent call last):
  184.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 1710, in forgiving_float_filter
  185.    return float(value)
  186. ValueError: could not convert string to float: 'unknown'
  187.  
  188. During handling of the above exception, another exception occurred:
  189.  
  190. Traceback (most recent call last):
  191.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 423, in async_render
  192.    render_result = _render_with_context(self.template, compiled, **kwargs)
  193.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 1942, in _render_with_context
  194.    return template.render(**kwargs)
  195.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/jinja2/environment.py", line 1301, in render
  196.    self.environment.handle_exception()
  197.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/jinja2/environment.py", line 936, in handle_exception
  198.    raise rewrite_traceback_stack(source=source)
  199.  File "<template>", line 1, in top-level template code
  200.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 1713, in forgiving_float_filter
  201.    raise_no_default("float", value)
  202.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 1411, in raise_no_default
  203.    raise ValueError(
  204. ValueError: Template error: float got invalid input 'unknown' when rendering template '{{ states('sensor.octopus_energy_gas_e6s20227722061_3012759406_previous_accumulative_consumption')|float * 1.02264 * 39.2 / 3.6 }}' but no default was specified
  205.  
  206. The above exception was the direct cause of the following exception:
  207.  
  208. Traceback (most recent call last):
  209.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 540, in async_render_to_info
  210.    render_info._result = self.async_render(variables, strict=strict, **kwargs)
  211.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 425, in async_render
  212.    raise TemplateError(err) from err
  213. homeassistant.exceptions.TemplateError: ValueError: Template error: float got invalid input 'unknown' when rendering template '{{ states('sensor.octopus_energy_gas_e6s20227722061_3012759406_previous_accumulative_consumption')|float * 1.02264 * 39.2 / 3.6 }}' but no default was specified
  214. 2022-12-27 09:39:53.863 ERROR (MainThread) [homeassistant.helpers.template_entity] TemplateError('ValueError: Template error: float got invalid input 'unknown' when rendering template '{{ states('sensor.octopus_energy_gas_e6s20227722061_3012759406_previous_accumulative_consumption')|float * 1.02264 * 39.2 / 3.6 }}' but no default was specified') while processing template 'Template("{{ states('sensor.octopus_energy_gas_e6s20227722061_3012759406_previous_accumulative_consumption')|float * 1.02264 * 39.2 / 3.6 }}")' for attribute '_attr_native_value' in entity 'sensor.gas_consumption_previous_kwh'
  215. 2022-12-27 09:39:53.873 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template("{{ timedelta(seconds=states('sensor.prusa_mini_time_elapsed')|int) }}")
  216. Traceback (most recent call last):
  217.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 423, in async_render
  218.    render_result = _render_with_context(self.template, compiled, **kwargs)
  219.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 1942, in _render_with_context
  220.    return template.render(**kwargs)
  221.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/jinja2/environment.py", line 1301, in render
  222.    self.environment.handle_exception()
  223.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/jinja2/environment.py", line 936, in handle_exception
  224.    raise rewrite_traceback_stack(source=source)
  225.  File "<template>", line 1, in top-level template code
  226.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 1729, in forgiving_int_filter
  227.    raise_no_default("int", value)
  228.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 1411, in raise_no_default
  229.    raise ValueError(
  230. ValueError: Template error: int got invalid input 'unknown' when rendering template '{{ timedelta(seconds=states('sensor.prusa_mini_time_elapsed')|int) }}' but no default was specified
  231.  
  232. The above exception was the direct cause of the following exception:
  233.  
  234. Traceback (most recent call last):
  235.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 540, in async_render_to_info
  236.    render_info._result = self.async_render(variables, strict=strict, **kwargs)
  237.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 425, in async_render
  238.    raise TemplateError(err) from err
  239. homeassistant.exceptions.TemplateError: ValueError: Template error: int got invalid input 'unknown' when rendering template '{{ timedelta(seconds=states('sensor.prusa_mini_time_elapsed')|int) }}' but no default was specified
  240. 2022-12-27 09:39:53.880 ERROR (MainThread) [homeassistant.helpers.template_entity] TemplateError('ValueError: Template error: int got invalid input 'unknown' when rendering template '{{ timedelta(seconds=states('sensor.prusa_mini_time_elapsed')|int) }}' but no default was specified') while processing template 'Template("{{ timedelta(seconds=states('sensor.prusa_mini_time_elapsed')|int) }}")' for attribute '_attr_native_value' in entity 'sensor.prusa_mini_time_elapsed_hms'
  241. 2022-12-27 09:39:53.886 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template("{{ timedelta(seconds=states('sensor.prusa_mini_time_remaining')|int) }}")
  242. Traceback (most recent call last):
  243.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 423, in async_render
  244.    render_result = _render_with_context(self.template, compiled, **kwargs)
  245.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 1942, in _render_with_context
  246.    return template.render(**kwargs)
  247.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/jinja2/environment.py", line 1301, in render
  248.    self.environment.handle_exception()
  249.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/jinja2/environment.py", line 936, in handle_exception
  250.    raise rewrite_traceback_stack(source=source)
  251.  File "<template>", line 1, in top-level template code
  252.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 1729, in forgiving_int_filter
  253.    raise_no_default("int", value)
  254.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 1411, in raise_no_default
  255.    raise ValueError(
  256. ValueError: Template error: int got invalid input 'unknown' when rendering template '{{ timedelta(seconds=states('sensor.prusa_mini_time_remaining')|int) }}' but no default was specified
  257.  
  258. The above exception was the direct cause of the following exception:
  259.  
  260. Traceback (most recent call last):
  261.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 540, in async_render_to_info
  262.    render_info._result = self.async_render(variables, strict=strict, **kwargs)
  263.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/template.py", line 425, in async_render
  264.    raise TemplateError(err) from err
  265. homeassistant.exceptions.TemplateError: ValueError: Template error: int got invalid input 'unknown' when rendering template '{{ timedelta(seconds=states('sensor.prusa_mini_time_remaining')|int) }}' but no default was specified
  266. 2022-12-27 09:39:53.895 ERROR (MainThread) [homeassistant.helpers.template_entity] TemplateError('ValueError: Template error: int got invalid input 'unknown' when rendering template '{{ timedelta(seconds=states('sensor.prusa_mini_time_remaining')|int) }}' but no default was specified') while processing template 'Template("{{ timedelta(seconds=states('sensor.prusa_mini_time_remaining')|int) }}")' for attribute '_attr_native_value' in entity 'sensor.prusa_mini_time_remaining_hms'
  267. 2022-12-27 09:39:54.347 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'Bitwarden Certificate Notification' trigger: In 'numeric_state' condition: unknown entity sensor.cert_expiry_bitwarden_keithellis_me_uk
  268. 2022-12-27 09:39:54.414 WARNING (SyncWorker_3) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  269. 2022-12-27 09:39:54.505 WARNING (SyncWorker_11) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  270. 2022-12-27 09:40:07.684 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x5966:1:0x0006]: async_initialize: all attempts have failed: [DeliveryError('Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>'), DeliveryError('Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>'), DeliveryError('Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>'), DeliveryError('Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>')]
  271. 2022-12-27 09:40:07.810 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8B86:1:0x0006]: async_initialize: all attempts have failed: [DeliveryError('Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>'), DeliveryError('Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>'), DeliveryError('Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>'), DeliveryError('Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>')]
  272. 2022-12-27 09:42:41.316 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  273. 2022-12-27 09:42:41.324 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  274. 2022-12-27 09:42:41.329 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  275. 2022-12-27 09:42:41.334 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  276. 2022-12-27 09:43:30.012 ERROR (MainThread) [frontend.js.latest.202212131] :0:0 Script error.
  277. 2022-12-27 09:43:41.332 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  278. 2022-12-27 09:43:41.336 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  279. 2022-12-27 09:43:41.340 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  280. 2022-12-27 09:43:41.344 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  281. 2022-12-27 09:44:44.243 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  282. Traceback (most recent call last):
  283.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  284.    await self._async_refresh(log_failures=True, scheduled=True)
  285.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  286.    self.async_update_listeners()
  287.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  288.    update_callback()
  289.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  290.    self.async_write_ha_state()
  291.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  292.    self._async_write_ha_state()
  293.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  294.    state = self._stringify_state(available)
  295.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  296.    if (state := self.state) is None:
  297.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  298.    if (is_on := self.is_on) is None:
  299.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  300.    return self.entity_description.state_value(self.api)
  301.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  302.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  303. AttributeError: 'list' object has no attribute 'get'
  304. 2022-12-27 09:44:44.381 WARNING (SyncWorker_6) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  305. 2022-12-27 09:44:44.401 WARNING (SyncWorker_7) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  306. 2022-12-27 09:44:44.390 WARNING (SyncWorker_5) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  307. 2022-12-27 09:48:01.432 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  308. 2022-12-27 09:48:01.436 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  309. 2022-12-27 09:48:01.441 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  310. 2022-12-27 09:48:01.445 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  311. 2022-12-27 09:49:41.429 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  312. 2022-12-27 09:49:41.434 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  313. 2022-12-27 09:49:41.438 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  314. 2022-12-27 09:49:41.442 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  315. 2022-12-27 09:49:44.240 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  316. Traceback (most recent call last):
  317.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  318.    await self._async_refresh(log_failures=True, scheduled=True)
  319.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  320.    self.async_update_listeners()
  321.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  322.    update_callback()
  323.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  324.    self.async_write_ha_state()
  325.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  326.    self._async_write_ha_state()
  327.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  328.    state = self._stringify_state(available)
  329.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  330.    if (state := self.state) is None:
  331.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  332.    if (is_on := self.is_on) is None:
  333.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  334.    return self.entity_description.state_value(self.api)
  335.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  336.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  337. AttributeError: 'list' object has no attribute 'get'
  338. 2022-12-27 09:49:44.440 WARNING (SyncWorker_4) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  339. 2022-12-27 09:49:44.434 WARNING (SyncWorker_11) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  340. 2022-12-27 09:49:54.340 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_to_lor is taking over 10 seconds
  341. 2022-12-27 09:51:21.452 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  342. 2022-12-27 09:51:21.456 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  343. 2022-12-27 09:51:21.461 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  344. 2022-12-27 09:51:21.465 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  345. 2022-12-27 09:53:01.480 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  346. 2022-12-27 09:53:01.484 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  347. 2022-12-27 09:53:01.488 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  348. 2022-12-27 09:53:01.493 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  349. 2022-12-27 09:54:21.509 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  350. 2022-12-27 09:54:21.513 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  351. 2022-12-27 09:54:21.517 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  352. 2022-12-27 09:54:21.522 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  353. 2022-12-27 09:54:44.237 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  354. Traceback (most recent call last):
  355.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  356.    await self._async_refresh(log_failures=True, scheduled=True)
  357.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  358.    self.async_update_listeners()
  359.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  360.    update_callback()
  361.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  362.    self.async_write_ha_state()
  363.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  364.    self._async_write_ha_state()
  365.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  366.    state = self._stringify_state(available)
  367.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  368.    if (state := self.state) is None:
  369.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  370.    if (is_on := self.is_on) is None:
  371.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  372.    return self.entity_description.state_value(self.api)
  373.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  374.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  375. AttributeError: 'list' object has no attribute 'get'
  376. 2022-12-27 09:59:44.239 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  377. Traceback (most recent call last):
  378.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  379.    await self._async_refresh(log_failures=True, scheduled=True)
  380.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  381.    self.async_update_listeners()
  382.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  383.    update_callback()
  384.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  385.    self.async_write_ha_state()
  386.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  387.    self._async_write_ha_state()
  388.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  389.    state = self._stringify_state(available)
  390.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  391.    if (state := self.state) is None:
  392.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  393.    if (is_on := self.is_on) is None:
  394.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  395.    return self.entity_description.state_value(self.api)
  396.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  397.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  398. AttributeError: 'list' object has no attribute 'get'
  399. 2022-12-27 09:59:44.414 WARNING (SyncWorker_4) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  400. 2022-12-27 09:59:44.419 WARNING (SyncWorker_6) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  401. 2022-12-27 10:00:01.608 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  402. 2022-12-27 10:00:01.612 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  403. 2022-12-27 10:00:01.617 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  404. 2022-12-27 10:00:01.621 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  405. 2022-12-27 10:01:41.649 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  406. 2022-12-27 10:01:41.653 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  407. 2022-12-27 10:01:41.657 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  408. 2022-12-27 10:01:41.661 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  409. 2022-12-27 10:04:44.239 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  410. Traceback (most recent call last):
  411.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  412.    await self._async_refresh(log_failures=True, scheduled=True)
  413.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  414.    self.async_update_listeners()
  415.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  416.    update_callback()
  417.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  418.    self.async_write_ha_state()
  419.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  420.    self._async_write_ha_state()
  421.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  422.    state = self._stringify_state(available)
  423.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  424.    if (state := self.state) is None:
  425.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  426.    if (is_on := self.is_on) is None:
  427.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  428.    return self.entity_description.state_value(self.api)
  429.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  430.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  431. AttributeError: 'list' object has no attribute 'get'
  432. 2022-12-27 10:04:44.383 WARNING (SyncWorker_4) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  433. 2022-12-27 10:04:44.409 WARNING (SyncWorker_12) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  434. 2022-12-27 10:04:44.431 WARNING (SyncWorker_1) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  435. 2022-12-27 10:06:01.800 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  436. 2022-12-27 10:06:01.804 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  437. 2022-12-27 10:06:01.808 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  438. 2022-12-27 10:06:01.813 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  439. 2022-12-27 10:07:41.781 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  440. 2022-12-27 10:07:41.785 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  441. 2022-12-27 10:07:41.789 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  442. 2022-12-27 10:07:41.794 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  443. 2022-12-27 10:09:44.266 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  444. Traceback (most recent call last):
  445.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  446.    await self._async_refresh(log_failures=True, scheduled=True)
  447.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  448.    self.async_update_listeners()
  449.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  450.    update_callback()
  451.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  452.    self.async_write_ha_state()
  453.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  454.    self._async_write_ha_state()
  455.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  456.    state = self._stringify_state(available)
  457.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  458.    if (state := self.state) is None:
  459.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  460.    if (is_on := self.is_on) is None:
  461.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  462.    return self.entity_description.state_value(self.api)
  463.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  464.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  465. AttributeError: 'list' object has no attribute 'get'
  466. 2022-12-27 10:09:44.441 WARNING (SyncWorker_6) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  467. 2022-12-27 10:11:21.884 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  468. 2022-12-27 10:11:21.891 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  469. 2022-12-27 10:11:21.896 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  470. 2022-12-27 10:11:21.900 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  471. 2022-12-27 10:11:39.046 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  472. not a valid value for object value @ data['payload']. Got '0'
  473. 2022-12-27 10:14:44.255 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  474. Traceback (most recent call last):
  475.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  476.    await self._async_refresh(log_failures=True, scheduled=True)
  477.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  478.    self.async_update_listeners()
  479.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  480.    update_callback()
  481.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  482.    self.async_write_ha_state()
  483.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  484.    self._async_write_ha_state()
  485.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  486.    state = self._stringify_state(available)
  487.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  488.    if (state := self.state) is None:
  489.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  490.    if (is_on := self.is_on) is None:
  491.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  492.    return self.entity_description.state_value(self.api)
  493.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  494.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  495. AttributeError: 'list' object has no attribute 'get'
  496. 2022-12-27 10:14:44.404 WARNING (SyncWorker_5) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  497. 2022-12-27 10:16:42.016 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  498. 2022-12-27 10:16:42.020 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  499. 2022-12-27 10:16:42.024 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  500. 2022-12-27 10:16:42.029 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  501. 2022-12-27 10:18:22.084 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  502. 2022-12-27 10:18:22.088 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  503. 2022-12-27 10:18:22.092 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  504. 2022-12-27 10:18:22.097 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  505. 2022-12-27 10:19:44.235 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  506. Traceback (most recent call last):
  507.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  508.    await self._async_refresh(log_failures=True, scheduled=True)
  509.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  510.    self.async_update_listeners()
  511.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  512.    update_callback()
  513.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  514.    self.async_write_ha_state()
  515.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  516.    self._async_write_ha_state()
  517.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  518.    state = self._stringify_state(available)
  519.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  520.    if (state := self.state) is None:
  521.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  522.    if (is_on := self.is_on) is None:
  523.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  524.    return self.entity_description.state_value(self.api)
  525.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  526.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  527. AttributeError: 'list' object has no attribute 'get'
  528. 2022-12-27 10:19:44.379 WARNING (SyncWorker_12) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  529. 2022-12-27 10:19:44.393 WARNING (SyncWorker_9) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  530. 2022-12-27 10:21:02.113 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  531. 2022-12-27 10:21:02.118 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  532. 2022-12-27 10:21:02.122 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  533. 2022-12-27 10:21:02.126 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  534. 2022-12-27 10:22:42.153 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  535. 2022-12-27 10:22:42.160 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  536. 2022-12-27 10:22:42.164 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  537. 2022-12-27 10:22:42.168 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  538. 2022-12-27 10:24:44.250 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  539. Traceback (most recent call last):
  540.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  541.    await self._async_refresh(log_failures=True, scheduled=True)
  542.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  543.    self.async_update_listeners()
  544.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  545.    update_callback()
  546.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  547.    self.async_write_ha_state()
  548.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  549.    self._async_write_ha_state()
  550.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  551.    state = self._stringify_state(available)
  552.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  553.    if (state := self.state) is None:
  554.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  555.    if (is_on := self.is_on) is None:
  556.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  557.    return self.entity_description.state_value(self.api)
  558.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  559.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  560. AttributeError: 'list' object has no attribute 'get'
  561. 2022-12-27 10:24:44.374 WARNING (SyncWorker_7) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  562. 2022-12-27 10:24:44.411 WARNING (SyncWorker_10) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  563. 2022-12-27 10:24:44.414 WARNING (SyncWorker_2) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  564. 2022-12-27 10:26:02.256 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  565. 2022-12-27 10:26:02.261 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  566. 2022-12-27 10:26:02.265 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  567. 2022-12-27 10:26:02.270 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  568. 2022-12-27 10:28:02.325 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  569. 2022-12-27 10:28:02.330 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  570. 2022-12-27 10:28:02.334 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  571. 2022-12-27 10:28:02.338 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  572. 2022-12-27 10:29:42.318 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  573. 2022-12-27 10:29:42.322 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  574. 2022-12-27 10:29:42.327 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  575. 2022-12-27 10:29:42.331 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  576. 2022-12-27 10:29:44.281 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  577. Traceback (most recent call last):
  578.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  579.    await self._async_refresh(log_failures=True, scheduled=True)
  580.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  581.    self.async_update_listeners()
  582.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  583.    update_callback()
  584.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  585.    self.async_write_ha_state()
  586.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  587.    self._async_write_ha_state()
  588.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  589.    state = self._stringify_state(available)
  590.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  591.    if (state := self.state) is None:
  592.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  593.    if (is_on := self.is_on) is None:
  594.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  595.    return self.entity_description.state_value(self.api)
  596.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  597.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  598. AttributeError: 'list' object has no attribute 'get'
  599. 2022-12-27 10:29:44.422 WARNING (SyncWorker_3) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  600. 2022-12-27 10:31:02.377 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  601. 2022-12-27 10:31:02.381 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  602. 2022-12-27 10:31:02.385 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  603. 2022-12-27 10:31:02.389 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  604. 2022-12-27 10:32:02.397 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  605. 2022-12-27 10:32:02.401 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  606. 2022-12-27 10:32:02.405 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  607. 2022-12-27 10:32:02.410 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  608. 2022-12-27 10:34:02.448 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  609. 2022-12-27 10:34:02.453 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  610. 2022-12-27 10:34:02.457 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  611. 2022-12-27 10:34:02.461 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  612. 2022-12-27 10:34:44.252 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  613. Traceback (most recent call last):
  614.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  615.    await self._async_refresh(log_failures=True, scheduled=True)
  616.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  617.    self.async_update_listeners()
  618.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  619.    update_callback()
  620.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  621.    self.async_write_ha_state()
  622.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  623.    self._async_write_ha_state()
  624.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  625.    state = self._stringify_state(available)
  626.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  627.    if (state := self.state) is None:
  628.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  629.    if (is_on := self.is_on) is None:
  630.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  631.    return self.entity_description.state_value(self.api)
  632.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  633.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  634. AttributeError: 'list' object has no attribute 'get'
  635. 2022-12-27 10:34:44.411 WARNING (SyncWorker_6) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  636. 2022-12-27 10:34:44.425 WARNING (SyncWorker_2) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  637. 2022-12-27 10:34:44.446 WARNING (SyncWorker_12) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  638. 2022-12-27 10:35:02.461 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  639. 2022-12-27 10:35:02.466 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  640. 2022-12-27 10:35:02.470 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  641. 2022-12-27 10:35:02.475 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  642. 2022-12-27 10:36:42.514 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  643. 2022-12-27 10:36:42.519 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  644. 2022-12-27 10:36:42.523 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  645. 2022-12-27 10:36:42.527 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  646. 2022-12-27 10:38:02.552 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  647. 2022-12-27 10:38:02.556 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  648. 2022-12-27 10:38:02.560 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  649. 2022-12-27 10:38:02.564 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  650. 2022-12-27 10:39:44.258 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  651. Traceback (most recent call last):
  652.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  653.    await self._async_refresh(log_failures=True, scheduled=True)
  654.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  655.    self.async_update_listeners()
  656.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  657.    update_callback()
  658.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  659.    self.async_write_ha_state()
  660.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  661.    self._async_write_ha_state()
  662.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  663.    state = self._stringify_state(available)
  664.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  665.    if (state := self.state) is None:
  666.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  667.    if (is_on := self.is_on) is None:
  668.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  669.    return self.entity_description.state_value(self.api)
  670.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  671.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  672. AttributeError: 'list' object has no attribute 'get'
  673. 2022-12-27 10:39:44.428 WARNING (SyncWorker_9) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  674. 2022-12-27 10:41:02.615 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  675. 2022-12-27 10:41:02.619 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  676. 2022-12-27 10:41:02.624 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  677. 2022-12-27 10:41:02.628 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  678. 2022-12-27 10:44:44.262 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  679. Traceback (most recent call last):
  680.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  681.    await self._async_refresh(log_failures=True, scheduled=True)
  682.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  683.    self.async_update_listeners()
  684.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  685.    update_callback()
  686.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  687.    self.async_write_ha_state()
  688.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  689.    self._async_write_ha_state()
  690.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  691.    state = self._stringify_state(available)
  692.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  693.    if (state := self.state) is None:
  694.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  695.    if (is_on := self.is_on) is None:
  696.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  697.    return self.entity_description.state_value(self.api)
  698.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  699.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  700. AttributeError: 'list' object has no attribute 'get'
  701. 2022-12-27 10:44:44.395 WARNING (SyncWorker_0) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  702. 2022-12-27 10:44:44.422 WARNING (SyncWorker_1) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  703. 2022-12-27 10:49:44.622 WARNING (SyncWorker_7) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  704. 2022-12-27 10:49:44.627 WARNING (SyncWorker_9) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  705. 2022-12-27 10:49:44.721 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  706. Traceback (most recent call last):
  707.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  708.    await self._async_refresh(log_failures=True, scheduled=True)
  709.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  710.    self.async_update_listeners()
  711.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  712.    update_callback()
  713.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  714.    self.async_write_ha_state()
  715.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  716.    self._async_write_ha_state()
  717.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  718.    state = self._stringify_state(available)
  719.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  720.    if (state := self.state) is None:
  721.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  722.    if (is_on := self.is_on) is None:
  723.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  724.    return self.entity_description.state_value(self.api)
  725.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  726.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  727. AttributeError: 'list' object has no attribute 'get'
  728. 2022-12-27 10:51:39.239 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  729. not a valid value for object value @ data['payload']. Got '0'
  730. 2022-12-27 10:54:44.226 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  731. Traceback (most recent call last):
  732.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  733.    await self._async_refresh(log_failures=True, scheduled=True)
  734.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  735.    self.async_update_listeners()
  736.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  737.    update_callback()
  738.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  739.    self.async_write_ha_state()
  740.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  741.    self._async_write_ha_state()
  742.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  743.    state = self._stringify_state(available)
  744.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  745.    if (state := self.state) is None:
  746.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  747.    if (is_on := self.is_on) is None:
  748.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  749.    return self.entity_description.state_value(self.api)
  750.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  751.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  752. AttributeError: 'list' object has no attribute 'get'
  753. 2022-12-27 10:54:44.560 WARNING (SyncWorker_10) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  754. 2022-12-27 10:55:02.949 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  755. 2022-12-27 10:55:02.954 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  756. 2022-12-27 10:55:02.960 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  757. 2022-12-27 10:55:02.964 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  758. 2022-12-27 10:59:23.021 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  759. 2022-12-27 10:59:23.025 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  760. 2022-12-27 10:59:23.029 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  761. 2022-12-27 10:59:23.034 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  762. 2022-12-27 10:59:44.227 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  763. Traceback (most recent call last):
  764.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  765.    await self._async_refresh(log_failures=True, scheduled=True)
  766.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  767.    self.async_update_listeners()
  768.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  769.    update_callback()
  770.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  771.    self.async_write_ha_state()
  772.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  773.    self._async_write_ha_state()
  774.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  775.    state = self._stringify_state(available)
  776.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  777.    if (state := self.state) is None:
  778.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  779.    if (is_on := self.is_on) is None:
  780.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  781.    return self.entity_description.state_value(self.api)
  782.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  783.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  784. AttributeError: 'list' object has no attribute 'get'
  785. 2022-12-27 10:59:44.507 WARNING (SyncWorker_3) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  786. 2022-12-27 10:59:44.557 WARNING (SyncWorker_5) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  787. 2022-12-27 11:02:03.092 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  788. 2022-12-27 11:02:03.099 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  789. 2022-12-27 11:02:03.103 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  790. 2022-12-27 11:02:03.108 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  791. 2022-12-27 11:04:44.229 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  792. Traceback (most recent call last):
  793.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  794.    await self._async_refresh(log_failures=True, scheduled=True)
  795.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  796.    self.async_update_listeners()
  797.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  798.    update_callback()
  799.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  800.    self.async_write_ha_state()
  801.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  802.    self._async_write_ha_state()
  803.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  804.    state = self._stringify_state(available)
  805.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  806.    if (state := self.state) is None:
  807.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  808.    if (is_on := self.is_on) is None:
  809.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  810.    return self.entity_description.state_value(self.api)
  811.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  812.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  813. AttributeError: 'list' object has no attribute 'get'
  814. 2022-12-27 11:04:44.560 WARNING (SyncWorker_5) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  815. 2022-12-27 11:09:44.224 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  816. Traceback (most recent call last):
  817.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  818.    await self._async_refresh(log_failures=True, scheduled=True)
  819.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  820.    self.async_update_listeners()
  821.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  822.    update_callback()
  823.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  824.    self.async_write_ha_state()
  825.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  826.    self._async_write_ha_state()
  827.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  828.    state = self._stringify_state(available)
  829.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  830.    if (state := self.state) is None:
  831.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  832.    if (is_on := self.is_on) is None:
  833.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  834.    return self.entity_description.state_value(self.api)
  835.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  836.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  837. AttributeError: 'list' object has no attribute 'get'
  838. 2022-12-27 11:09:44.556 WARNING (SyncWorker_1) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  839. 2022-12-27 11:09:44.555 WARNING (SyncWorker_12) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  840. 2022-12-27 11:11:39.334 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  841. not a valid value for object value @ data['payload']. Got '0'
  842. 2022-12-27 11:14:44.225 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  843. Traceback (most recent call last):
  844.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  845.    await self._async_refresh(log_failures=True, scheduled=True)
  846.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  847.    self.async_update_listeners()
  848.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  849.    update_callback()
  850.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  851.    self.async_write_ha_state()
  852.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  853.    self._async_write_ha_state()
  854.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  855.    state = self._stringify_state(available)
  856.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  857.    if (state := self.state) is None:
  858.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  859.    if (is_on := self.is_on) is None:
  860.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  861.    return self.entity_description.state_value(self.api)
  862.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  863.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  864. AttributeError: 'list' object has no attribute 'get'
  865. 2022-12-27 11:14:44.530 WARNING (SyncWorker_0) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  866. 2022-12-27 11:14:44.549 WARNING (SyncWorker_8) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  867. 2022-12-27 11:14:54.286 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.dartford_bridge_north_bound is taking over 10 seconds
  868. 2022-12-27 11:17:03.452 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  869. 2022-12-27 11:17:03.457 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  870. 2022-12-27 11:17:03.462 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  871. 2022-12-27 11:17:03.466 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  872. 2022-12-27 11:19:44.225 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  873. Traceback (most recent call last):
  874.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  875.    await self._async_refresh(log_failures=True, scheduled=True)
  876.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  877.    self.async_update_listeners()
  878.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  879.    update_callback()
  880.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  881.    self.async_write_ha_state()
  882.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  883.    self._async_write_ha_state()
  884.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  885.    state = self._stringify_state(available)
  886.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  887.    if (state := self.state) is None:
  888.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  889.    if (is_on := self.is_on) is None:
  890.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  891.    return self.entity_description.state_value(self.api)
  892.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  893.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  894. AttributeError: 'list' object has no attribute 'get'
  895. 2022-12-27 11:19:44.537 WARNING (SyncWorker_5) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  896. 2022-12-27 11:19:44.553 WARNING (SyncWorker_11) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  897. 2022-12-27 11:22:23.592 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  898. 2022-12-27 11:22:23.599 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  899. 2022-12-27 11:22:23.603 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  900. 2022-12-27 11:22:23.608 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  901. 2022-12-27 11:24:03.613 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  902. 2022-12-27 11:24:03.618 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  903. 2022-12-27 11:24:03.623 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  904. 2022-12-27 11:24:03.627 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  905. 2022-12-27 11:24:44.226 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  906. Traceback (most recent call last):
  907.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  908.    await self._async_refresh(log_failures=True, scheduled=True)
  909.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  910.    self.async_update_listeners()
  911.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  912.    update_callback()
  913.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  914.    self.async_write_ha_state()
  915.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  916.    self._async_write_ha_state()
  917.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  918.    state = self._stringify_state(available)
  919.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  920.    if (state := self.state) is None:
  921.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  922.    if (is_on := self.is_on) is None:
  923.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  924.    return self.entity_description.state_value(self.api)
  925.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  926.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  927. AttributeError: 'list' object has no attribute 'get'
  928. 2022-12-27 11:24:44.542 WARNING (SyncWorker_5) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  929. 2022-12-27 11:24:44.557 WARNING (SyncWorker_9) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  930. 2022-12-27 11:24:44.590 WARNING (SyncWorker_12) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  931. 2022-12-27 11:26:03.656 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  932. 2022-12-27 11:26:03.661 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  933. 2022-12-27 11:26:03.666 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  934. 2022-12-27 11:26:03.670 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  935. 2022-12-27 11:28:23.796 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  936. 2022-12-27 11:28:23.800 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  937. 2022-12-27 11:28:23.804 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  938. 2022-12-27 11:28:23.809 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  939. 2022-12-27 11:29:44.237 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  940. Traceback (most recent call last):
  941.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  942.    await self._async_refresh(log_failures=True, scheduled=True)
  943.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  944.    self.async_update_listeners()
  945.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  946.    update_callback()
  947.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  948.    self.async_write_ha_state()
  949.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  950.    self._async_write_ha_state()
  951.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  952.    state = self._stringify_state(available)
  953.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  954.    if (state := self.state) is None:
  955.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  956.    if (is_on := self.is_on) is None:
  957.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  958.    return self.entity_description.state_value(self.api)
  959.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  960.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  961. AttributeError: 'list' object has no attribute 'get'
  962. 2022-12-27 11:29:44.510 WARNING (SyncWorker_3) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  963. 2022-12-27 11:29:44.555 WARNING (SyncWorker_11) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  964. 2022-12-27 11:29:44.585 WARNING (SyncWorker_5) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  965. 2022-12-27 11:31:03.799 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  966. 2022-12-27 11:31:03.804 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  967. 2022-12-27 11:31:03.809 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  968. 2022-12-27 11:31:03.813 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  969. 2022-12-27 11:31:39.431 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  970. not a valid value for object value @ data['payload']. Got '0'
  971. 2022-12-27 11:32:03.849 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  972. 2022-12-27 11:32:03.854 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  973. 2022-12-27 11:32:03.858 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  974. 2022-12-27 11:32:03.862 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  975. 2022-12-27 11:32:43.852 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  976. 2022-12-27 11:32:43.857 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  977. 2022-12-27 11:32:43.861 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  978. 2022-12-27 11:32:43.865 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  979. 2022-12-27 11:34:44.226 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  980. Traceback (most recent call last):
  981.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  982.    await self._async_refresh(log_failures=True, scheduled=True)
  983.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  984.    self.async_update_listeners()
  985.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  986.    update_callback()
  987.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  988.    self.async_write_ha_state()
  989.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  990.    self._async_write_ha_state()
  991.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  992.    state = self._stringify_state(available)
  993.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  994.    if (state := self.state) is None:
  995.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  996.    if (is_on := self.is_on) is None:
  997.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  998.    return self.entity_description.state_value(self.api)
  999.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1000.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1001. AttributeError: 'list' object has no attribute 'get'
  1002. 2022-12-27 11:34:44.556 WARNING (SyncWorker_2) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1003. 2022-12-27 11:38:03.987 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1004. 2022-12-27 11:38:03.995 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1005. 2022-12-27 11:38:03.999 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1006. 2022-12-27 11:38:04.003 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1007. 2022-12-27 11:39:44.228 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1008. Traceback (most recent call last):
  1009.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1010.    await self._async_refresh(log_failures=True, scheduled=True)
  1011.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1012.    self.async_update_listeners()
  1013.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1014.    update_callback()
  1015.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1016.    self.async_write_ha_state()
  1017.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1018.    self._async_write_ha_state()
  1019.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1020.    state = self._stringify_state(available)
  1021.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1022.    if (state := self.state) is None:
  1023.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1024.    if (is_on := self.is_on) is None:
  1025.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1026.    return self.entity_description.state_value(self.api)
  1027.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1028.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1029. AttributeError: 'list' object has no attribute 'get'
  1030. 2022-12-27 11:39:54.346 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_to_lor is taking over 10 seconds
  1031. 2022-12-27 11:40:44.058 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1032. 2022-12-27 11:40:44.063 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1033. 2022-12-27 11:40:44.067 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1034. 2022-12-27 11:40:44.071 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1035. 2022-12-27 11:43:24.159 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1036. 2022-12-27 11:43:24.172 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1037. 2022-12-27 11:43:24.177 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1038. 2022-12-27 11:43:24.181 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1039. 2022-12-27 11:44:44.227 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1040. Traceback (most recent call last):
  1041.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1042.    await self._async_refresh(log_failures=True, scheduled=True)
  1043.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1044.    self.async_update_listeners()
  1045.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1046.    update_callback()
  1047.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1048.    self.async_write_ha_state()
  1049.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1050.    self._async_write_ha_state()
  1051.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1052.    state = self._stringify_state(available)
  1053.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1054.    if (state := self.state) is None:
  1055.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1056.    if (is_on := self.is_on) is None:
  1057.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1058.    return self.entity_description.state_value(self.api)
  1059.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1060.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1061. AttributeError: 'list' object has no attribute 'get'
  1062. 2022-12-27 11:44:44.515 WARNING (SyncWorker_9) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1063. 2022-12-27 11:44:44.563 WARNING (SyncWorker_5) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1064. 2022-12-27 11:47:04.197 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1065. 2022-12-27 11:47:04.202 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1066. 2022-12-27 11:47:04.206 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1067. 2022-12-27 11:47:04.210 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1068. 2022-12-27 11:49:44.226 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1069. Traceback (most recent call last):
  1070.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1071.    await self._async_refresh(log_failures=True, scheduled=True)
  1072.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1073.    self.async_update_listeners()
  1074.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1075.    update_callback()
  1076.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1077.    self.async_write_ha_state()
  1078.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1079.    self._async_write_ha_state()
  1080.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1081.    state = self._stringify_state(available)
  1082.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1083.    if (state := self.state) is None:
  1084.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1085.    if (is_on := self.is_on) is None:
  1086.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1087.    return self.entity_description.state_value(self.api)
  1088.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1089.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1090. AttributeError: 'list' object has no attribute 'get'
  1091. 2022-12-27 11:49:44.554 WARNING (SyncWorker_11) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1092. 2022-12-27 11:49:44.561 WARNING (SyncWorker_6) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1093. 2022-12-27 11:50:04.267 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1094. 2022-12-27 11:50:04.272 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1095. 2022-12-27 11:50:04.276 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1096. 2022-12-27 11:50:04.280 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1097. 2022-12-27 11:51:24.306 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1098. 2022-12-27 11:51:24.311 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1099. 2022-12-27 11:51:24.315 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1100. 2022-12-27 11:51:24.319 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1101. 2022-12-27 11:51:39.531 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  1102. not a valid value for object value @ data['payload']. Got '0'
  1103. 2022-12-27 11:52:04.319 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1104. 2022-12-27 11:52:04.324 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1105. 2022-12-27 11:52:04.328 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1106. 2022-12-27 11:52:04.332 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1107. 2022-12-27 11:53:04.323 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1108. 2022-12-27 11:53:04.327 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1109. 2022-12-27 11:53:04.331 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1110. 2022-12-27 11:53:04.336 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1111. 2022-12-27 11:54:44.226 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1112. Traceback (most recent call last):
  1113.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1114.    await self._async_refresh(log_failures=True, scheduled=True)
  1115.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1116.    self.async_update_listeners()
  1117.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1118.    update_callback()
  1119.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1120.    self.async_write_ha_state()
  1121.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1122.    self._async_write_ha_state()
  1123.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1124.    state = self._stringify_state(available)
  1125.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1126.    if (state := self.state) is None:
  1127.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1128.    if (is_on := self.is_on) is None:
  1129.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1130.    return self.entity_description.state_value(self.api)
  1131.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1132.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1133. AttributeError: 'list' object has no attribute 'get'
  1134. 2022-12-27 11:54:44.570 WARNING (SyncWorker_5) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1135. 2022-12-27 11:56:04.395 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1136. 2022-12-27 11:56:04.400 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1137. 2022-12-27 11:56:04.404 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1138. 2022-12-27 11:56:04.408 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1139. 2022-12-27 11:59:04.468 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1140. 2022-12-27 11:59:04.475 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1141. 2022-12-27 11:59:04.480 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1142. 2022-12-27 11:59:04.484 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1143. 2022-12-27 11:59:44.224 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1144. Traceback (most recent call last):
  1145.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1146.    await self._async_refresh(log_failures=True, scheduled=True)
  1147.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1148.    self.async_update_listeners()
  1149.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1150.    update_callback()
  1151.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1152.    self.async_write_ha_state()
  1153.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1154.    self._async_write_ha_state()
  1155.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1156.    state = self._stringify_state(available)
  1157.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1158.    if (state := self.state) is None:
  1159.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1160.    if (is_on := self.is_on) is None:
  1161.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1162.    return self.entity_description.state_value(self.api)
  1163.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1164.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1165. AttributeError: 'list' object has no attribute 'get'
  1166. 2022-12-27 11:59:44.516 WARNING (SyncWorker_12) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1167. 2022-12-27 11:59:44.542 WARNING (SyncWorker_1) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1168. 2022-12-27 11:59:44.560 WARNING (SyncWorker_7) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1169. 2022-12-27 11:59:44.552 WARNING (SyncWorker_6) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1170. 2022-12-27 12:00:24.531 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1171. 2022-12-27 12:00:24.535 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1172. 2022-12-27 12:00:24.539 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1173. 2022-12-27 12:00:24.543 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1174. 2022-12-27 12:01:44.632 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1175. 2022-12-27 12:01:44.637 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1176. 2022-12-27 12:01:44.641 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1177. 2022-12-27 12:01:44.645 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1178. 2022-12-27 12:02:24.682 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1179. 2022-12-27 12:02:24.686 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1180. 2022-12-27 12:02:24.690 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1181. 2022-12-27 12:02:24.695 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1182. 2022-12-27 12:04:04.793 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1183. 2022-12-27 12:04:04.797 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1184. 2022-12-27 12:04:04.801 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1185. 2022-12-27 12:04:04.805 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1186. 2022-12-27 12:04:44.227 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1187. Traceback (most recent call last):
  1188.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1189.    await self._async_refresh(log_failures=True, scheduled=True)
  1190.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1191.    self.async_update_listeners()
  1192.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1193.    update_callback()
  1194.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1195.    self.async_write_ha_state()
  1196.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1197.    self._async_write_ha_state()
  1198.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1199.    state = self._stringify_state(available)
  1200.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1201.    if (state := self.state) is None:
  1202.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1203.    if (is_on := self.is_on) is None:
  1204.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1205.    return self.entity_description.state_value(self.api)
  1206.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1207.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1208. AttributeError: 'list' object has no attribute 'get'
  1209. 2022-12-27 12:04:44.525 WARNING (SyncWorker_6) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1210. 2022-12-27 12:04:44.561 WARNING (SyncWorker_1) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1211. 2022-12-27 12:04:44.598 WARNING (SyncWorker_10) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1212. 2022-12-27 12:05:24.819 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1213. 2022-12-27 12:05:24.823 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1214. 2022-12-27 12:05:24.828 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1215. 2022-12-27 12:05:24.831 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1216. 2022-12-27 12:08:05.080 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1217. 2022-12-27 12:08:05.087 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1218. 2022-12-27 12:08:05.091 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1219. 2022-12-27 12:08:05.096 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1220. 2022-12-27 12:09:25.206 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1221. 2022-12-27 12:09:25.210 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1222. 2022-12-27 12:09:25.215 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1223. 2022-12-27 12:09:25.219 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1224. 2022-12-27 12:09:44.222 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1225. Traceback (most recent call last):
  1226.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1227.    await self._async_refresh(log_failures=True, scheduled=True)
  1228.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1229.    self.async_update_listeners()
  1230.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1231.    update_callback()
  1232.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1233.    self.async_write_ha_state()
  1234.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1235.    self._async_write_ha_state()
  1236.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1237.    state = self._stringify_state(available)
  1238.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1239.    if (state := self.state) is None:
  1240.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1241.    if (is_on := self.is_on) is None:
  1242.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1243.    return self.entity_description.state_value(self.api)
  1244.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1245.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1246. AttributeError: 'list' object has no attribute 'get'
  1247. 2022-12-27 12:09:44.553 WARNING (SyncWorker_3) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1248. 2022-12-27 12:09:54.329 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.dartford_bridge_north_bound is taking over 10 seconds
  1249. 2022-12-27 12:09:54.373 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_to_lor is taking over 10 seconds
  1250. 2022-12-27 12:11:39.632 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  1251. not a valid value for object value @ data['payload']. Got '0'
  1252. 2022-12-27 12:12:25.469 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1253. 2022-12-27 12:12:25.475 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1254. 2022-12-27 12:12:25.479 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1255. 2022-12-27 12:12:25.483 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1256. 2022-12-27 12:13:25.523 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1257. 2022-12-27 12:13:25.543 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1258. 2022-12-27 12:13:25.547 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1259. 2022-12-27 12:13:25.551 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1260. 2022-12-27 12:14:05.623 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1261. 2022-12-27 12:14:05.627 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1262. 2022-12-27 12:14:05.632 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1263. 2022-12-27 12:14:05.636 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1264. 2022-12-27 12:14:44.225 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1265. Traceback (most recent call last):
  1266.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1267.    await self._async_refresh(log_failures=True, scheduled=True)
  1268.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1269.    self.async_update_listeners()
  1270.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1271.    update_callback()
  1272.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1273.    self.async_write_ha_state()
  1274.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1275.    self._async_write_ha_state()
  1276.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1277.    state = self._stringify_state(available)
  1278.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1279.    if (state := self.state) is None:
  1280.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1281.    if (is_on := self.is_on) is None:
  1282.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1283.    return self.entity_description.state_value(self.api)
  1284.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1285.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1286. AttributeError: 'list' object has no attribute 'get'
  1287. 2022-12-27 12:14:44.575 WARNING (SyncWorker_10) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1288. 2022-12-27 12:15:05.769 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1289. 2022-12-27 12:15:05.776 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1290. 2022-12-27 12:15:05.782 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1291. 2022-12-27 12:15:05.787 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1292. 2022-12-27 12:17:05.853 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1293. 2022-12-27 12:17:05.858 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1294. 2022-12-27 12:17:05.862 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1295. 2022-12-27 12:17:05.867 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1296. 2022-12-27 12:17:45.857 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1297. 2022-12-27 12:17:45.864 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1298. 2022-12-27 12:17:45.869 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1299. 2022-12-27 12:17:45.872 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1300. 2022-12-27 12:19:44.225 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1301. Traceback (most recent call last):
  1302.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1303.    await self._async_refresh(log_failures=True, scheduled=True)
  1304.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1305.    self.async_update_listeners()
  1306.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1307.    update_callback()
  1308.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1309.    self.async_write_ha_state()
  1310.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1311.    self._async_write_ha_state()
  1312.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1313.    state = self._stringify_state(available)
  1314.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1315.    if (state := self.state) is None:
  1316.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1317.    if (is_on := self.is_on) is None:
  1318.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1319.    return self.entity_description.state_value(self.api)
  1320.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1321.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1322. AttributeError: 'list' object has no attribute 'get'
  1323. 2022-12-27 12:19:44.596 WARNING (SyncWorker_3) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1324. 2022-12-27 12:19:44.719 WARNING (SyncWorker_9) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1325. 2022-12-27 12:19:44.758 WARNING (SyncWorker_0) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1326. 2022-12-27 12:20:26.073 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1327. 2022-12-27 12:20:26.078 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1328. 2022-12-27 12:20:26.082 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1329. 2022-12-27 12:20:26.086 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1330. 2022-12-27 12:22:46.108 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1331. 2022-12-27 12:22:46.112 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1332. 2022-12-27 12:22:46.117 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1333. 2022-12-27 12:22:46.121 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1334. 2022-12-27 12:24:44.226 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1335. Traceback (most recent call last):
  1336.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1337.    await self._async_refresh(log_failures=True, scheduled=True)
  1338.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1339.    self.async_update_listeners()
  1340.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1341.    update_callback()
  1342.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1343.    self.async_write_ha_state()
  1344.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1345.    self._async_write_ha_state()
  1346.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1347.    state = self._stringify_state(available)
  1348.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1349.    if (state := self.state) is None:
  1350.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1351.    if (is_on := self.is_on) is None:
  1352.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1353.    return self.entity_description.state_value(self.api)
  1354.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1355.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1356. AttributeError: 'list' object has no attribute 'get'
  1357. 2022-12-27 12:24:44.640 WARNING (SyncWorker_8) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1358. 2022-12-27 12:27:26.224 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1359. 2022-12-27 12:27:26.228 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1360. 2022-12-27 12:27:26.233 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1361. 2022-12-27 12:27:26.237 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1362. 2022-12-27 12:29:44.226 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1363. Traceback (most recent call last):
  1364.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1365.    await self._async_refresh(log_failures=True, scheduled=True)
  1366.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1367.    self.async_update_listeners()
  1368.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1369.    update_callback()
  1370.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1371.    self.async_write_ha_state()
  1372.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1373.    self._async_write_ha_state()
  1374.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1375.    state = self._stringify_state(available)
  1376.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1377.    if (state := self.state) is None:
  1378.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1379.    if (is_on := self.is_on) is None:
  1380.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1381.    return self.entity_description.state_value(self.api)
  1382.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1383.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1384. AttributeError: 'list' object has no attribute 'get'
  1385. 2022-12-27 12:29:44.537 WARNING (SyncWorker_10) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1386. 2022-12-27 12:29:44.632 WARNING (SyncWorker_5) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1387. 2022-12-27 12:30:06.296 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1388. 2022-12-27 12:30:06.300 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1389. 2022-12-27 12:30:06.305 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1390. 2022-12-27 12:30:06.309 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1391. 2022-12-27 12:31:39.735 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  1392. not a valid value for object value @ data['payload']. Got '0'
  1393. 2022-12-27 12:34:44.302 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1394. Traceback (most recent call last):
  1395.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1396.    await self._async_refresh(log_failures=True, scheduled=True)
  1397.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1398.    self.async_update_listeners()
  1399.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1400.    update_callback()
  1401.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1402.    self.async_write_ha_state()
  1403.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1404.    self._async_write_ha_state()
  1405.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1406.    state = self._stringify_state(available)
  1407.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1408.    if (state := self.state) is None:
  1409.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1410.    if (is_on := self.is_on) is None:
  1411.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1412.    return self.entity_description.state_value(self.api)
  1413.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1414.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1415. AttributeError: 'list' object has no attribute 'get'
  1416. 2022-12-27 12:34:44.624 WARNING (SyncWorker_6) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1417. 2022-12-27 12:34:44.654 WARNING (SyncWorker_3) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1418. 2022-12-27 12:38:06.490 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1419. 2022-12-27 12:38:06.496 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1420. 2022-12-27 12:38:06.500 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1421. 2022-12-27 12:38:06.504 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1422. 2022-12-27 12:39:44.227 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1423. Traceback (most recent call last):
  1424.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1425.    await self._async_refresh(log_failures=True, scheduled=True)
  1426.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1427.    self.async_update_listeners()
  1428.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1429.    update_callback()
  1430.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1431.    self.async_write_ha_state()
  1432.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1433.    self._async_write_ha_state()
  1434.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1435.    state = self._stringify_state(available)
  1436.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1437.    if (state := self.state) is None:
  1438.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1439.    if (is_on := self.is_on) is None:
  1440.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1441.    return self.entity_description.state_value(self.api)
  1442.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1443.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1444. AttributeError: 'list' object has no attribute 'get'
  1445. 2022-12-27 12:39:54.449 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_to_lor is taking over 10 seconds
  1446. 2022-12-27 12:40:47.635 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1447. 2022-12-27 12:40:47.641 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1448. 2022-12-27 12:40:47.646 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1449. 2022-12-27 12:40:47.650 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1450. 2022-12-27 12:42:26.569 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1451. 2022-12-27 12:42:26.576 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1452. 2022-12-27 12:42:26.580 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1453. 2022-12-27 12:42:26.585 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1454. 2022-12-27 12:44:44.225 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1455. Traceback (most recent call last):
  1456.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1457.    await self._async_refresh(log_failures=True, scheduled=True)
  1458.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1459.    self.async_update_listeners()
  1460.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1461.    update_callback()
  1462.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1463.    self.async_write_ha_state()
  1464.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1465.    self._async_write_ha_state()
  1466.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1467.    state = self._stringify_state(available)
  1468.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1469.    if (state := self.state) is None:
  1470.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1471.    if (is_on := self.is_on) is None:
  1472.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1473.    return self.entity_description.state_value(self.api)
  1474.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1475.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1476. AttributeError: 'list' object has no attribute 'get'
  1477. 2022-12-27 12:44:44.604 WARNING (SyncWorker_6) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1478. 2022-12-27 12:44:44.691 WARNING (SyncWorker_0) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1479. 2022-12-27 12:47:46.722 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1480. 2022-12-27 12:47:46.727 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1481. 2022-12-27 12:47:46.731 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1482. 2022-12-27 12:47:46.735 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1483. 2022-12-27 12:49:26.755 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1484. 2022-12-27 12:49:26.759 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1485. 2022-12-27 12:49:26.763 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1486. 2022-12-27 12:49:26.768 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1487. 2022-12-27 12:49:44.226 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1488. Traceback (most recent call last):
  1489.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1490.    await self._async_refresh(log_failures=True, scheduled=True)
  1491.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1492.    self.async_update_listeners()
  1493.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1494.    update_callback()
  1495.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1496.    self.async_write_ha_state()
  1497.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1498.    self._async_write_ha_state()
  1499.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1500.    state = self._stringify_state(available)
  1501.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1502.    if (state := self.state) is None:
  1503.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1504.    if (is_on := self.is_on) is None:
  1505.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1506.    return self.entity_description.state_value(self.api)
  1507.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1508.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1509. AttributeError: 'list' object has no attribute 'get'
  1510. 2022-12-27 12:49:54.452 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_to_lor is taking over 10 seconds
  1511. 2022-12-27 12:51:39.834 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  1512. not a valid value for object value @ data['payload']. Got '0'
  1513. 2022-12-27 12:52:06.831 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1514. 2022-12-27 12:52:06.835 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1515. 2022-12-27 12:52:06.840 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1516. 2022-12-27 12:52:06.844 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1517. 2022-12-27 12:54:44.226 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1518. Traceback (most recent call last):
  1519.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1520.    await self._async_refresh(log_failures=True, scheduled=True)
  1521.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1522.    self.async_update_listeners()
  1523.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1524.    update_callback()
  1525.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1526.    self.async_write_ha_state()
  1527.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1528.    self._async_write_ha_state()
  1529.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1530.    state = self._stringify_state(available)
  1531.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1532.    if (state := self.state) is None:
  1533.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1534.    if (is_on := self.is_on) is None:
  1535.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1536.    return self.entity_description.state_value(self.api)
  1537.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1538.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1539. AttributeError: 'list' object has no attribute 'get'
  1540. 2022-12-27 12:54:44.644 WARNING (SyncWorker_3) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1541. 2022-12-27 12:54:44.651 WARNING (SyncWorker_2) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1542. 2022-12-27 12:54:44.692 WARNING (SyncWorker_9) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1543. 2022-12-27 12:54:44.705 WARNING (SyncWorker_8) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1544. 2022-12-27 12:54:46.896 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1545. 2022-12-27 12:54:46.901 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1546. 2022-12-27 12:54:46.906 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1547. 2022-12-27 12:54:46.910 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1548. 2022-12-27 12:59:44.231 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1549. Traceback (most recent call last):
  1550.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1551.    await self._async_refresh(log_failures=True, scheduled=True)
  1552.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1553.    self.async_update_listeners()
  1554.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1555.    update_callback()
  1556.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1557.    self.async_write_ha_state()
  1558.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1559.    self._async_write_ha_state()
  1560.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1561.    state = self._stringify_state(available)
  1562.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1563.    if (state := self.state) is None:
  1564.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1565.    if (is_on := self.is_on) is None:
  1566.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1567.    return self.entity_description.state_value(self.api)
  1568.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1569.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1570. AttributeError: 'list' object has no attribute 'get'
  1571. 2022-12-27 12:59:44.630 WARNING (SyncWorker_7) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1572. 2022-12-27 12:59:44.641 WARNING (SyncWorker_4) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1573. 2022-12-27 12:59:54.474 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.lor_to_home is taking over 10 seconds
  1574. 2022-12-27 13:00:07.025 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1575. 2022-12-27 13:00:07.030 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1576. 2022-12-27 13:00:07.034 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1577. 2022-12-27 13:00:07.038 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1578. 2022-12-27 13:04:27.109 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1579. 2022-12-27 13:04:27.114 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1580. 2022-12-27 13:04:27.118 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1581. 2022-12-27 13:04:27.122 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1582. 2022-12-27 13:04:44.227 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1583. Traceback (most recent call last):
  1584.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1585.    await self._async_refresh(log_failures=True, scheduled=True)
  1586.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1587.    self.async_update_listeners()
  1588.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1589.    update_callback()
  1590.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1591.    self.async_write_ha_state()
  1592.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1593.    self._async_write_ha_state()
  1594.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1595.    state = self._stringify_state(available)
  1596.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1597.    if (state := self.state) is None:
  1598.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1599.    if (is_on := self.is_on) is None:
  1600.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1601.    return self.entity_description.state_value(self.api)
  1602.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1603.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1604. AttributeError: 'list' object has no attribute 'get'
  1605. 2022-12-27 13:04:44.515 WARNING (SyncWorker_12) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1606. 2022-12-27 13:04:44.664 WARNING (SyncWorker_5) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1607. 2022-12-27 13:05:47.158 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1608. 2022-12-27 13:05:47.163 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1609. 2022-12-27 13:05:47.167 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1610. 2022-12-27 13:05:47.171 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1611. 2022-12-27 13:06:47.161 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1612. 2022-12-27 13:06:47.165 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1613. 2022-12-27 13:06:47.169 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1614. 2022-12-27 13:06:47.174 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1615. 2022-12-27 13:08:07.181 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1616. 2022-12-27 13:08:07.186 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1617. 2022-12-27 13:08:07.190 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1618. 2022-12-27 13:08:07.194 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1619. 2022-12-27 13:09:44.227 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1620. Traceback (most recent call last):
  1621.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1622.    await self._async_refresh(log_failures=True, scheduled=True)
  1623.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1624.    self.async_update_listeners()
  1625.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1626.    update_callback()
  1627.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1628.    self.async_write_ha_state()
  1629.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1630.    self._async_write_ha_state()
  1631.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1632.    state = self._stringify_state(available)
  1633.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1634.    if (state := self.state) is None:
  1635.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1636.    if (is_on := self.is_on) is None:
  1637.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1638.    return self.entity_description.state_value(self.api)
  1639.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1640.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1641. AttributeError: 'list' object has no attribute 'get'
  1642. 2022-12-27 13:09:44.657 WARNING (SyncWorker_5) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1643. 2022-12-27 13:09:54.475 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.lor_to_home is taking over 10 seconds
  1644. 2022-12-27 13:11:39.939 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  1645. not a valid value for object value @ data['payload']. Got '0'
  1646. 2022-12-27 13:13:27.310 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1647. 2022-12-27 13:13:27.314 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1648. 2022-12-27 13:13:27.319 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1649. 2022-12-27 13:13:27.323 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1650. 2022-12-27 13:14:44.231 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1651. Traceback (most recent call last):
  1652.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1653.    await self._async_refresh(log_failures=True, scheduled=True)
  1654.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1655.    self.async_update_listeners()
  1656.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1657.    update_callback()
  1658.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1659.    self.async_write_ha_state()
  1660.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1661.    self._async_write_ha_state()
  1662.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1663.    state = self._stringify_state(available)
  1664.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1665.    if (state := self.state) is None:
  1666.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1667.    if (is_on := self.is_on) is None:
  1668.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1669.    return self.entity_description.state_value(self.api)
  1670.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1671.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1672. AttributeError: 'list' object has no attribute 'get'
  1673. 2022-12-27 13:14:44.707 WARNING (SyncWorker_10) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1674. 2022-12-27 13:14:44.712 WARNING (SyncWorker_5) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1675. 2022-12-27 13:14:54.405 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.dartford_bridge_north_bound is taking over 10 seconds
  1676. 2022-12-27 13:17:47.413 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1677. 2022-12-27 13:17:47.420 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1678. 2022-12-27 13:17:47.425 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1679. 2022-12-27 13:17:47.430 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1680. 2022-12-27 13:19:44.225 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1681. Traceback (most recent call last):
  1682.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1683.    await self._async_refresh(log_failures=True, scheduled=True)
  1684.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1685.    self.async_update_listeners()
  1686.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1687.    update_callback()
  1688.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1689.    self.async_write_ha_state()
  1690.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1691.    self._async_write_ha_state()
  1692.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1693.    state = self._stringify_state(available)
  1694.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1695.    if (state := self.state) is None:
  1696.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1697.    if (is_on := self.is_on) is None:
  1698.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1699.    return self.entity_description.state_value(self.api)
  1700.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1701.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1702. AttributeError: 'list' object has no attribute 'get'
  1703. 2022-12-27 13:19:44.602 WARNING (SyncWorker_11) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1704. 2022-12-27 13:19:44.678 WARNING (SyncWorker_10) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1705. 2022-12-27 13:19:54.476 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.lor_to_home is taking over 10 seconds
  1706. 2022-12-27 13:20:27.479 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1707. 2022-12-27 13:20:27.486 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1708. 2022-12-27 13:20:27.491 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1709. 2022-12-27 13:20:27.496 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1710. 2022-12-27 13:23:07.545 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1711. 2022-12-27 13:23:07.550 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1712. 2022-12-27 13:23:07.554 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1713. 2022-12-27 13:23:07.558 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1714. 2022-12-27 13:24:44.226 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1715. Traceback (most recent call last):
  1716.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1717.    await self._async_refresh(log_failures=True, scheduled=True)
  1718.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1719.    self.async_update_listeners()
  1720.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1721.    update_callback()
  1722.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1723.    self.async_write_ha_state()
  1724.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1725.    self._async_write_ha_state()
  1726.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1727.    state = self._stringify_state(available)
  1728.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1729.    if (state := self.state) is None:
  1730.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1731.    if (is_on := self.is_on) is None:
  1732.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1733.    return self.entity_description.state_value(self.api)
  1734.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1735.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1736. AttributeError: 'list' object has no attribute 'get'
  1737. 2022-12-27 13:24:44.639 WARNING (SyncWorker_4) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1738. 2022-12-27 13:24:44.685 WARNING (SyncWorker_6) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1739. 2022-12-27 13:24:44.698 WARNING (SyncWorker_0) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1740. 2022-12-27 13:26:07.639 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1741. 2022-12-27 13:26:07.644 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1742. 2022-12-27 13:26:07.648 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1743. 2022-12-27 13:26:07.652 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1744. 2022-12-27 13:27:27.662 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1745. 2022-12-27 13:27:27.667 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1746. 2022-12-27 13:27:27.671 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1747. 2022-12-27 13:27:27.675 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1748. 2022-12-27 13:29:44.225 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1749. Traceback (most recent call last):
  1750.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1751.    await self._async_refresh(log_failures=True, scheduled=True)
  1752.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1753.    self.async_update_listeners()
  1754.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1755.    update_callback()
  1756.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1757.    self.async_write_ha_state()
  1758.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1759.    self._async_write_ha_state()
  1760.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1761.    state = self._stringify_state(available)
  1762.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1763.    if (state := self.state) is None:
  1764.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1765.    if (is_on := self.is_on) is None:
  1766.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1767.    return self.entity_description.state_value(self.api)
  1768.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1769.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1770. AttributeError: 'list' object has no attribute 'get'
  1771. 2022-12-27 13:29:44.634 WARNING (SyncWorker_9) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1772. 2022-12-27 13:29:54.480 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.lor_to_home is taking over 10 seconds
  1773. 2022-12-27 13:31:39.063 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  1774. not a valid value for object value @ data['payload']. Got '0'
  1775. 2022-12-27 13:34:44.224 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1776. Traceback (most recent call last):
  1777.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1778.    await self._async_refresh(log_failures=True, scheduled=True)
  1779.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1780.    self.async_update_listeners()
  1781.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1782.    update_callback()
  1783.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1784.    self.async_write_ha_state()
  1785.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1786.    self._async_write_ha_state()
  1787.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1788.    state = self._stringify_state(available)
  1789.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1790.    if (state := self.state) is None:
  1791.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1792.    if (is_on := self.is_on) is None:
  1793.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1794.    return self.entity_description.state_value(self.api)
  1795.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1796.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1797. AttributeError: 'list' object has no attribute 'get'
  1798. 2022-12-27 13:34:44.646 WARNING (SyncWorker_11) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1799. 2022-12-27 13:34:44.693 WARNING (SyncWorker_1) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1800. 2022-12-27 13:34:54.480 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.lor_to_home is taking over 10 seconds
  1801. 2022-12-27 13:35:07.829 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1802. 2022-12-27 13:35:07.834 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1803. 2022-12-27 13:35:07.838 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1804. 2022-12-27 13:35:07.842 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1805. 2022-12-27 13:39:44.227 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1806. Traceback (most recent call last):
  1807.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1808.    await self._async_refresh(log_failures=True, scheduled=True)
  1809.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1810.    self.async_update_listeners()
  1811.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1812.    update_callback()
  1813.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1814.    self.async_write_ha_state()
  1815.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1816.    self._async_write_ha_state()
  1817.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1818.    state = self._stringify_state(available)
  1819.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1820.    if (state := self.state) is None:
  1821.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1822.    if (is_on := self.is_on) is None:
  1823.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1824.    return self.entity_description.state_value(self.api)
  1825.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1826.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1827. AttributeError: 'list' object has no attribute 'get'
  1828. 2022-12-27 13:39:44.612 WARNING (SyncWorker_11) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1829. 2022-12-27 13:39:44.700 WARNING (SyncWorker_4) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1830. 2022-12-27 13:39:44.711 WARNING (SyncWorker_0) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1831. 2022-12-27 13:40:07.964 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1832. 2022-12-27 13:40:07.974 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1833. 2022-12-27 13:40:07.978 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1834. 2022-12-27 13:40:07.983 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1835. 2022-12-27 13:40:48.070 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1836. 2022-12-27 13:40:48.075 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1837. 2022-12-27 13:40:48.079 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1838. 2022-12-27 13:40:48.083 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1839. 2022-12-27 13:44:44.229 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1840. Traceback (most recent call last):
  1841.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1842.    await self._async_refresh(log_failures=True, scheduled=True)
  1843.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1844.    self.async_update_listeners()
  1845.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1846.    update_callback()
  1847.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1848.    self.async_write_ha_state()
  1849.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1850.    self._async_write_ha_state()
  1851.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1852.    state = self._stringify_state(available)
  1853.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1854.    if (state := self.state) is None:
  1855.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1856.    if (is_on := self.is_on) is None:
  1857.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1858.    return self.entity_description.state_value(self.api)
  1859.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1860.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1861. AttributeError: 'list' object has no attribute 'get'
  1862. 2022-12-27 13:44:44.611 WARNING (SyncWorker_7) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1863. 2022-12-27 13:44:54.414 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.dartford_bridge_north_bound is taking over 10 seconds
  1864. 2022-12-27 13:45:08.055 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1865. 2022-12-27 13:45:08.061 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1866. 2022-12-27 13:45:08.066 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1867. 2022-12-27 13:45:08.070 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1868. 2022-12-27 13:47:48.136 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1869. 2022-12-27 13:47:48.141 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1870. 2022-12-27 13:47:48.145 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1871. 2022-12-27 13:47:48.149 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1872. 2022-12-27 13:48:48.142 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1873. 2022-12-27 13:48:48.146 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1874. 2022-12-27 13:48:48.151 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1875. 2022-12-27 13:48:48.154 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1876. 2022-12-27 13:49:28.167 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1877. 2022-12-27 13:49:28.173 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1878. 2022-12-27 13:49:28.177 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1879. 2022-12-27 13:49:28.181 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1880. 2022-12-27 13:49:44.225 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1881. Traceback (most recent call last):
  1882.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1883.    await self._async_refresh(log_failures=True, scheduled=True)
  1884.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1885.    self.async_update_listeners()
  1886.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1887.    update_callback()
  1888.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1889.    self.async_write_ha_state()
  1890.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1891.    self._async_write_ha_state()
  1892.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1893.    state = self._stringify_state(available)
  1894.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1895.    if (state := self.state) is None:
  1896.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1897.    if (is_on := self.is_on) is None:
  1898.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1899.    return self.entity_description.state_value(self.api)
  1900.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1901.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1902. AttributeError: 'list' object has no attribute 'get'
  1903. 2022-12-27 13:49:44.678 WARNING (SyncWorker_6) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1904. 2022-12-27 13:49:44.697 WARNING (SyncWorker_7) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1905. 2022-12-27 13:51:28.230 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1906. 2022-12-27 13:51:28.235 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1907. 2022-12-27 13:51:28.239 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1908. 2022-12-27 13:51:28.244 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1909. 2022-12-27 13:51:39.111 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  1910. not a valid value for object value @ data['payload']. Got '0'
  1911. 2022-12-27 13:53:48.278 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1912. 2022-12-27 13:53:48.283 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1913. 2022-12-27 13:53:48.287 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1914. 2022-12-27 13:53:48.291 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1915. 2022-12-27 13:54:44.227 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1916. Traceback (most recent call last):
  1917.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1918.    await self._async_refresh(log_failures=True, scheduled=True)
  1919.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1920.    self.async_update_listeners()
  1921.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1922.    update_callback()
  1923.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1924.    self.async_write_ha_state()
  1925.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1926.    self._async_write_ha_state()
  1927.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1928.    state = self._stringify_state(available)
  1929.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1930.    if (state := self.state) is None:
  1931.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1932.    if (is_on := self.is_on) is None:
  1933.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1934.    return self.entity_description.state_value(self.api)
  1935.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1936.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1937. AttributeError: 'list' object has no attribute 'get'
  1938. 2022-12-27 13:54:44.607 WARNING (SyncWorker_12) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1939. 2022-12-27 13:54:48.276 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1940. 2022-12-27 13:54:48.281 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1941. 2022-12-27 13:54:48.285 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1942. 2022-12-27 13:54:48.290 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1943. 2022-12-27 13:54:54.488 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.lor_to_home is taking over 10 seconds
  1944. 2022-12-27 13:55:48.296 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1945. 2022-12-27 13:55:48.302 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1946. 2022-12-27 13:55:48.308 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1947. 2022-12-27 13:55:48.312 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1948. 2022-12-27 13:58:08.346 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1949. 2022-12-27 13:58:08.352 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1950. 2022-12-27 13:58:08.356 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1951. 2022-12-27 13:58:08.361 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1952. 2022-12-27 13:59:44.230 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1953. Traceback (most recent call last):
  1954.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1955.    await self._async_refresh(log_failures=True, scheduled=True)
  1956.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1957.    self.async_update_listeners()
  1958.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1959.    update_callback()
  1960.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1961.    self.async_write_ha_state()
  1962.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1963.    self._async_write_ha_state()
  1964.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1965.    state = self._stringify_state(available)
  1966.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  1967.    if (state := self.state) is None:
  1968.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  1969.    if (is_on := self.is_on) is None:
  1970.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  1971.    return self.entity_description.state_value(self.api)
  1972.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  1973.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  1974. AttributeError: 'list' object has no attribute 'get'
  1975. 2022-12-27 13:59:44.621 WARNING (SyncWorker_3) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1976. 2022-12-27 13:59:44.716 WARNING (SyncWorker_4) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  1977. 2022-12-27 13:59:54.421 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.dartford_bridge_north_bound is taking over 10 seconds
  1978. 2022-12-27 14:00:48.412 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1979. 2022-12-27 14:00:48.417 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1980. 2022-12-27 14:00:48.421 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1981. 2022-12-27 14:00:48.425 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1982. 2022-12-27 14:03:48.498 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1983. 2022-12-27 14:03:48.503 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1984. 2022-12-27 14:03:48.507 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  1985. 2022-12-27 14:03:48.511 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  1986. 2022-12-27 14:04:44.228 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  1987. Traceback (most recent call last):
  1988.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  1989.    await self._async_refresh(log_failures=True, scheduled=True)
  1990.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  1991.    self.async_update_listeners()
  1992.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  1993.    update_callback()
  1994.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  1995.    self.async_write_ha_state()
  1996.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  1997.    self._async_write_ha_state()
  1998.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  1999.    state = self._stringify_state(available)
  2000.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2001.    if (state := self.state) is None:
  2002.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2003.    if (is_on := self.is_on) is None:
  2004.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2005.    return self.entity_description.state_value(self.api)
  2006.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2007.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2008. AttributeError: 'list' object has no attribute 'get'
  2009. 2022-12-27 14:04:44.710 WARNING (SyncWorker_10) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2010. 2022-12-27 14:05:08.510 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2011. 2022-12-27 14:05:08.515 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2012. 2022-12-27 14:05:08.519 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2013. 2022-12-27 14:05:08.523 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2014. 2022-12-27 14:06:48.545 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2015. 2022-12-27 14:06:48.550 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2016. 2022-12-27 14:06:48.554 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2017. 2022-12-27 14:06:48.558 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2018. 2022-12-27 14:09:28.640 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2019. 2022-12-27 14:09:28.645 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2020. 2022-12-27 14:09:28.649 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2021. 2022-12-27 14:09:28.653 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2022. 2022-12-27 14:09:44.227 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2023. Traceback (most recent call last):
  2024.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2025.    await self._async_refresh(log_failures=True, scheduled=True)
  2026.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2027.    self.async_update_listeners()
  2028.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2029.    update_callback()
  2030.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2031.    self.async_write_ha_state()
  2032.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2033.    self._async_write_ha_state()
  2034.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2035.    state = self._stringify_state(available)
  2036.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2037.    if (state := self.state) is None:
  2038.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2039.    if (is_on := self.is_on) is None:
  2040.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2041.    return self.entity_description.state_value(self.api)
  2042.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2043.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2044. AttributeError: 'list' object has no attribute 'get'
  2045. 2022-12-27 14:09:44.763 WARNING (SyncWorker_0) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2046. 2022-12-27 14:09:44.774 WARNING (SyncWorker_11) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2047. 2022-12-27 14:11:39.216 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  2048. not a valid value for object value @ data['payload']. Got '0'
  2049. 2022-12-27 14:12:48.724 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2050. 2022-12-27 14:12:48.728 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2051. 2022-12-27 14:12:48.732 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2052. 2022-12-27 14:12:48.736 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2053. 2022-12-27 14:14:44.224 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2054. Traceback (most recent call last):
  2055.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2056.    await self._async_refresh(log_failures=True, scheduled=True)
  2057.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2058.    self.async_update_listeners()
  2059.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2060.    update_callback()
  2061.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2062.    self.async_write_ha_state()
  2063.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2064.    self._async_write_ha_state()
  2065.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2066.    state = self._stringify_state(available)
  2067.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2068.    if (state := self.state) is None:
  2069.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2070.    if (is_on := self.is_on) is None:
  2071.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2072.    return self.entity_description.state_value(self.api)
  2073.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2074.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2075. AttributeError: 'list' object has no attribute 'get'
  2076. 2022-12-27 14:14:44.620 WARNING (SyncWorker_12) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2077. 2022-12-27 14:14:44.732 WARNING (SyncWorker_7) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2078. 2022-12-27 14:15:48.753 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2079. 2022-12-27 14:15:48.760 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2080. 2022-12-27 14:15:48.764 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2081. 2022-12-27 14:15:48.769 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2082. 2022-12-27 14:18:48.830 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2083. 2022-12-27 14:18:48.835 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2084. 2022-12-27 14:18:48.839 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2085. 2022-12-27 14:18:48.843 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2086. 2022-12-27 14:19:44.223 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2087. Traceback (most recent call last):
  2088.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2089.    await self._async_refresh(log_failures=True, scheduled=True)
  2090.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2091.    self.async_update_listeners()
  2092.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2093.    update_callback()
  2094.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2095.    self.async_write_ha_state()
  2096.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2097.    self._async_write_ha_state()
  2098.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2099.    state = self._stringify_state(available)
  2100.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2101.    if (state := self.state) is None:
  2102.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2103.    if (is_on := self.is_on) is None:
  2104.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2105.    return self.entity_description.state_value(self.api)
  2106.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2107.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2108. AttributeError: 'list' object has no attribute 'get'
  2109. 2022-12-27 14:19:44.695 WARNING (SyncWorker_3) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2110. 2022-12-27 14:21:48.893 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2111. 2022-12-27 14:21:48.897 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2112. 2022-12-27 14:21:48.901 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2113. 2022-12-27 14:21:48.906 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2114. 2022-12-27 14:24:44.227 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2115. Traceback (most recent call last):
  2116.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2117.    await self._async_refresh(log_failures=True, scheduled=True)
  2118.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2119.    self.async_update_listeners()
  2120.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2121.    update_callback()
  2122.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2123.    self.async_write_ha_state()
  2124.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2125.    self._async_write_ha_state()
  2126.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2127.    state = self._stringify_state(available)
  2128.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2129.    if (state := self.state) is None:
  2130.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2131.    if (is_on := self.is_on) is None:
  2132.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2133.    return self.entity_description.state_value(self.api)
  2134.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2135.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2136. AttributeError: 'list' object has no attribute 'get'
  2137. 2022-12-27 14:24:44.720 WARNING (SyncWorker_10) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2138. 2022-12-27 14:27:49.052 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2139. 2022-12-27 14:27:49.057 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2140. 2022-12-27 14:27:49.061 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2141. 2022-12-27 14:27:49.065 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2142. 2022-12-27 14:29:44.224 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2143. Traceback (most recent call last):
  2144.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2145.    await self._async_refresh(log_failures=True, scheduled=True)
  2146.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2147.    self.async_update_listeners()
  2148.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2149.    update_callback()
  2150.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2151.    self.async_write_ha_state()
  2152.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2153.    self._async_write_ha_state()
  2154.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2155.    state = self._stringify_state(available)
  2156.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2157.    if (state := self.state) is None:
  2158.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2159.    if (is_on := self.is_on) is None:
  2160.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2161.    return self.entity_description.state_value(self.api)
  2162.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2163.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2164. AttributeError: 'list' object has no attribute 'get'
  2165. 2022-12-27 14:29:44.682 WARNING (SyncWorker_9) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2166. 2022-12-27 14:34:44.227 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2167. Traceback (most recent call last):
  2168.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2169.    await self._async_refresh(log_failures=True, scheduled=True)
  2170.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2171.    self.async_update_listeners()
  2172.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2173.    update_callback()
  2174.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2175.    self.async_write_ha_state()
  2176.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2177.    self._async_write_ha_state()
  2178.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2179.    state = self._stringify_state(available)
  2180.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2181.    if (state := self.state) is None:
  2182.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2183.    if (is_on := self.is_on) is None:
  2184.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2185.    return self.entity_description.state_value(self.api)
  2186.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2187.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2188. AttributeError: 'list' object has no attribute 'get'
  2189. 2022-12-27 14:34:44.706 WARNING (SyncWorker_9) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2190. 2022-12-27 14:34:44.707 WARNING (SyncWorker_0) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2191. 2022-12-27 14:35:49.234 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2192. 2022-12-27 14:35:49.239 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2193. 2022-12-27 14:35:49.243 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2194. 2022-12-27 14:35:49.247 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2195. 2022-12-27 14:39:44.232 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2196. Traceback (most recent call last):
  2197.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2198.    await self._async_refresh(log_failures=True, scheduled=True)
  2199.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2200.    self.async_update_listeners()
  2201.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2202.    update_callback()
  2203.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2204.    self.async_write_ha_state()
  2205.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2206.    self._async_write_ha_state()
  2207.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2208.    state = self._stringify_state(available)
  2209.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2210.    if (state := self.state) is None:
  2211.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2212.    if (is_on := self.is_on) is None:
  2213.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2214.    return self.entity_description.state_value(self.api)
  2215.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2216.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2217. AttributeError: 'list' object has no attribute 'get'
  2218. 2022-12-27 14:39:44.554 WARNING (SyncWorker_10) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2219. 2022-12-27 14:39:44.720 WARNING (SyncWorker_11) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2220. 2022-12-27 14:39:49.359 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2221. 2022-12-27 14:39:49.365 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2222. 2022-12-27 14:39:49.370 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2223. 2022-12-27 14:39:49.375 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2224. 2022-12-27 14:39:54.498 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.lor_to_home is taking over 10 seconds
  2225. 2022-12-27 14:42:49.388 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2226. 2022-12-27 14:42:49.392 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2227. 2022-12-27 14:42:49.397 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2228. 2022-12-27 14:42:49.401 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2229. 2022-12-27 14:44:29.458 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2230. 2022-12-27 14:44:29.462 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2231. 2022-12-27 14:44:29.466 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2232. 2022-12-27 14:44:29.471 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2233. 2022-12-27 14:44:44.226 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2234. Traceback (most recent call last):
  2235.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2236.    await self._async_refresh(log_failures=True, scheduled=True)
  2237.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2238.    self.async_update_listeners()
  2239.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2240.    update_callback()
  2241.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2242.    self.async_write_ha_state()
  2243.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2244.    self._async_write_ha_state()
  2245.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2246.    state = self._stringify_state(available)
  2247.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2248.    if (state := self.state) is None:
  2249.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2250.    if (is_on := self.is_on) is None:
  2251.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2252.    return self.entity_description.state_value(self.api)
  2253.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2254.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2255. AttributeError: 'list' object has no attribute 'get'
  2256. 2022-12-27 14:44:44.691 WARNING (SyncWorker_4) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2257. 2022-12-27 14:44:44.710 WARNING (SyncWorker_5) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2258. 2022-12-27 14:45:31.815 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities switch.livingroom_tv or it is/they are currently not available
  2259. 2022-12-27 14:47:09.519 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2260. 2022-12-27 14:47:09.524 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2261. 2022-12-27 14:47:09.529 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2262. 2022-12-27 14:47:09.533 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2263. 2022-12-27 14:48:49.539 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2264. 2022-12-27 14:48:49.544 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2265. 2022-12-27 14:48:49.548 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2266. 2022-12-27 14:48:49.552 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2267. 2022-12-27 14:49:44.226 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2268. Traceback (most recent call last):
  2269.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2270.    await self._async_refresh(log_failures=True, scheduled=True)
  2271.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2272.    self.async_update_listeners()
  2273.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2274.    update_callback()
  2275.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2276.    self.async_write_ha_state()
  2277.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2278.    self._async_write_ha_state()
  2279.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2280.    state = self._stringify_state(available)
  2281.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2282.    if (state := self.state) is None:
  2283.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2284.    if (is_on := self.is_on) is None:
  2285.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2286.    return self.entity_description.state_value(self.api)
  2287.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2288.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2289. AttributeError: 'list' object has no attribute 'get'
  2290. 2022-12-27 14:49:44.731 WARNING (SyncWorker_2) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2291. 2022-12-27 14:49:44.746 WARNING (SyncWorker_11) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2292. 2022-12-27 14:51:29.589 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2293. 2022-12-27 14:51:29.594 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2294. 2022-12-27 14:51:29.598 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2295. 2022-12-27 14:51:29.603 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2296. 2022-12-27 14:51:39.418 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  2297. not a valid value for object value @ data['payload']. Got '0'
  2298. 2022-12-27 14:53:09.643 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2299. 2022-12-27 14:53:09.648 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2300. 2022-12-27 14:53:09.652 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2301. 2022-12-27 14:53:09.656 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2302. 2022-12-27 14:54:44.223 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2303. Traceback (most recent call last):
  2304.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2305.    await self._async_refresh(log_failures=True, scheduled=True)
  2306.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2307.    self.async_update_listeners()
  2308.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2309.    update_callback()
  2310.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2311.    self.async_write_ha_state()
  2312.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2313.    self._async_write_ha_state()
  2314.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2315.    state = self._stringify_state(available)
  2316.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2317.    if (state := self.state) is None:
  2318.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2319.    if (is_on := self.is_on) is None:
  2320.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2321.    return self.entity_description.state_value(self.api)
  2322.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2323.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2324. AttributeError: 'list' object has no attribute 'get'
  2325. 2022-12-27 14:54:44.634 WARNING (SyncWorker_5) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2326. 2022-12-27 14:54:44.726 WARNING (SyncWorker_2) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2327. 2022-12-27 14:59:44.226 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2328. Traceback (most recent call last):
  2329.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2330.    await self._async_refresh(log_failures=True, scheduled=True)
  2331.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2332.    self.async_update_listeners()
  2333.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2334.    update_callback()
  2335.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2336.    self.async_write_ha_state()
  2337.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2338.    self._async_write_ha_state()
  2339.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2340.    state = self._stringify_state(available)
  2341.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2342.    if (state := self.state) is None:
  2343.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2344.    if (is_on := self.is_on) is None:
  2345.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2346.    return self.entity_description.state_value(self.api)
  2347.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2348.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2349. AttributeError: 'list' object has no attribute 'get'
  2350. 2022-12-27 14:59:44.724 WARNING (SyncWorker_12) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2351. 2022-12-27 14:59:44.744 WARNING (SyncWorker_1) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2352. 2022-12-27 15:00:49.798 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2353. 2022-12-27 15:00:49.803 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2354. 2022-12-27 15:00:49.807 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2355. 2022-12-27 15:00:49.811 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2356. 2022-12-27 15:03:09.880 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2357. 2022-12-27 15:03:09.885 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2358. 2022-12-27 15:03:09.889 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2359. 2022-12-27 15:03:09.893 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2360. 2022-12-27 15:04:44.224 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2361. Traceback (most recent call last):
  2362.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2363.    await self._async_refresh(log_failures=True, scheduled=True)
  2364.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2365.    self.async_update_listeners()
  2366.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2367.    update_callback()
  2368.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2369.    self.async_write_ha_state()
  2370.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2371.    self._async_write_ha_state()
  2372.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2373.    state = self._stringify_state(available)
  2374.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2375.    if (state := self.state) is None:
  2376.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2377.    if (is_on := self.is_on) is None:
  2378.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2379.    return self.entity_description.state_value(self.api)
  2380.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2381.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2382. AttributeError: 'list' object has no attribute 'get'
  2383. 2022-12-27 15:04:44.639 WARNING (SyncWorker_2) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2384. 2022-12-27 15:05:09.918 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2385. 2022-12-27 15:05:09.922 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2386. 2022-12-27 15:05:09.927 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2387. 2022-12-27 15:05:09.931 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2388. 2022-12-27 15:07:09.955 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2389. 2022-12-27 15:07:09.960 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2390. 2022-12-27 15:07:09.964 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2391. 2022-12-27 15:07:09.968 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2392. 2022-12-27 15:07:49.988 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2393. 2022-12-27 15:07:49.992 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2394. 2022-12-27 15:07:49.996 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2395. 2022-12-27 15:07:50.000 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2396. 2022-12-27 15:09:44.318 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2397. Traceback (most recent call last):
  2398.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2399.    await self._async_refresh(log_failures=True, scheduled=True)
  2400.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2401.    self.async_update_listeners()
  2402.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2403.    update_callback()
  2404.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2405.    self.async_write_ha_state()
  2406.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2407.    self._async_write_ha_state()
  2408.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2409.    state = self._stringify_state(available)
  2410.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2411.    if (state := self.state) is None:
  2412.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2413.    if (is_on := self.is_on) is None:
  2414.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2415.    return self.entity_description.state_value(self.api)
  2416.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2417.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2418. AttributeError: 'list' object has no attribute 'get'
  2419. 2022-12-27 15:09:44.651 WARNING (SyncWorker_4) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2420. 2022-12-27 15:09:44.737 WARNING (SyncWorker_5) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2421. 2022-12-27 15:11:10.053 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2422. 2022-12-27 15:11:10.057 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2423. 2022-12-27 15:11:10.061 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2424. 2022-12-27 15:11:10.065 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2425. 2022-12-27 15:11:39.524 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  2426. not a valid value for object value @ data['payload']. Got '0'
  2427. 2022-12-27 15:12:10.092 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2428. 2022-12-27 15:12:10.097 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2429. 2022-12-27 15:12:10.101 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2430. 2022-12-27 15:12:10.105 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2431. 2022-12-27 15:14:44.227 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2432. Traceback (most recent call last):
  2433.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2434.    await self._async_refresh(log_failures=True, scheduled=True)
  2435.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2436.    self.async_update_listeners()
  2437.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2438.    update_callback()
  2439.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2440.    self.async_write_ha_state()
  2441.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2442.    self._async_write_ha_state()
  2443.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2444.    state = self._stringify_state(available)
  2445.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2446.    if (state := self.state) is None:
  2447.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2448.    if (is_on := self.is_on) is None:
  2449.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2450.    return self.entity_description.state_value(self.api)
  2451.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2452.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2453. AttributeError: 'list' object has no attribute 'get'
  2454. 2022-12-27 15:14:44.725 WARNING (SyncWorker_3) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2455. 2022-12-27 15:14:54.447 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.dartford_bridge_north_bound is taking over 10 seconds
  2456. 2022-12-27 15:14:54.534 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.lor_to_home is taking over 10 seconds
  2457. 2022-12-27 15:16:30.182 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2458. 2022-12-27 15:16:30.187 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2459. 2022-12-27 15:16:30.192 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2460. 2022-12-27 15:16:30.196 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2461. 2022-12-27 15:18:10.266 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2462. 2022-12-27 15:18:10.271 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2463. 2022-12-27 15:18:10.275 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2464. 2022-12-27 15:18:10.279 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2465. 2022-12-27 15:19:44.225 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2466. Traceback (most recent call last):
  2467.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2468.    await self._async_refresh(log_failures=True, scheduled=True)
  2469.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2470.    self.async_update_listeners()
  2471.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2472.    update_callback()
  2473.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2474.    self.async_write_ha_state()
  2475.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2476.    self._async_write_ha_state()
  2477.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2478.    state = self._stringify_state(available)
  2479.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2480.    if (state := self.state) is None:
  2481.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2482.    if (is_on := self.is_on) is None:
  2483.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2484.    return self.entity_description.state_value(self.api)
  2485.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2486.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2487. AttributeError: 'list' object has no attribute 'get'
  2488. 2022-12-27 15:19:44.747 WARNING (SyncWorker_2) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2489. 2022-12-27 15:19:54.448 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.dartford_bridge_north_bound is taking over 10 seconds
  2490. 2022-12-27 15:19:54.537 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_to_lor is taking over 10 seconds
  2491. 2022-12-27 15:22:45.831 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8838:1:0x0001]: async_initialize: all attempts have failed: [DeliveryError('Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>'), DeliveryError('Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>'), DeliveryError('Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>'), DeliveryError('Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>')]
  2492. 2022-12-27 15:24:44.226 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2493. Traceback (most recent call last):
  2494.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2495.    await self._async_refresh(log_failures=True, scheduled=True)
  2496.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2497.    self.async_update_listeners()
  2498.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2499.    update_callback()
  2500.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2501.    self.async_write_ha_state()
  2502.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2503.    self._async_write_ha_state()
  2504.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2505.    state = self._stringify_state(available)
  2506.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2507.    if (state := self.state) is None:
  2508.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2509.    if (is_on := self.is_on) is None:
  2510.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2511.    return self.entity_description.state_value(self.api)
  2512.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2513.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2514. AttributeError: 'list' object has no attribute 'get'
  2515. 2022-12-27 15:24:44.729 WARNING (SyncWorker_11) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2516. 2022-12-27 15:24:44.743 WARNING (SyncWorker_6) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2517. 2022-12-27 15:25:45.506 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities switch.christmas_tree or it is/they are currently not available
  2518. 2022-12-27 15:29:44.232 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2519. Traceback (most recent call last):
  2520.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2521.    await self._async_refresh(log_failures=True, scheduled=True)
  2522.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2523.    self.async_update_listeners()
  2524.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2525.    update_callback()
  2526.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2527.    self.async_write_ha_state()
  2528.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2529.    self._async_write_ha_state()
  2530.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2531.    state = self._stringify_state(available)
  2532.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2533.    if (state := self.state) is None:
  2534.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2535.    if (is_on := self.is_on) is None:
  2536.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2537.    return self.entity_description.state_value(self.api)
  2538.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2539.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2540. AttributeError: 'list' object has no attribute 'get'
  2541. 2022-12-27 15:29:44.728 WARNING (SyncWorker_10) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2542. 2022-12-27 15:29:44.730 WARNING (SyncWorker_3) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2543. 2022-12-27 15:30:10.493 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2544. 2022-12-27 15:30:10.500 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2545. 2022-12-27 15:30:10.505 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2546. 2022-12-27 15:30:10.510 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2547. 2022-12-27 15:32:50.588 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2548. 2022-12-27 15:32:50.592 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2549. 2022-12-27 15:32:50.596 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2550. 2022-12-27 15:32:50.600 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2551. 2022-12-27 15:34:30.596 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2552. 2022-12-27 15:34:30.601 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2553. 2022-12-27 15:34:30.605 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2554. 2022-12-27 15:34:30.609 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2555. 2022-12-27 15:34:44.232 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2556. Traceback (most recent call last):
  2557.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2558.    await self._async_refresh(log_failures=True, scheduled=True)
  2559.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2560.    self.async_update_listeners()
  2561.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2562.    update_callback()
  2563.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2564.    self.async_write_ha_state()
  2565.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2566.    self._async_write_ha_state()
  2567.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2568.    state = self._stringify_state(available)
  2569.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2570.    if (state := self.state) is None:
  2571.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2572.    if (is_on := self.is_on) is None:
  2573.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2574.    return self.entity_description.state_value(self.api)
  2575.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2576.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2577. AttributeError: 'list' object has no attribute 'get'
  2578. 2022-12-27 15:34:44.656 WARNING (SyncWorker_9) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2579. 2022-12-27 15:34:44.738 WARNING (SyncWorker_1) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2580. 2022-12-27 15:34:54.538 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_to_lor is taking over 10 seconds
  2581. 2022-12-27 15:36:10.652 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2582. 2022-12-27 15:36:10.657 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2583. 2022-12-27 15:36:10.661 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2584. 2022-12-27 15:36:10.665 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2585. 2022-12-27 15:38:50.719 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2586. 2022-12-27 15:38:50.723 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2587. 2022-12-27 15:38:50.727 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2588. 2022-12-27 15:38:50.731 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2589. 2022-12-27 15:39:44.225 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2590. Traceback (most recent call last):
  2591.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2592.    await self._async_refresh(log_failures=True, scheduled=True)
  2593.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2594.    self.async_update_listeners()
  2595.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2596.    update_callback()
  2597.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2598.    self.async_write_ha_state()
  2599.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2600.    self._async_write_ha_state()
  2601.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2602.    state = self._stringify_state(available)
  2603.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2604.    if (state := self.state) is None:
  2605.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2606.    if (is_on := self.is_on) is None:
  2607.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2608.    return self.entity_description.state_value(self.api)
  2609.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2610.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2611. AttributeError: 'list' object has no attribute 'get'
  2612. 2022-12-27 15:39:44.720 WARNING (SyncWorker_8) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2613. 2022-12-27 15:39:44.731 WARNING (SyncWorker_0) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2614. 2022-12-27 15:39:44.757 WARNING (SyncWorker_4) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2615. 2022-12-27 15:44:44.227 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2616. Traceback (most recent call last):
  2617.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2618.    await self._async_refresh(log_failures=True, scheduled=True)
  2619.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2620.    self.async_update_listeners()
  2621.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2622.    update_callback()
  2623.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2624.    self.async_write_ha_state()
  2625.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2626.    self._async_write_ha_state()
  2627.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2628.    state = self._stringify_state(available)
  2629.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2630.    if (state := self.state) is None:
  2631.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2632.    if (is_on := self.is_on) is None:
  2633.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2634.    return self.entity_description.state_value(self.api)
  2635.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2636.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2637. AttributeError: 'list' object has no attribute 'get'
  2638. 2022-12-27 15:44:45.024 WARNING (SyncWorker_1) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2639. 2022-12-27 15:44:45.099 WARNING (SyncWorker_10) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2640. 2022-12-27 15:44:50.891 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2641. 2022-12-27 15:44:50.896 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2642. 2022-12-27 15:44:50.900 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2643. 2022-12-27 15:44:50.905 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2644. 2022-12-27 15:44:54.554 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_to_lor is taking over 10 seconds
  2645. 2022-12-27 15:45:50.896 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2646. 2022-12-27 15:45:50.900 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2647. 2022-12-27 15:45:50.904 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2648. 2022-12-27 15:45:50.908 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2649. 2022-12-27 15:48:10.969 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2650. 2022-12-27 15:48:10.974 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2651. 2022-12-27 15:48:10.978 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2652. 2022-12-27 15:48:10.983 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2653. 2022-12-27 15:49:44.225 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2654. Traceback (most recent call last):
  2655.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2656.    await self._async_refresh(log_failures=True, scheduled=True)
  2657.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2658.    self.async_update_listeners()
  2659.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2660.    update_callback()
  2661.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2662.    self.async_write_ha_state()
  2663.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2664.    self._async_write_ha_state()
  2665.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2666.    state = self._stringify_state(available)
  2667.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2668.    if (state := self.state) is None:
  2669.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2670.    if (is_on := self.is_on) is None:
  2671.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2672.    return self.entity_description.state_value(self.api)
  2673.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2674.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2675. AttributeError: 'list' object has no attribute 'get'
  2676. 2022-12-27 15:49:44.660 WARNING (SyncWorker_6) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2677. 2022-12-27 15:49:44.672 WARNING (SyncWorker_12) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2678. 2022-12-27 15:49:54.558 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_to_lor is taking over 10 seconds
  2679. 2022-12-27 15:49:54.561 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.lor_to_home is taking over 10 seconds
  2680. 2022-12-27 15:50:11.000 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2681. 2022-12-27 15:50:11.005 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2682. 2022-12-27 15:50:11.009 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2683. 2022-12-27 15:50:11.013 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2684. 2022-12-27 15:51:11.008 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2685. 2022-12-27 15:51:11.013 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2686. 2022-12-27 15:51:11.017 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2687. 2022-12-27 15:51:11.021 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2688. 2022-12-27 15:51:39.941 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  2689. not a valid value for object value @ data['payload']. Got '0'
  2690. 2022-12-27 15:51:51.026 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2691. 2022-12-27 15:51:51.030 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2692. 2022-12-27 15:51:51.035 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2693. 2022-12-27 15:51:51.039 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2694. 2022-12-27 15:52:31.045 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2695. 2022-12-27 15:52:31.050 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2696. 2022-12-27 15:52:31.055 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2697. 2022-12-27 15:52:31.060 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2698. 2022-12-27 15:53:51.069 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2699. 2022-12-27 15:53:51.074 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2700. 2022-12-27 15:53:51.078 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2701. 2022-12-27 15:53:51.082 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2702. 2022-12-27 15:54:44.225 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2703. Traceback (most recent call last):
  2704.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2705.    await self._async_refresh(log_failures=True, scheduled=True)
  2706.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2707.    self.async_update_listeners()
  2708.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2709.    update_callback()
  2710.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2711.    self.async_write_ha_state()
  2712.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2713.    self._async_write_ha_state()
  2714.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2715.    state = self._stringify_state(available)
  2716.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2717.    if (state := self.state) is None:
  2718.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2719.    if (is_on := self.is_on) is None:
  2720.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2721.    return self.entity_description.state_value(self.api)
  2722.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2723.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2724. AttributeError: 'list' object has no attribute 'get'
  2725. 2022-12-27 15:54:44.679 WARNING (SyncWorker_8) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2726. 2022-12-27 15:54:44.758 WARNING (SyncWorker_6) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2727. 2022-12-27 15:55:31.127 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2728. 2022-12-27 15:55:31.132 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2729. 2022-12-27 15:55:31.136 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2730. 2022-12-27 15:55:31.140 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2731. 2022-12-27 15:57:11.194 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2732. 2022-12-27 15:57:11.200 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2733. 2022-12-27 15:57:11.204 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2734. 2022-12-27 15:57:11.208 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2735. 2022-12-27 15:57:51.189 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2736. 2022-12-27 15:57:51.194 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2737. 2022-12-27 15:57:51.198 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2738. 2022-12-27 15:57:51.202 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2739. 2022-12-27 15:59:31.241 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2740. 2022-12-27 15:59:31.247 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2741. 2022-12-27 15:59:31.251 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2742. 2022-12-27 15:59:31.255 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2743. 2022-12-27 15:59:44.233 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2744. Traceback (most recent call last):
  2745.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2746.    await self._async_refresh(log_failures=True, scheduled=True)
  2747.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2748.    self.async_update_listeners()
  2749.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2750.    update_callback()
  2751.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2752.    self.async_write_ha_state()
  2753.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2754.    self._async_write_ha_state()
  2755.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2756.    state = self._stringify_state(available)
  2757.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2758.    if (state := self.state) is None:
  2759.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2760.    if (is_on := self.is_on) is None:
  2761.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2762.    return self.entity_description.state_value(self.api)
  2763.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2764.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2765. AttributeError: 'list' object has no attribute 'get'
  2766. 2022-12-27 15:59:44.664 WARNING (SyncWorker_8) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2767. 2022-12-27 15:59:44.756 WARNING (SyncWorker_7) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2768. 2022-12-27 16:00:51.288 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2769. 2022-12-27 16:00:51.293 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2770. 2022-12-27 16:00:51.297 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2771. 2022-12-27 16:00:51.301 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2772. 2022-12-27 16:02:11.323 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2773. 2022-12-27 16:02:11.328 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2774. 2022-12-27 16:02:11.332 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2775. 2022-12-27 16:02:11.336 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2776. 2022-12-27 16:02:51.317 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2777. 2022-12-27 16:02:51.324 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2778. 2022-12-27 16:02:51.328 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2779. 2022-12-27 16:02:51.333 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2780. 2022-12-27 16:04:11.382 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2781. 2022-12-27 16:04:11.389 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2782. 2022-12-27 16:04:11.393 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2783. 2022-12-27 16:04:11.398 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2784. 2022-12-27 16:04:44.224 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2785. Traceback (most recent call last):
  2786.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2787.    await self._async_refresh(log_failures=True, scheduled=True)
  2788.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2789.    self.async_update_listeners()
  2790.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2791.    update_callback()
  2792.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2793.    self.async_write_ha_state()
  2794.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2795.    self._async_write_ha_state()
  2796.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2797.    state = self._stringify_state(available)
  2798.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2799.    if (state := self.state) is None:
  2800.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2801.    if (is_on := self.is_on) is None:
  2802.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2803.    return self.entity_description.state_value(self.api)
  2804.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2805.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2806. AttributeError: 'list' object has no attribute 'get'
  2807. 2022-12-27 16:04:44.600 WARNING (SyncWorker_10) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2808. 2022-12-27 16:04:44.766 WARNING (SyncWorker_4) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2809. 2022-12-27 16:04:54.564 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_to_lor is taking over 10 seconds
  2810. 2022-12-27 16:05:51.407 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2811. 2022-12-27 16:05:51.411 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2812. 2022-12-27 16:05:51.415 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2813. 2022-12-27 16:05:51.419 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2814. 2022-12-27 16:07:11.423 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2815. 2022-12-27 16:07:11.428 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2816. 2022-12-27 16:07:11.432 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2817. 2022-12-27 16:07:11.436 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2818. 2022-12-27 16:07:51.439 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2819. 2022-12-27 16:07:51.444 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2820. 2022-12-27 16:07:51.449 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2821. 2022-12-27 16:07:51.453 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2822. 2022-12-27 16:08:31.448 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2823. 2022-12-27 16:08:31.453 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2824. 2022-12-27 16:08:31.457 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2825. 2022-12-27 16:08:31.461 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2826. 2022-12-27 16:09:44.227 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2827. Traceback (most recent call last):
  2828.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2829.    await self._async_refresh(log_failures=True, scheduled=True)
  2830.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2831.    self.async_update_listeners()
  2832.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2833.    update_callback()
  2834.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2835.    self.async_write_ha_state()
  2836.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2837.    self._async_write_ha_state()
  2838.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2839.    state = self._stringify_state(available)
  2840.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2841.    if (state := self.state) is None:
  2842.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2843.    if (is_on := self.is_on) is None:
  2844.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2845.    return self.entity_description.state_value(self.api)
  2846.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2847.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2848. AttributeError: 'list' object has no attribute 'get'
  2849. 2022-12-27 16:09:44.778 WARNING (SyncWorker_1) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2850. 2022-12-27 16:09:51.487 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2851. 2022-12-27 16:09:51.492 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2852. 2022-12-27 16:09:51.496 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2853. 2022-12-27 16:09:51.500 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2854. 2022-12-27 16:11:31.546 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2855. 2022-12-27 16:11:31.551 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2856. 2022-12-27 16:11:31.556 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2857. 2022-12-27 16:11:31.560 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2858. 2022-12-27 16:11:40.042 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  2859. not a valid value for object value @ data['payload']. Got '0'
  2860. 2022-12-27 16:14:44.227 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2861. Traceback (most recent call last):
  2862.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2863.    await self._async_refresh(log_failures=True, scheduled=True)
  2864.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2865.    self.async_update_listeners()
  2866.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2867.    update_callback()
  2868.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2869.    self.async_write_ha_state()
  2870.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2871.    self._async_write_ha_state()
  2872.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2873.    state = self._stringify_state(available)
  2874.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2875.    if (state := self.state) is None:
  2876.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2877.    if (is_on := self.is_on) is None:
  2878.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2879.    return self.entity_description.state_value(self.api)
  2880.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2881.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2882. AttributeError: 'list' object has no attribute 'get'
  2883. 2022-12-27 16:14:44.747 WARNING (SyncWorker_8) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2884. 2022-12-27 16:14:44.757 WARNING (SyncWorker_2) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2885. 2022-12-27 16:14:54.475 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.dartford_bridge_north_bound is taking over 10 seconds
  2886. 2022-12-27 16:16:51.623 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2887. 2022-12-27 16:16:51.628 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2888. 2022-12-27 16:16:51.632 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2889. 2022-12-27 16:16:51.637 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2890. 2022-12-27 16:18:31.657 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2891. 2022-12-27 16:18:31.664 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2892. 2022-12-27 16:18:31.668 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2893. 2022-12-27 16:18:31.673 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2894. 2022-12-27 16:19:44.225 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2895. Traceback (most recent call last):
  2896.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2897.    await self._async_refresh(log_failures=True, scheduled=True)
  2898.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2899.    self.async_update_listeners()
  2900.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2901.    update_callback()
  2902.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2903.    self.async_write_ha_state()
  2904.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2905.    self._async_write_ha_state()
  2906.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2907.    state = self._stringify_state(available)
  2908.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2909.    if (state := self.state) is None:
  2910.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2911.    if (is_on := self.is_on) is None:
  2912.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2913.    return self.entity_description.state_value(self.api)
  2914.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2915.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2916. AttributeError: 'list' object has no attribute 'get'
  2917. 2022-12-27 16:19:44.670 WARNING (SyncWorker_8) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2918. 2022-12-27 16:19:44.761 WARNING (SyncWorker_4) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2919. 2022-12-27 16:19:54.568 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.lor_to_home is taking over 10 seconds
  2920. 2022-12-27 16:21:31.758 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2921. 2022-12-27 16:21:31.765 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2922. 2022-12-27 16:21:31.769 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2923. 2022-12-27 16:21:31.773 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2924. 2022-12-27 16:22:11.721 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2925. 2022-12-27 16:22:11.726 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2926. 2022-12-27 16:22:11.740 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2927. 2022-12-27 16:22:11.744 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2928. 2022-12-27 16:24:31.759 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2929. 2022-12-27 16:24:31.764 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2930. 2022-12-27 16:24:31.768 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2931. 2022-12-27 16:24:31.772 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2932. 2022-12-27 16:24:44.226 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2933. Traceback (most recent call last):
  2934.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2935.    await self._async_refresh(log_failures=True, scheduled=True)
  2936.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2937.    self.async_update_listeners()
  2938.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2939.    update_callback()
  2940.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2941.    self.async_write_ha_state()
  2942.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2943.    self._async_write_ha_state()
  2944.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2945.    state = self._stringify_state(available)
  2946.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2947.    if (state := self.state) is None:
  2948.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2949.    if (is_on := self.is_on) is None:
  2950.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2951.    return self.entity_description.state_value(self.api)
  2952.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2953.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2954. AttributeError: 'list' object has no attribute 'get'
  2955. 2022-12-27 16:24:54.568 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_to_lor is taking over 10 seconds
  2956. 2022-12-27 16:27:31.843 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2957. 2022-12-27 16:27:31.849 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2958. 2022-12-27 16:27:31.853 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2959. 2022-12-27 16:27:31.857 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2960. 2022-12-27 16:29:11.897 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2961. 2022-12-27 16:29:11.901 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2962. 2022-12-27 16:29:11.905 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2963. 2022-12-27 16:29:11.910 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2964. 2022-12-27 16:29:44.228 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  2965. Traceback (most recent call last):
  2966.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  2967.    await self._async_refresh(log_failures=True, scheduled=True)
  2968.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  2969.    self.async_update_listeners()
  2970.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  2971.    update_callback()
  2972.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  2973.    self.async_write_ha_state()
  2974.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  2975.    self._async_write_ha_state()
  2976.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  2977.    state = self._stringify_state(available)
  2978.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  2979.    if (state := self.state) is None:
  2980.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  2981.    if (is_on := self.is_on) is None:
  2982.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  2983.    return self.entity_description.state_value(self.api)
  2984.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  2985.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  2986. AttributeError: 'list' object has no attribute 'get'
  2987. 2022-12-27 16:29:44.680 WARNING (SyncWorker_3) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2988. 2022-12-27 16:29:44.767 WARNING (SyncWorker_12) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  2989. 2022-12-27 16:29:54.490 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.dartford_bridge_north_bound is taking over 10 seconds
  2990. 2022-12-27 16:30:11.912 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2991. 2022-12-27 16:30:11.918 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2992. 2022-12-27 16:30:11.922 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2993. 2022-12-27 16:30:11.927 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  2994. 2022-12-27 16:31:40.160 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  2995. not a valid value for object value @ data['payload']. Got '0'
  2996. 2022-12-27 16:33:11.967 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2997. 2022-12-27 16:33:11.973 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2998. 2022-12-27 16:33:11.977 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  2999. 2022-12-27 16:33:11.981 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  3000. 2022-12-27 16:34:31.993 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3001. 2022-12-27 16:34:31.998 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3002. 2022-12-27 16:34:32.002 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3003. 2022-12-27 16:34:32.006 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  3004. 2022-12-27 16:34:44.228 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  3005. Traceback (most recent call last):
  3006.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  3007.    await self._async_refresh(log_failures=True, scheduled=True)
  3008.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  3009.    self.async_update_listeners()
  3010.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  3011.    update_callback()
  3012.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  3013.    self.async_write_ha_state()
  3014.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  3015.    self._async_write_ha_state()
  3016.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  3017.    state = self._stringify_state(available)
  3018.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  3019.    if (state := self.state) is None:
  3020.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  3021.    if (is_on := self.is_on) is None:
  3022.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  3023.    return self.entity_description.state_value(self.api)
  3024.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  3025.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  3026. AttributeError: 'list' object has no attribute 'get'
  3027. 2022-12-27 16:34:44.772 WARNING (SyncWorker_8) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  3028. 2022-12-27 16:34:54.480 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.dartford_bridge_north_bound is taking over 10 seconds
  3029. 2022-12-27 16:36:12.035 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3030. 2022-12-27 16:36:12.050 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3031. 2022-12-27 16:36:12.054 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3032. 2022-12-27 16:36:12.058 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  3033. 2022-12-27 16:37:12.079 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3034. 2022-12-27 16:37:12.095 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3035. 2022-12-27 16:37:12.099 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3036. 2022-12-27 16:37:12.103 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  3037. 2022-12-27 16:39:32.868 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3038. 2022-12-27 16:39:32.873 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3039. 2022-12-27 16:39:32.877 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3040. 2022-12-27 16:39:32.881 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  3041. 2022-12-27 16:39:44.265 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  3042. Traceback (most recent call last):
  3043.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  3044.    await self._async_refresh(log_failures=True, scheduled=True)
  3045.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  3046.    self.async_update_listeners()
  3047.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  3048.    update_callback()
  3049.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  3050.    self.async_write_ha_state()
  3051.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  3052.    self._async_write_ha_state()
  3053.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  3054.    state = self._stringify_state(available)
  3055.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  3056.    if (state := self.state) is None:
  3057.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  3058.    if (is_on := self.is_on) is None:
  3059.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  3060.    return self.entity_description.state_value(self.api)
  3061.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  3062.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  3063. AttributeError: 'list' object has no attribute 'get'
  3064. 2022-12-27 16:39:44.901 WARNING (SyncWorker_0) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  3065. 2022-12-27 16:39:44.921 WARNING (SyncWorker_7) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  3066. 2022-12-27 16:39:54.485 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.dartford_bridge_north_bound is taking over 10 seconds
  3067. 2022-12-27 16:39:54.584 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_to_lor is taking over 10 seconds
  3068. 2022-12-27 16:39:54.588 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.lor_to_home is taking over 10 seconds
  3069. 2022-12-27 16:40:52.710 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3070. 2022-12-27 16:40:52.717 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3071. 2022-12-27 16:40:52.721 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3072. 2022-12-27 16:40:52.725 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  3073. 2022-12-27 16:41:32.193 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3074. 2022-12-27 16:41:32.199 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3075. 2022-12-27 16:41:32.204 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3076. 2022-12-27 16:41:32.208 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  3077. 2022-12-27 16:44:44.242 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  3078. Traceback (most recent call last):
  3079.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  3080.    await self._async_refresh(log_failures=True, scheduled=True)
  3081.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  3082.    self.async_update_listeners()
  3083.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  3084.    update_callback()
  3085.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  3086.    self.async_write_ha_state()
  3087.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  3088.    self._async_write_ha_state()
  3089.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  3090.    state = self._stringify_state(available)
  3091.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  3092.    if (state := self.state) is None:
  3093.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  3094.    if (is_on := self.is_on) is None:
  3095.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  3096.    return self.entity_description.state_value(self.api)
  3097.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  3098.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  3099. AttributeError: 'list' object has no attribute 'get'
  3100. 2022-12-27 16:44:44.747 WARNING (SyncWorker_9) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  3101. 2022-12-27 16:44:54.487 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.dartford_bridge_north_bound is taking over 10 seconds
  3102. 2022-12-27 16:44:54.581 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_to_lor is taking over 10 seconds
  3103. 2022-12-27 16:44:54.602 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.lor_to_home is taking over 10 seconds
  3104. 2022-12-27 16:48:33.365 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3105. 2022-12-27 16:48:33.372 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3106. 2022-12-27 16:48:33.377 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3107. 2022-12-27 16:48:33.381 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  3108. 2022-12-27 16:49:33.478 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities switch.livingroom_tv or it is/they are currently not available
  3109. 2022-12-27 16:49:44.239 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  3110. Traceback (most recent call last):
  3111.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  3112.    await self._async_refresh(log_failures=True, scheduled=True)
  3113.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  3114.    self.async_update_listeners()
  3115.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  3116.    update_callback()
  3117.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  3118.    self.async_write_ha_state()
  3119.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  3120.    self._async_write_ha_state()
  3121.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  3122.    state = self._stringify_state(available)
  3123.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  3124.    if (state := self.state) is None:
  3125.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  3126.    if (is_on := self.is_on) is None:
  3127.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  3128.    return self.entity_description.state_value(self.api)
  3129.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  3130.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  3131. AttributeError: 'list' object has no attribute 'get'
  3132. 2022-12-27 16:49:44.811 WARNING (SyncWorker_1) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  3133. 2022-12-27 16:49:44.896 WARNING (SyncWorker_10) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  3134. 2022-12-27 16:49:54.638 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.lor_to_home is taking over 10 seconds
  3135. 2022-12-27 16:51:32.621 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3136. 2022-12-27 16:51:32.626 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3137. 2022-12-27 16:51:32.630 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3138. 2022-12-27 16:51:32.634 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  3139. 2022-12-27 16:51:40.257 WARNING (MainThread) [mysensors] Invalid <Message data="9;255;3;0;21;0">: Not valid message sub-type: 21 for object value @ data['sub_type']. Got 21
  3140. not a valid value for object value @ data['payload']. Got '0'
  3141. 2022-12-27 16:52:52.430 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3142. 2022-12-27 16:52:52.436 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3143. 2022-12-27 16:52:52.440 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3144. 2022-12-27 16:52:52.445 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  3145. 2022-12-27 16:54:33.368 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3146. 2022-12-27 16:54:33.373 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3147. 2022-12-27 16:54:33.377 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3148. 2022-12-27 16:54:33.381 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  3149. 2022-12-27 16:54:47.326 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  3150. Traceback (most recent call last):
  3151.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  3152.    await self._async_refresh(log_failures=True, scheduled=True)
  3153.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  3154.    self.async_update_listeners()
  3155.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  3156.    update_callback()
  3157.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  3158.    self.async_write_ha_state()
  3159.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  3160.    self._async_write_ha_state()
  3161.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  3162.    state = self._stringify_state(available)
  3163.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  3164.    if (state := self.state) is None:
  3165.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  3166.    if (is_on := self.is_on) is None:
  3167.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  3168.    return self.entity_description.state_value(self.api)
  3169.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  3170.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  3171. AttributeError: 'list' object has no attribute 'get'
  3172. 2022-12-27 16:54:47.366 WARNING (SyncWorker_7) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  3173. 2022-12-27 16:54:57.053 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.dartford_bridge_south_bound is taking over 10 seconds
  3174. 2022-12-27 16:54:57.060 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_to_lor is taking over 10 seconds
  3175. 2022-12-27 16:54:57.065 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.lor_to_home is taking over 10 seconds
  3176. 2022-12-27 16:57:12.546 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3177. 2022-12-27 16:57:12.552 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3178. 2022-12-27 16:57:12.557 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3179. 2022-12-27 16:57:12.561 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  3180. 2022-12-27 16:59:47.335 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  3181. Traceback (most recent call last):
  3182.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  3183.    await self._async_refresh(log_failures=True, scheduled=True)
  3184.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  3185.    self.async_update_listeners()
  3186.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  3187.    update_callback()
  3188.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  3189.    self.async_write_ha_state()
  3190.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  3191.    self._async_write_ha_state()
  3192.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  3193.    state = self._stringify_state(available)
  3194.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  3195.    if (state := self.state) is None:
  3196.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  3197.    if (is_on := self.is_on) is None:
  3198.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  3199.    return self.entity_description.state_value(self.api)
  3200.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  3201.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  3202. AttributeError: 'list' object has no attribute 'get'
  3203. 2022-12-27 16:59:47.350 WARNING (SyncWorker_9) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  3204. 2022-12-27 16:59:47.364 WARNING (SyncWorker_7) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  3205. 2022-12-27 16:59:52.976 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3206. 2022-12-27 16:59:52.980 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3207. 2022-12-27 16:59:52.987 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3208. 2022-12-27 16:59:52.997 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  3209. 2022-12-27 16:59:57.017 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_to_lor is taking over 10 seconds
  3210. 2022-12-27 17:03:13.466 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3211. 2022-12-27 17:03:13.471 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3212. 2022-12-27 17:03:13.474 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3213. 2022-12-27 17:03:13.480 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  3214. 2022-12-27 17:04:47.330 WARNING (SyncWorker_10) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  3215. 2022-12-27 17:04:47.339 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
  3216. Traceback (most recent call last):
  3217.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 168, in _handle_refresh_interval
  3218.    await self._async_refresh(log_failures=True, scheduled=True)
  3219.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 316, in _async_refresh
  3220.    self.async_update_listeners()
  3221.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 121, in async_update_listeners
  3222.    update_callback()
  3223.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/update_coordinator.py", line 381, in _handle_coordinator_update
  3224.    self.async_write_ha_state()
  3225.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 545, in async_write_ha_state
  3226.    self._async_write_ha_state()
  3227.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 583, in _async_write_ha_state
  3228.    state = self._stringify_state(available)
  3229.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/helpers/entity.py", line 551, in _stringify_state
  3230.    if (state := self.state) is None:
  3231.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/binary_sensor/__init__.py", line 211, in state
  3232.    if (is_on := self.is_on) is None:
  3233.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/binary_sensor.py", line 87, in is_on
  3234.    return self.entity_description.state_value(self.api)
  3235.  File "/home/homeassistant/.pyenv/versions/3.10.9/lib/python3.10/site-packages/homeassistant/components/pi_hole/const.py", line 164, in <lambda>
  3236.    state_value=lambda api: bool(api.data.get("status") == "enabled"),
  3237. AttributeError: 'list' object has no attribute 'get'
  3238. 2022-12-27 17:04:47.381 WARNING (SyncWorker_0) [homeassistant.components.waze_travel_time.sensor] Error on retrieving data: empty response
  3239. 2022-12-27 17:04:53.025 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3240. 2022-12-27 17:04:53.034 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3241. 2022-12-27 17:04:53.039 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3242. 2022-12-27 17:04:53.045 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  3243. 2022-12-27 17:04:57.041 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.home_to_lor is taking over 10 seconds
  3244. 2022-12-27 17:04:57.045 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.lor_to_home is taking over 10 seconds
  3245. 2022-12-27 17:06:53.170 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3246. 2022-12-27 17:06:53.401 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3247. 2022-12-27 17:06:53.407 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'on' when rendering '{{ value_json.on }}'
  3248. 2022-12-27 17:06:53.413 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'arrayStatus' when rendering '{{ value_json.arrayStatus }}'
  3249. 2022-12-27 17:07:30.113 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout: TimeoutError()
  3250. 2022-12-27 17:07:45.184 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout: TimeoutError()
  3251. 2022-12-27 17:08:00.241 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout: TimeoutError()
  3252. 2022-12-27 17:08:15.533 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout: TimeoutError()
  3253. 2022-12-27 17:08:47.835 ERROR (MainThread) [mysensors.gateway_tcp] No response from ('192.168.54.25', 5003). Disconnecting
  3254. 2022-12-27 17:09:49.163 WARNING (MainThread) [homeassistant.helpers.entity] Updating state for sensor.compensation_sensor_shelly_1pm_switch_0_voltage (<class 'homeassistant.components.compensation.sensor.CompensationSensor'>) took 3.222 seconds. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+compensation%22
  3255. 2022-12-27 17:09:49.251 WARNING (Thread-2 (_thread_main)) [homeassistant.components.mqtt.client] Disconnected from MQTT server 192.168.54.30:1883 (7)
  3256. root@DietPi:/mnt/dietpi_userdata/homeassistant#
  3257.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement