I get this yuck in my logs every time I restart HA. But I don’t have and have never had the dlna integration installed. Anyone know why I’m getting this and how to get rid of it?
Logger: homeassistant
Source: components/dlna_dmr/config_flow.py:145
First occurred: 8:48:35 PM (1 occurrences)
Last logged: 8:48:35 PMError doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 847, in async_init
flow, result = await task
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 875, in _async_init
result = await self._async_handle_step(flow, flow.init_step, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/data_entry_flow.py”, line 392, in _async_handle_step
result: FlowResult = await getattr(flow, method)(user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/dlna_dmr/config_flow.py”, line 145, in async_step_ssdp
if self._location == entry.data[CONF_URL]:
~~~~~~~~~~^^^^^^^^^^
KeyError: ‘url’