mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Clarity edit for timelapse and file path (#4744)
* Clarity edit for timelapse and file path Existing wording for timelapse implies that a value of 1000 results in pictures being taken every millisecond, so the value is in microseconds. Added link for the whitelist to make it easier to find the relevant config section. * Shorter URL
This commit is contained in:
parent
ac17ed9e2c
commit
50f693badf
@ -61,7 +61,7 @@ vertical_flip:
|
||||
default: 0
|
||||
type: int
|
||||
timelapse:
|
||||
description: Takes a picture every millisecond.
|
||||
description: Takes a picture every this many milliseconds (thousands of a second) - the default means one picture a second.
|
||||
required: false
|
||||
default: 1000
|
||||
type: int
|
||||
@ -72,5 +72,5 @@ file_path:
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
The given **file_path** must be an existing file because the camera platform setup performs a writeable check on it. Also, keep in mind that the path should be whitelisted.
|
||||
The given **file_path** must be an existing file because the camera platform setup performs a writeable check on it. Also, keep in mind that the path should be [whitelisted](/docs/configuration/basic/).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user