Disable cameras
This commit is contained in:
parent
f29ed4325d
commit
bbf4bd3d00
@ -178,27 +178,27 @@ ios:
|
|||||||
color: "#ffffff"
|
color: "#ffffff"
|
||||||
|
|
||||||
camera:
|
camera:
|
||||||
- platform: generic
|
# - platform: generic
|
||||||
name: '3D Printer Camera'
|
# name: '3D Printer Camera'
|
||||||
still_image_url: https://192.168.110.11:8554/currentpic.cgi
|
# still_image_url: https://192.168.110.11:8554/currentpic.cgi
|
||||||
stream_source: rtsp://192.168.110.11:8554/unicast
|
# stream_source: rtsp://192.168.110.11:8554/unicast
|
||||||
rtsp_transport: udp
|
# rtsp_transport: udp
|
||||||
verify_ssl: false
|
# verify_ssl: false
|
||||||
scan_interval: 5
|
# scan_interval: 5
|
||||||
- platform: generic
|
# - platform: generic
|
||||||
name: 'Kitchen Direct'
|
# name: 'Kitchen Direct'
|
||||||
still_image_url: https://root:root@192.168.110.12/cgi-bin/currentpic.cgi
|
# still_image_url: https://root:root@192.168.110.12/cgi-bin/currentpic.cgi
|
||||||
stream_source: rtsp://192.168.110.12:8554/unicast
|
# stream_source: rtsp://192.168.110.12:8554/unicast
|
||||||
rtsp_transport: udp
|
# rtsp_transport: udp
|
||||||
verify_ssl: false
|
# verify_ssl: false
|
||||||
scan_interval: 5
|
# scan_interval: 5
|
||||||
- platform: generic
|
# - platform: generic
|
||||||
name: 'Hallway Direct'
|
# name: 'Hallway Direct'
|
||||||
still_image_url: https://192.168.110.13:8554/currentpic.cgi
|
# still_image_url: https://192.168.110.13:8554/currentpic.cgi
|
||||||
stream_source: rtsp://192.168.110.13:8554/unicast
|
# stream_source: rtsp://192.168.110.13:8554/unicast
|
||||||
rtsp_transport: udp
|
# rtsp_transport: udp
|
||||||
verify_ssl: false
|
# verify_ssl: false
|
||||||
scan_interval: 5
|
# scan_interval: 5
|
||||||
|
|
||||||
influxdb:
|
influxdb:
|
||||||
host: 192.168.50.100
|
host: 192.168.50.100
|
||||||
|
Loading…
Reference in New Issue
Block a user