forked from ptdalen/home-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcameras.yaml
executable file
·33 lines (33 loc) · 1.07 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
- platform: generic
still_image_url: http://192.168.1.101/ISAPI/Streaming/channels/101/picture
name: Front Door
username: admin
password: !secret camera_doorbell_password
authentication: basic
- platform: generic
still_image_url: http://192.168.1.100:65002/ISAPI/Streaming/channels/1/picture
name: Driveway One
username: hass
password: !secret camera_nvr_password
authentication: digest
- platform: generic
still_image_url: http://192.168.1.100:65003/ISAPI/Streaming/channels/1/picture
name: Driveway Two
username: hass
password: !secret camera_nvr_password
authentication: digest
- platform: generic
still_image_url: http://192.168.1.100:65004/ISAPI/Streaming/channels/1/picture
name: Back Gate
username: hass
password: !secret camera_nvr_password
authentication: digest
- platform: generic
still_image_url: http://192.168.1.100:65005/ISAPI/Streaming/channels/1/picture
name: Side Yard
username: hass
password: !secret camera_nvr_password
authentication: digest
#- platform: ffmpeg
# input: !secret camera_doorbell_url
# name: Front Door