mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update Vivotek integration (#10899)
Make stream path optionally configurable.
This commit is contained in:
parent
3615cebb5d
commit
a67e08d9f1
@ -58,6 +58,11 @@ framerate:
|
||||
required: false
|
||||
default: 2
|
||||
type: integer
|
||||
stream_path:
|
||||
description: This parameter allows you to override the stream path.
|
||||
required: false
|
||||
default: live.sdp
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
### Advanced configuration
|
||||
@ -73,6 +78,7 @@ camera:
|
||||
password: !secret fd_camera_pwd
|
||||
verify_ssl: false
|
||||
framerate: 5
|
||||
stream_path: live2.sdp
|
||||
```
|
||||
|
||||
### Services
|
||||
|
Loading…
x
Reference in New Issue
Block a user