forked from UbhiTS/ha-config-ataraxis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcfg_camera.yaml
99 lines (98 loc) · 3.67 KB
/
cfg_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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
- platform: generic
name: welcome_room_camera
still_image_url: !secret camera_welcome_room_still_image_url
stream_source: !secret camera_welcome_room_stream_source_url
authentication: !secret camera_authentication
username: !secret camera_username
password: !secret camera_password
- platform: generic
name: living_room_camera
still_image_url: !secret camera_living_room_still_image_url
stream_source: !secret camera_living_room_stream_source_url
authentication: !secret camera_authentication
username: !secret camera_username
password: !secret camera_password
- platform: generic
name: hallway_camera
still_image_url: !secret camera_hallway_still_image_url
stream_source: !secret camera_hallway_stream_source_url
authentication: !secret camera_authentication
username: !secret camera_username
password: !secret camera_password
- platform: generic
name: front_left_camera
still_image_url: !secret nvr_cam01_still_image_url
stream_source: !secret nvr_cam01_stream_source_url
authentication: digest
username: !secret nvr_username
password: !secret nvr_password
- platform: generic
name: front_right_camera
still_image_url: !secret nvr_cam02_still_image_url
stream_source: !secret nvr_cam02_stream_source_url
authentication: digest
username: !secret nvr_username
password: !secret nvr_password
- platform: generic
name: backyard_left_camera
still_image_url: !secret nvr_cam03_still_image_url
stream_source: !secret nvr_cam03_stream_source_url
authentication: digest
username: !secret nvr_username
password: !secret nvr_password
- platform: generic
name: backyard_right_camera
still_image_url: !secret nvr_cam04_still_image_url
stream_source: !secret nvr_cam04_stream_source_url
authentication: digest
username: !secret nvr_username
password: !secret nvr_password
- platform: generic
name: garage_left_camera
still_image_url: !secret nvr_cam05_still_image_url
stream_source: !secret nvr_cam05_stream_source_url
authentication: digest
username: !secret nvr_username
password: !secret nvr_password
- platform: generic
name: garage_right_camera
still_image_url: !secret nvr_cam06_still_image_url
stream_source: !secret nvr_cam06_stream_source_url
authentication: digest
username: !secret nvr_username
password: !secret nvr_password
- platform: generic
name: side_deck_camera
still_image_url: !secret nvr_cam07_still_image_url
stream_source: !secret nvr_cam07_stream_source_url
authentication: digest
username: !secret nvr_username
password: !secret nvr_password
- platform: generic
name: electrical_mains_camera
still_image_url: !secret nvr_cam08_still_image_url
stream_source: !secret nvr_cam08_stream_source_url
authentication: digest
username: !secret nvr_username
password: !secret nvr_password
- platform: generic
name: side_path_left_camera
still_image_url: !secret nvr_cam09_still_image_url
stream_source: !secret nvr_cam09_stream_source_url
authentication: digest
username: !secret nvr_username
password: !secret nvr_password
- platform: generic
name: side_path_right_camera
still_image_url: !secret nvr_cam10_still_image_url
stream_source: !secret nvr_cam10_stream_source_url
authentication: digest
username: !secret nvr_username
password: !secret nvr_password
- platform: generic
name: main_door_camera
still_image_url: !secret nvr_cam12_still_image_url
stream_source: !secret nvr_cam12_stream_source_url
authentication: digest
username: !secret nvr_username
password: !secret nvr_password