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
When trying to setup the addon I am able to successfully login to my Eufy account and the vacuum robot is found. The correct IP address is shown in the configuration menu (auto-discovered), however, the entities and device do not seem to properly load up:
_Logger: homeassistant.components.vacuum
Source: helpers/entity_platform.py:366
integration: Vacuum (documentation, issues)
First occurred: 10:16:13 PM (3 occurrences)
Last logged: 10:16:32 PM
Error while setting up robovac platform for vacuum
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 366, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/robovac/vacuum.py", line 99, in async_setup_entry
entity = RoboVacEntity(item)
File "/config/custom_components/robovac/vacuum.py", line 267, in init
self.attr_supported_features = self.vacuum.getHomeAssistantFeatures()
^^^^^^^^^^^
AttributeError: 'RoboVacEntity' object has no attribute 'vacuum'
Can someone tell me what I'm doing wrong?
The text was updated successfully, but these errors were encountered:
Hello,
When trying to setup the addon I am able to successfully login to my Eufy account and the vacuum robot is found. The correct IP address is shown in the configuration menu (auto-discovered), however, the entities and device do not seem to properly load up:
_Logger: homeassistant.components.vacuum
Source: helpers/entity_platform.py:366
integration: Vacuum (documentation, issues)
First occurred: 10:16:13 PM (3 occurrences)
Last logged: 10:16:32 PM
Error while setting up robovac platform for vacuum
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 366, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/robovac/vacuum.py", line 99, in async_setup_entry
entity = RoboVacEntity(item)
File "/config/custom_components/robovac/vacuum.py", line 267, in init
self.attr_supported_features = self.vacuum.getHomeAssistantFeatures()
^^^^^^^^^^^
AttributeError: 'RoboVacEntity' object has no attribute 'vacuum'
Can someone tell me what I'm doing wrong?
The text was updated successfully, but these errors were encountered: