Logger: homeassistant.components.logbook.processor
Source: components/logbook/processor.py:259
integration: Logbook (documentation, issues)
First occurred: 10:57:50 AM (1 occurrence)
Last logged: 10:57:50 AM
Error with zha describe event for zha_event
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/logbook/processor.py", line 259, in _humanify
data = describe_event(event_cache_get(row))
File "/usr/src/homeassistant/homeassistant/components/zha/logbook.py", line 44, in async_describe_zha_event
zha_device = async_get_zha_device_proxy(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
hass, event.data[ATTR_DEVICE_ID]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
).device
^
File "/usr/src/homeassistant/homeassistant/components/zha/helpers.py", line 1097, in async_get_zha_device_proxy
zha_gateway_proxy = get_zha_gateway_proxy(hass)
File "/usr/src/homeassistant/homeassistant/components/zha/helpers.py", line 1076, in get_zha_gateway_proxy
raise ValueError("No gateway object exists")
ValueError: No gateway object exists