Open sveinse opened 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
api/installation/{id}/messagingConnectionDetails
/api/userGroups/{id}/messagingConnectionDetails
https://github.com/custom-components/zaptec/blob/1e42c375cdcfe2c45666cb6d4df795c7ef4070c4/custom_components/zaptec/api.py#L269-L271
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