Fix tracker device not exti

This commit is contained in:
2022-03-04 19:46:09 +01:00
parent e9da051fc1
commit 0ee5a9ad12

View File

@@ -84,7 +84,7 @@ class GeoRideBeaconBinarySensorEntity(CoordinatorEntity, BinarySensorEntity):
@property
def device_info(self):
"""Return the device info."""
return self._tracker_device.device_info
return self._tracker_device_beacon.device_info
class GeoRideStolenBinarySensorEntity(GeoRideBinarySensorEntity):
"""Represent a tracked device."""