custom-components / zaptec

zaptec charger custom component for home assistant
MIT License
66 stars 20 forks source link

Using deprecated API calls #125

Open sveinse opened 1 month ago

sveinse commented 1 month ago

According to Zaptec API Documentation the request to api/installation/{id}/messagingConnectionDetails is deprecated and should be changed to /api/userGroups/{id}/messagingConnectionDetails

https://github.com/custom-components/zaptec/blob/1e42c375cdcfe2c45666cb6d4df795c7ef4070c4/custom_components/zaptec/api.py#L269-L271