Integration not loading anymore:
Error while setting up intesishome platform for climate: unsupported operand type(s) for &: ‘NoneType’ and ‘int’
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 455, in _async_setup_platform
await asyncio.shield(awaitable)
File “/usr/src/homeassistant/homeassistant/components/intesishome/climate.py”, line 131, in async_setup_platform
IntesisAC(ih_device_id, device, controller)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/intesishome/climate.py”, line 200, in init
if modes := controller.get_mode_list(ih_device_id):
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File “/usr/local/lib/python3.14/site-packages/pyintesishome/pyintesishome.py”, line 234, in get_mode_list
if mode_map & mode_bit:
~~^
TypeError: unsupported operand type(s) for &: ‘NoneType’ and ‘int’