Compare commits
4 Commits
1.0.0-snap
...
ad77edd103
| Author | SHA1 | Date | |
|---|---|---|---|
| ad77edd103 | |||
| be29b2d9bf | |||
| aa6cf7b515 | |||
| fa0f67e6ec |
@@ -4,6 +4,7 @@
|
|||||||
⚠️ This is not an official implementation
|
⚠️ This is not an official implementation
|
||||||
[](https://github.com/custom-components/hacs)
|
[](https://github.com/custom-components/hacs)
|
||||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
|
[](https://analytics.home-assistant.io/)
|
||||||
|
|
||||||
Official GeoRide website: https://georide.fr/
|
Official GeoRide website: https://georide.fr/
|
||||||
|
|
||||||
|
|||||||
@@ -306,7 +306,7 @@ class GeoRideContext:
|
|||||||
"tracker_device": Device(tracker),
|
"tracker_device": Device(tracker),
|
||||||
"coordinator": coordinator
|
"coordinator": coordinator
|
||||||
}
|
}
|
||||||
if tracker.version > 2:
|
if tracker.has_beacon:
|
||||||
tracker_beacons = await self.get_tracker_beacons_by_tracker_id(tracker.tracker_id)
|
tracker_beacons = await self.get_tracker_beacons_by_tracker_id(tracker.tracker_id)
|
||||||
for tracker_beacon in tracker_beacons:
|
for tracker_beacon in tracker_beacons:
|
||||||
beacon_coordinator = DataUpdateCoordinator[Mapping[str, Any]](
|
beacon_coordinator = DataUpdateCoordinator[Mapping[str, Any]](
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
"issue_tracker": "https://github.com/ptimatth/GeorideHA/issues",
|
"issue_tracker": "https://github.com/ptimatth/GeorideHA/issues",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"georideapilib>=0.9.3",
|
"georideapilib>=1.0.0",
|
||||||
"pyjwt>=2.2.0"
|
"pyjwt>=2.2.0"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": ["ptimatth"],
|
"codeowners": ["ptimatth"],
|
||||||
"version": "1.0.0"
|
"version": "1.1.0"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user