mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Expose last_video_id as property for Ring camera (#25553)
This commit is contained in:
parent
7e6d47d64a
commit
65a29e3371
@ -104,6 +104,7 @@ class RingCam(Camera):
|
||||
'timezone': self._camera.timezone,
|
||||
'type': self._camera.family,
|
||||
'video_url': self._video_url,
|
||||
'last_video_id': self._last_video_id,
|
||||
}
|
||||
|
||||
async def async_camera_image(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user