mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Expose last_video_id as property for Ring camera (#25553)
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user