-
Notifications
You must be signed in to change notification settings - Fork 13
/
camera.yaml
68 lines (59 loc) · 2.24 KB
/
camera.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#################################################################
## Camera Feeds
#################################################################
#- platform: uvc
# nvr: REDACTED.101
# key: !secret secret_uvc_key
# password: !secret secret_uvc_password
#- platform: generic
# name: North-Front-Door
# still_image_url: https://REDACTED.220/snap.jpeg
# stream_source: rtsp://REDACTED.3:7447/REDACTED
# verify_ssl: false
# - platform: generic
# name: West-Walkout
# still_image_url: https://REDACTED.247/snap.jpeg
# stream_source: rtsp://REDACTED.3:7447/REDACTED
# verify_ssl: false
# - platform: generic
# name: East-Driveway
# still_image_url: https://REDACTED.159/snap.jpeg
# stream_source: rtsp://REDACTED.3:7447/REDACTED
# verify_ssl: false
# - platform: generic
# name: Garage
# still_image_url: https://REDACTED.160/snap.jpeg
# stream_source: rtsp://REDACTED.3:7447/REDACTED
# verify_ssl: false
# - platform: generic
# name: South-Back-Door
# still_image_url: https://REDACTED.143/snap.jpeg
# stream_source: rtsp://REDACTED.3:7447/REDACTED
# verify_ssl: false
# - platform: ffmpeg
# input: -rtsp_transport tcp -i rtsp://REDACTED.3:7447/REDACTED
# name: North-Front-Door
# - platform: ffmpeg
# input: -rtsp_transport tcp -i rtsp://REDACTED.3:7447/REDACTED
# name: West-Walkout
# - platform: ffmpeg
# input: -rtsp_transport tcp -i rtsp://REDACTED.3:7447/REDACTED
# name: East-Driveway
# - platform: ffmpeg
# input: -rtsp_transport tcp -i rtsp://REDACTED.3:7447/REDACTED
# name: Garage
# - platform: ffmpeg
# input: -rtsp_transport tcp -i rtsp://REDACTED.3:7447/REDACTED
# name: South-Back-Door
#################################################################
## Ring Feeds
#################################################################
# - platform: ring
#################################################################
## Grafana Feeds
#################################################################
# - platform: generic
# name: Outside-Inside-Temperature
# still_image_url: 'http://REDACTED.196:3003/render/dashboard-solo/db/climate?panelId=1&width=1000&height=500'
# username: !secret secret_grafana_user
# password: !secret secret_grafana_password