-
Notifications
You must be signed in to change notification settings - Fork 19
/
cameras.yaml
executable file
·54 lines (47 loc) · 1.78 KB
/
cameras.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
########################################################
- platform: generic
name: Front Door
still_image_url: 'http://10.10.10.9/ISAPI/Streaming/channels/101/picture'
username: !secret camera_username
password: !secret camera_password
stream_source: !secret camera_frontdoor
authentication: digest
##############
- platform: generic
name: Carport
still_image_url: 'http://10.10.10.9/ISAPI/Streaming/channels/201/picture'
username: !secret camera_username
password: !secret camera_password
stream_source: !secret camera_carport
##############
- platform: generic
username: !secret camera_username
password: !secret camera_password
still_image_url: 'http://10.10.10.9/ISAPI/Streaming/channels/301/picture'
stream_source: !secret camera_backdoor
name: Back Door
##############
- platform: generic
username: !secret camera_username
password: !secret camera_password
still_image_url: 'http://10.10.10.9/ISAPI/Streaming/channels/401/picture'
stream_source: !secret camera_front1
name: Front 1
##############
- platform: generic
username: !secret camera_username
password: !secret camera_password
still_image_url: 'http://10.10.10.9/ISAPI/Streaming/channels/501/picture'
stream_source: !secret camera_front2
name: Front 2
########################################################
- platform: skybell
########################################################
- platform: generic
name: Weather Radar
still_image_url: !secret weatherradar
########################################################
- platform: mjpeg
name: Office Touchpad
mjpeg_url: http://10.10.10.35:2971/camera/stream
########################################################