Compare commits
3 Commits
1.0.0-snap
...
v1.0.1-sna
| Author | SHA1 | Date | |
|---|---|---|---|
| be29b2d9bf | |||
| aa6cf7b515 | |||
| fa0f67e6ec |
@@ -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]](
|
||||
|
||||
@@ -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": [],
|
||||
|
||||
Reference in New Issue
Block a user