diff --git a/custom_components/georide/binary_sensor.py b/custom_components/georide/binary_sensor.py index 148ae66..5e1b806 100644 --- a/custom_components/georide/binary_sensor.py +++ b/custom_components/georide/binary_sensor.py @@ -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."""