jaroschek / home-assistant-myuplink

Custom Home Assistant integration for devices and sensors in myUplink account.
39 stars 8 forks source link

Add support for up to 99 systems #71

Closed jaroschek closed 5 months ago

jaroschek commented 5 months ago

As the myUplink API has a paging for the initial request of /v2/systems/me, there was a default limit of 10 systems. Although additional requests with usage of the available paging parameters would also be an option, the increase to the actual limit 99 was chosen.

This should also enhance the support for multiple systems https://github.com/jaroschek/home-assistant-myuplink/issues/44