mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
112 lines
2.8 KiB
YAML
112 lines
2.8 KiB
YAML
camera:
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/Cam01
|
|
name: Camera01
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic
|
|
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/Cam02
|
|
name: Camera02
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic
|
|
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/Cam03
|
|
name: Camera03
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic
|
|
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/Cam04
|
|
name: Camera04
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic
|
|
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/Cam05
|
|
name: Camera05
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic
|
|
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/Cam06
|
|
name: Camera06
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic
|
|
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/Cam07
|
|
name: Camera07
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic
|
|
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/Cam08
|
|
name: Camera08
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic
|
|
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/Cam09
|
|
name: Camera09
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic
|
|
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/WyzeCube
|
|
name: WyzeCube
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic
|
|
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/Upstairs?/video.mjpg
|
|
name: Upstairs
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic
|
|
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/@Upstairs?/video.mjpg
|
|
name: CycleUpstairs
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic
|
|
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/Downstairs?/video.mjpg
|
|
name: Downstairs
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic
|
|
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/@Downstairs?/video.mjpg
|
|
name: CycleDownstairs
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic
|
|
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/All?/video.mjpg
|
|
name: AllCameras
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic
|
|
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/@All?/video.mjpg
|
|
name: CycleAllCameras
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic |