mirror of
https://github.com/home-assistant/core.git
synced 2025-08-27 00:11:33 +02:00
Remove unneeded name property from Logi Circle (#99604)
This commit is contained in:
committed by
Bram Kragten
parent
30c6565205
commit
89e280e136
@@ -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."""
|
||||||
|
Reference in New Issue
Block a user