-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I've stumbled upon your Home Assistant integration for Pet Series, and consequently this library, and wanted to provide some feedback.
Consider updating this library to use the new Homes API (/api/homes) instead of the old one that was used by early releases of Pet Series app and could be removed soon (which would break users of your HA integration):
petsseries/petsseries/config.py
Line 21 in 0901a7f
| homes_url: str = base_url + "/api/v1/home-management/available-homes" |
The new API has a bit different response structure, but it shouldn't be too hard to adapt to it as it's more aligned with the rest of the APIs that this library is already using.
Metadata
Metadata
Assignees
Labels
No labels