Platform rachio does not generate unique IDs

The Rachio platform does work. But I always get the errors in the logfile that the platform doen’t generate unique ID’s

How to solve?

Solved.

I found out that I still hat the old config for binary_sensor and switch.
I removed them now no more errors in the logfile.

@conradh - I have the same issue, what do you mean the “old config?” and what is the new one? I have it configured the same way as it is in the documentation, which is:

rachio:
  api_key: YOUR_API_KEY 

and in the groups section something like this:

irrigation:
  name: Irrigation
  icon: mdi:water-pump
  entities:
  - group.zones_front
  - group.zones_back
  - switch.side_yard

Thank you!

Sorry, my bad, I see what you mean.

What exactly did you do to remove those errors? I even tried to remove the entities directly from the registry and restarted. It looks like the components continues to recreate entities every time and the errors are still thrown…