CodeFoodPixels / robovac

Add a Eufy RoboVac easily to Home Assistant
Other
143 stars 32 forks source link

Device not added "got an unexpected keyword argument 'access_token'" #9

Closed olerap closed 1 year ago

olerap commented 1 year ago

When trying to set the IP address for my RoboVac, I see this error in the Home Assistant Log:

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 510, in async_add_entities await asyncio.gather(*tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 619, in _async_add_entity device = dev_reg.async_get(self.hass).async_get_or_create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: DeviceRegistry.async_get_or_create() got an unexpected keyword argument 'access_token'

The RoboVac doesn't appear in the configuration and thus the setup doesn't work. Any clues?

CodeFoodPixels commented 1 year ago

Are you sure you're using this version of the robovac integration and not bmccluskey/robovac?

That sounds like an error that I fixed when I forked this repo

olerap commented 1 year ago

This issue has since been resolved, it suddenly appeared in the integration overnight. Thank you for your work!