Compare commits

...

3 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -306,7 +306,7 @@ class GeoRideContext:
"tracker_device": Device(tracker),
"coordinator": coordinator
}
if tracker.version > 2:
if tracker.has_beacon:
tracker_beacons = await self.get_tracker_beacons_by_tracker_id(tracker.tracker_id)
for tracker_beacon in tracker_beacons:
beacon_coordinator = DataUpdateCoordinator[Mapping[str, Any]](

View File

@@ -6,7 +6,7 @@
"issue_tracker": "https://github.com/ptimatth/GeorideHA/issues",
"iot_class": "cloud_polling",
"requirements": [
"georideapilib>=0.9.3",
"georideapilib>=0.9.6",
"pyjwt>=2.2.0"
],
"dependencies": [],