Repair secrets.yaml
This commit is contained in:
parent
76a8cabe69
commit
ade51ba183
|
@ -2,20 +2,20 @@
|
||||||
- platform: mjpeg
|
- platform: mjpeg
|
||||||
name: Server Room Camera
|
name: Server Room Camera
|
||||||
verify_ssl: false
|
verify_ssl: false
|
||||||
mjpeg_url: https://homeassistant:homeassistant@bluecherry.kitsunehosting.net:7001/media/mjpeg.php?id=1&multipart=true
|
mjpeg_url: !secret server_room_camera_url
|
||||||
still_image_url: https://homeassistant:homeassistant@bluecherry.kitsunehosting.net:7001/media/mjpeg.php?id=1
|
still_image_url: https://homeassistant:homeassistant@bluecherry.kitsunehosting.net:7001/media/mjpeg.php?id=1
|
||||||
- platform: mjpeg
|
- platform: mjpeg
|
||||||
name: Lab Camera
|
name: Lab Camera
|
||||||
verify_ssl: false
|
verify_ssl: false
|
||||||
mjpeg_url: https://homeassistant:homeassistant@bluecherry.kitsunehosting.net:7001/media/mjpeg.php?id=4&multipart=true
|
mjpeg_url: !secret lab_camera_url
|
||||||
still_image_url: https://homeassistant:homeassistant@bluecherry.kitsunehosting.net:7001/media/mjpeg.php?id=4
|
still_image_url: https://homeassistant:homeassistant@bluecherry.kitsunehosting.net:7001/media/mjpeg.php?id=4
|
||||||
- platform: mjpeg
|
- platform: mjpeg
|
||||||
name: Front Porch
|
name: Front Porch
|
||||||
verify_ssl: false
|
verify_ssl: false
|
||||||
mjpeg_url: https://homeassistant:homeassistant@bluecherry.kitsunehosting.net:7001/media/mjpeg.php?id=2&multipart=true
|
mjpeg_url: !secret front_porch_camera_url
|
||||||
still_image_url: https://homeassistant:homeassistant@bluecherry.kitsunehosting.net:7001/media/mjpeg.php?id=2
|
still_image_url: https://homeassistant:homeassistant@bluecherry.kitsunehosting.net:7001/media/mjpeg.php?id=2
|
||||||
- platform: mjpeg
|
- platform: mjpeg
|
||||||
name: Foyer
|
name: Foyer
|
||||||
verify_ssl: false
|
verify_ssl: false
|
||||||
mjpeg_url: https://homeassistant:homeassistant@bluecherry.kitsunehosting.net:7001/media/mjpeg.php?id=7&multipart=true
|
mjpeg_url: !secret foyer_camera_url
|
||||||
still_image_url: https://homeassistant:homeassistant@bluecherry.kitsunehosting.net:7001/media/mjpeg.php?id=7
|
still_image_url: https://homeassistant:homeassistant@bluecherry.kitsunehosting.net:7001/media/mjpeg.php?id=7
|
||||||
|
|
|
@ -15,7 +15,7 @@ device_tracker:
|
||||||
notify:
|
notify:
|
||||||
- platform: discord
|
- platform: discord
|
||||||
name: lab_discord
|
name: lab_discord
|
||||||
token: NzIwMDI0NDc5MTE1NTA5ODMx.Xt_9DQ.FPqUrmvBRX50dzqDI1vRTn5DEBQ
|
token: !secret discord_token
|
||||||
- name: lab_server
|
- name: lab_server
|
||||||
platform: group
|
platform: group
|
||||||
services:
|
services:
|
||||||
|
@ -27,13 +27,13 @@ notify:
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: ffmpeg_motion
|
- platform: ffmpeg_motion
|
||||||
name: Foyer Motion Detection
|
name: Foyer Motion Detection
|
||||||
input: https://homeassistant:homeassistant@bluecherry.kitsunehosting.net:7001/media/mjpeg.php?id=7&multipart=true
|
input: !secret foyer_camera_url
|
||||||
- platform: ffmpeg_motion
|
- platform: ffmpeg_motion
|
||||||
name: Front Porch
|
name: Front Porch
|
||||||
input: https://homeassistant:homeassistant@bluecherry.kitsunehosting.net:7001/media/mjpeg.php?id=2&multipart=true
|
input: !secret front_porch_camera_url
|
||||||
- platform: ffmpeg_motion
|
- platform: ffmpeg_motion
|
||||||
name: Lab Camera
|
name: Lab Camera
|
||||||
input: https://homeassistant:homeassistant@bluecherry.kitsunehosting.net:7001/media/mjpeg.php?id=4&multipart=true
|
input: !secret lab_camera_url
|
||||||
|
|
||||||
# Device tracker
|
# Device tracker
|
||||||
- platform: template
|
- platform: template
|
||||||
|
|
Loading…
Reference in New Issue