Description
Hoi, na de update naar de laatste versie krijg ik een foutmelding in de integratie:
ik krijg deze zowel met de standaard als de dev. versie van de add-on
Logger: homeassistant.config_entries
Source: config_entries.py:444
First occurred: 13:02:22 (3 occurrences)
Last logged: 13:12:55
Error setting up entry BACnet Interface for bacnet_interface
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 444, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/bacnet_interface/init.py", line 43, in async_setup_entry
coordinator = EcoPanelDataUpdateCoordinator(hass, entry=entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/bacnet_interface/coordinator.py", line 33, in init
port=entry.data[CONF_PORT],
~~~~~~~~~~^^^^^^^^^^^
KeyError: 'port'