Problem z integracją ais supla (przestała działać)

od aktualizacji home assistant do wersji 2022.3/4 zauważyłem problem z waszą integracją supli gdyż sytuacja znów się powtarza ze z poziomu bramki nie mogę włączać/wyłączać urządzeń


a takie coś mam w logach

Logger: homeassistant.components.sensor
Source: components/ais_supla_mqtt/sensor.py:54
Integration: Sensor (documentation, issues)
First occurred: 21 kwietnia 2022, 22:28:48 (2 occurrences)
Last logged: 21 kwietnia 2022, 22:28:49

Error adding entities for domain sensor with platform ais_supla_mqtt
Error while setting up ais_supla_mqtt platform for sensor
Traceback (most recent call last):
  File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities
    await asyncio.gather(*tasks)
  File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/helpers/entity_platform.py", line 614, in _async_add_entity
    await entity.add_to_platform_finish()
  File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/helpers/entity.py", line 798, in add_to_platform_finish
    await self.async_added_to_hass()
  File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/ais_supla_mqtt/sensor.py", line 49, in async_added_to_hass
    await self._subscribe_topics()
  File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/ais_supla_mqtt/sensor.py", line 54, in _subscribe_topics
    self._sub_state = await hass_mqtt.subscription.async_subscribe_topics(
TypeError: async_subscribe_topics() takes 2 positional arguments but 3 were given
Logger: homeassistant.config_entries
Source: components/ais_supla_mqtt/sensor.py:83
First occurred: 21 kwietnia 2022, 22:30:49 (1 occurrences)
Last logged: 21 kwietnia 2022, 22:30:49

Error unloading entry SUPLA MQTT BRIDGE for sensor
Traceback (most recent call last):
  File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/config_entries.py", line 474, in async_unload
    result = await component.async_unload_entry(hass, self)
  File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/sensor/__init__.py", line 243, in async_unload_entry
    return await component.async_unload_entry(entry)
  File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/helpers/entity_component.py", line 174, in async_unload_entry
    await platform.async_reset()
  File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/helpers/entity_platform.py", line 628, in async_reset
    await asyncio.gather(*tasks)
  File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/helpers/entity.py", line 823, in async_remove
    await self.async_will_remove_from_hass()
  File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/ais_supla_mqtt/sensor.py", line 83, in async_will_remove_from_hass
    self._sub_state = await hass_mqtt.subscription.async_unsubscribe_topics(
TypeError: object dict can't be used in 'await' expression