nitobuendia / oura-custom-component

Oura Custom Component for Home-Assistant. Adds Oura Ring sleep information.
106 stars 25 forks source link

[TODO] Add support for next_token #23

Open nitobuendia opened 1 year ago

nitobuendia commented 1 year ago

Current v2 sensor does not support next_token data retrieval. The consequence of this is that for large data volumes, some data may be lost as it was not retrieved in the next page. The get_our_data method should take care of pagination of results and merging them into one single output.