From bbf4bd3d00bb9968ba2683d494e0016c07bd71b6 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sun, 5 Jun 2022 22:19:49 +0200 Subject: [PATCH] Disable cameras --- configuration/configuration.yaml | 42 ++++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/configuration/configuration.yaml b/configuration/configuration.yaml index 694e5ea..51a0426 100644 --- a/configuration/configuration.yaml +++ b/configuration/configuration.yaml @@ -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