Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error setting up addon #110

Open
KevinM23 opened this issue Jan 19, 2025 · 0 comments
Open

Error setting up addon #110

KevinM23 opened this issue Jan 19, 2025 · 0 comments

Comments

@KevinM23
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant