Compare commits
2 Commits
0.9.0-snap
...
0.9.0-snap
| Author | SHA1 | Date | |
|---|---|---|---|
| 6eebbebdfa | |||
| cb5f069aff |
@@ -467,7 +467,7 @@ class GeoRideContext:
|
|||||||
"""on position callback"""
|
"""on position callback"""
|
||||||
_LOGGER.info("On position received")
|
_LOGGER.info("On position received")
|
||||||
for coordoned_tracker in self._georide_trackers_coordoned:
|
for coordoned_tracker in self._georide_trackers_coordoned:
|
||||||
tracker_device = coordoned_tracker['tracker_device'].tracker
|
tracker_device = coordoned_tracker['tracker_device']
|
||||||
tracker = tracker_device.tracker
|
tracker = tracker_device.tracker
|
||||||
coordinator = coordoned_tracker['coordinator']
|
coordinator = coordoned_tracker['coordinator']
|
||||||
if tracker.tracker_id == data['trackerId']:
|
if tracker.tracker_id == data['trackerId']:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"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.8.2",
|
"georideapilib>=0.8.3",
|
||||||
"pyjwt==2.1.0"
|
"pyjwt==2.1.0"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user