You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #88
Change the reservoir amount to use `rawdata["reservoirRemainingUnits"]` instead of `rawdata["activeInsulin"]["amount"]`.
* Modify `custom_components/carelink/nightscout_uploader.py` to update the `reservoir` parameter.
* Update the `__getDeviceStatus` method to reflect this change.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/yo-han/Home-Assistant-Carelink/issues/88?shareId=XXXX-XXXX-XXXX-XXXX).
id like to changr rge nightscout reservoir remain, to the reservoir amount and not the IOB
i assume its this line of code
reservoir=rawdata["activeInsulin"]["amount"],
what should it be changed to?
The text was updated successfully, but these errors were encountered: