I’m using the built-in Aladdin Connect integration. It used to work, but is now getting error messages on startup. I tried removing and re-adding it with different credentials, but still doesn’t work. A typical set of log entries is:
2021-08-15 12:06:25 ERROR (MainThread) [homeassistant.components.cover] Error adding entities for domain cover with platform aladdin_connect
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 587, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 711, in add_to_platform_finish
self.async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 464, in async_write_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 498, in _async_write_ha_state
state = self._stringify_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 470, in _stringify_state
state = self.state
File "/usr/src/homeassistant/homeassistant/components/cover/__init__.py", line 215, in state
closed = self.is_closed
File "/usr/src/homeassistant/homeassistant/components/cover/__init__.py", line 272, in is_closed
return self._attr_is_closed
AttributeError: 'AladdinDevice' object has no attribute '_attr_is_closed'
2021-08-15 12:06:25 ERROR (MainThread) [homeassistant.components.cover] Error while setting up aladdin_connect platform for cover
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 257, in _async_setup_platform
await asyncio.gather(*pending)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 587, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 711, in add_to_platform_finish
self.async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 464, in async_write_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 498, in _async_write_ha_state
state = self._stringify_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 470, in _stringify_state
state = self.state
File "/usr/src/homeassistant/homeassistant/components/cover/__init__.py", line 215, in state
closed = self.is_closed
File "/usr/src/homeassistant/homeassistant/components/cover/__init__.py", line 272, in is_closed
return self._attr_is_closed
AttributeError: 'AladdinDevice' object has no attribute '_attr_is_closed'
Any thoughts? Can anyone else using the Aladdin Connect integration confirm that it’s still working for them? It’s creating two entities (one for each door), but they’re not active and can’t be used.