Fix overridden state methods - camera (#60352)
This commit is contained in:
parent
f292691b7b
commit
b724672dd8
2 changed files with 5 additions and 21 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue