Remove unneeded name property from Logi Circle (#99604)

pull/99741/head
Joost Lekkerkerker 2023-09-04 15:29:30 +02:00 committed by Bram Kragten
parent 30c6565205
commit 89e280e136
1 changed files with 0 additions and 5 deletions

View File

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