Add configuration for direct camera
This commit is contained in:
parent
295bcf3382
commit
49c35078e3
@ -146,6 +146,20 @@ camera:
|
||||
rtsp_transport: udp
|
||||
verify_ssl: false
|
||||
scan_interval: 5
|
||||
- platform: generic
|
||||
name: 'Kitchen Direct'
|
||||
still_image_url: https://192.168.110.12:8554/currentpic.cgi
|
||||
stream_source: rtsp://192.168.110.12:8554/unicast
|
||||
rtsp_transport: udp
|
||||
verify_ssl: false
|
||||
scan_interval: 5
|
||||
- platform: generic
|
||||
name: 'Hallway Direct'
|
||||
still_image_url: https://192.168.110.13:8554/currentpic.cgi
|
||||
stream_source: rtsp://192.168.110.13:8554/unicast
|
||||
rtsp_transport: udp
|
||||
verify_ssl: false
|
||||
scan_interval: 5
|
||||
|
||||
influxdb:
|
||||
host: 192.168.50.100
|
||||
|
Loading…
Reference in New Issue
Block a user