mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Convert configs to new format for camera.yi (#6706)
* Convert configs to new format for camera.yi * Minor changes
This commit is contained in:
parent
968403251a
commit
af1ba2aa7e
@ -67,12 +67,34 @@ camera:
|
|||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **name** (*Required*): A human-friendly name for the camera.
|
{% configuration %}
|
||||||
- **host** (*Required*): The IP address or hostname of the camera.
|
name:
|
||||||
- **password** (*Required*): The password to the FTP server on the camera (from above).
|
description: A human-friendly name for the camera.
|
||||||
- **path** (*Optional*): The path to the raw MP4 files. Defaults to `/tmp/sd/record`.
|
required: true
|
||||||
- **username** (*Optional*): The user that can access the FTP server. Defaults to `root`.
|
type: string
|
||||||
- **ffmpeg_arguments** (*Optional*): Extra options to pass to `ffmpeg` (e.g., image quality or video filter options).
|
host:
|
||||||
|
description: The IP address or hostname of the camera.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
password:
|
||||||
|
description: The password for the FTP server running on the camera. Can be any string as the current firmware doesn't allow setting FTP passwords.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
path:
|
||||||
|
description: The path to the raw MP4 files.
|
||||||
|
required: false
|
||||||
|
default: /media/mmcblk0p1/record
|
||||||
|
type: string
|
||||||
|
username:
|
||||||
|
description: The user that can access the FTP server.
|
||||||
|
required: false
|
||||||
|
default: root
|
||||||
|
type: string
|
||||||
|
ffmpeg_arguments:
|
||||||
|
description: Extra options to pass to `ffmpeg` (e.g., image quality or video filter options).
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Image quality %}
|
## {% linkable_title Image quality %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user