Remove unneeded name property from Logi Circle (#99604)

This commit is contained in:
Joost Lekkerkerker
2023-09-04 15:29:30 +02:00
committed by GitHub
parent c225ee89d6
commit 799d0e591c

View File

@@ -122,11 +122,6 @@ class LogiCam(Camera):
"""Return a unique ID.""" """Return a unique ID."""
return self._id return self._id
@property
def name(self):
"""Return the name of this camera."""
return self._name
@property @property
def device_info(self) -> DeviceInfo: def device_info(self) -> DeviceInfo:
"""Return information about the device.""" """Return information about the device."""