1
0

Add configuration for direct camera

This commit is contained in:
Przemek Grondek 2021-11-25 00:13:10 +01:00
parent 295bcf3382
commit 49c35078e3

View File

@ -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