Expose last_video_id as property for Ring camera (#25553)
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…
Reference in New Issue