jeremywillans / ha-rest980-roomba

HA iRobot Roomba Configuration using rest980
MIT License
206 stars 42 forks source link

There seems to be errors for this integration with HA 2024.6+ #69

Open SeeThisIsMe opened 2 months ago

SeeThisIsMe commented 2 months ago

I recently upgraded HA from 2024.5.5 to 2024.6.1 and since then I see the following error:

image

This is also listed as a repair under the HA settings:

image

And it is related to this, from the release announcement:

https://developers.home-assistant.io/blog/2024/05/03/notify-title/

And the only things that seem to be generating this error on my system are these 2 items visible under the integrations window, which are files that are part of this integration:

image

Any idea what needs to be done to fix this?

Thanks!

jeremywillans commented 2 months ago

If you are still using a robot that supports mapping - then you need to add the folloiwing (according to the forum response)

homeassistant:
  allowlist_external_dirs:
    - "/config/vacuum"

otherwise you can delete references to the vacuum file as it no longer works for majority of robots.

lmk if this does not work!