Anyone else getting that?
Logger: homeassistant.config_entries
Source: helpers/network.py:124
First occurred: 1:58:02 PM (1 occurrences)
Last logged: 1:58:02 PM
Error setting up entry Konnected Alarm Panel for konnected
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 248, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File “/usr/src/homeassistant/homeassistant/components/konnected/init.py”, line 262, in async_setup_entry
await client.async_connect()
File “/usr/src/homeassistant/homeassistant/components/konnected/panel.py”, line 132, in async_connect
await self.async_sync_device_config()
File “/usr/src/homeassistant/homeassistant/components/konnected/panel.py”, line 373, in async_sync_device_config
self.async_desired_settings_payload(),
File “/usr/src/homeassistant/homeassistant/components/konnected/panel.py”, line 332, in async_desired_settings_payload
self.hass.data[DOMAIN].get(CONF_API_HOST) or get_url(self.hass)
File “/usr/src/homeassistant/homeassistant/helpers/network.py”, line 84, in get_url
request_host = _get_request_host()
File “/usr/src/homeassistant/homeassistant/helpers/network.py”, line 124, in _get_request_host
raise NoURLAvailableError
homeassistant.helpers.network.NoURLAvailableError