mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Update Ring camera component configuration variable (#6734)
This commit is contained in:
parent
94b4ab3707
commit
0e987955a8
@ -25,10 +25,17 @@ camera:
|
|||||||
- platform: ring
|
- platform: ring
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
ffmpeg_arguments:
|
||||||
- **ffmpeg_arguments**: (*Optional*): Extra options to pass to ffmpeg, e.g., image quality or video filter options.
|
description: Extra options to pass to ffmpeg, e.g., image quality or video filter options.
|
||||||
- **scan_interval**: (*Optional*): How frequently to query for new video. Defaults to 90 seconds.
|
required: false
|
||||||
|
type: string
|
||||||
|
scan_interval:
|
||||||
|
description: How frequently to query for new video in seconds.
|
||||||
|
required: false
|
||||||
|
default: 90
|
||||||
|
type: integer
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
**Note:** To be able to playback the last capture, it is required to install the `ffmpeg` component. Make sure to follow the steps mentioned at [FFMPEG](/components/ffmpeg/) documentation.
|
**Note:** To be able to playback the last capture, it is required to install the `ffmpeg` component. Make sure to follow the steps mentioned at [FFMPEG](/components/ffmpeg/) documentation.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user