1
0

Disable cameras

This commit is contained in:
Przemek Grondek 2022-06-05 22:19:49 +02:00
parent f29ed4325d
commit bbf4bd3d00

View File

@ -178,27 +178,27 @@ ios:
color: "#ffffff"
camera:
- platform: generic
name: '3D Printer Camera'
still_image_url: https://192.168.110.11:8554/currentpic.cgi
stream_source: rtsp://192.168.110.11:8554/unicast
rtsp_transport: udp
verify_ssl: false
scan_interval: 5
- platform: generic
name: 'Kitchen Direct'
still_image_url: https://root:root@192.168.110.12/cgi-bin/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
# - platform: generic
# name: '3D Printer Camera'
# still_image_url: https://192.168.110.11:8554/currentpic.cgi
# stream_source: rtsp://192.168.110.11:8554/unicast
# rtsp_transport: udp
# verify_ssl: false
# scan_interval: 5
# - platform: generic
# name: 'Kitchen Direct'
# still_image_url: https://root:root@192.168.110.12/cgi-bin/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