mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
107 lines
2.6 KiB
YAML
107 lines
2.6 KiB
YAML
#binary_sensor: !include_dir_list ../cameras
|
|
|
|
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/Cam10
|
|
name: Camera10
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic
|
|
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/Cam11
|
|
name: Camera11
|
|
username: !secret bi_username
|
|
password: !secret bi_password
|
|
authentication: basic
|
|
|
|
- platform: mjpeg
|
|
mjpeg_url: http://192.168.1.7:81/mjpg/Cam12
|
|
name: Camera12
|
|
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
|
|
|
|
- platform: mjpeg
|
|
name: Octoprint
|
|
still_image_url: http://192.168.1.99/webcam/?action=snapshot
|
|
mjpeg_url: http://192.168.1.99/webcam/?action=stream
|
|
|