mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 22:40:44 +00:00
Fix overridden state methods - camera (#60352)
This commit is contained in:
@@ -18,11 +18,6 @@ class HomeKitCamera(AccessoryEntity, Camera):
|
||||
"""Define the homekit characteristics the entity is tracking."""
|
||||
return []
|
||||
|
||||
@property
|
||||
def state(self):
|
||||
"""Return the current state of the camera."""
|
||||
return "idle"
|
||||
|
||||
async def async_camera_image(
|
||||
self, width: int | None = None, height: int | None = None
|
||||
) -> bytes | None:
|
||||
|
||||
Reference in New Issue
Block a user