You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/camera.ring.markdown
+19-14
Original file line number
Diff line number
Diff line change
@@ -32,19 +32,30 @@ Configuration variables:
32
32
33
33
Currently it supports doorbell and stickup cameras.
34
34
35
+
## {% linkable_title Saving the videos captured by your Ring Door Bell %}
35
36
36
-
## {% linkable_title Saving locally the videos captured by your Ring Door Bell %}
37
+
You can save locally the latest video captured by your Ring Door Bell using the [downloader](/components/downloader) along with either an [automation](/components/automation) or [python_script](/components/python_script). First, enable the [downloader](/components/downloader) component in your configuration by adding the following to your `configuration.yaml`.
37
38
38
-
You can save locally the latest video captured by your Ring Door Bell by enabling the [downloader](/components/downloader) and the [python_scripts](/components/python_script) components.
39
+
```yaml
40
+
downloader:
41
+
download_dir: downloads
42
+
```
43
+
Then you can use the following `action` in your automation (this will save the video file under `<config>/downloads/ring_<camera_name>/`):
39
44
40
-
- Add to the `configuration.yaml` the `downloader` and `python_scripts`. Visit the component page for further details.
0 commit comments