You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My ISY is actually an ISY99i Pro which was updated to look like an ISY994i and is running the highest firmware available for it ( v3.3.10)
Looks like there was a change to this config code in 3.1.13 may have broken pyisy on my setup.
Error setting up entry My Lighting (172.16.0.246) for isy994
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 635, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/isy994/__init__.py", line 105, in async_setup_entry
await isy.initialize()
File "/usr/local/lib/python3.12/site-packages/pyisy/isy.py", line 138, in initialize
if self.configuration[CONFIG_NETWORKING] or self.configuration[CONFIG_PORTAL]:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
KeyError: 'Portal Integration - UDI
The text was updated successfully, but these errors were encountered:
PyISY/pyisy/isy.py
Line 138 in 27c0829
My ISY is actually an ISY99i Pro which was updated to look like an ISY994i and is running the highest firmware available for it ( v3.3.10)
Looks like there was a change to this config code in 3.1.13 may have broken pyisy on my setup.
The text was updated successfully, but these errors were encountered: