Skip to content

Commit

Permalink
TimeStamp correction
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesvs committed Dec 9, 2023
1 parent 54ff931 commit e57a6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/librelink/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def native_value(self):
datetime.now()
- datetime.strptime(
self.coordinator.data["data"][0]["glucoseMeasurement"][
"FactoryTimestamp"
"Timestamp"
],
"%m/%d/%Y %I:%M:%S %p",
)
Expand Down

0 comments on commit e57a6da

Please sign in to comment.