mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Remove unneeded name property from Logi Circle (#99604)
This commit is contained in:
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."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user