Repair secrets.yaml
This commit is contained in:
parent
76a8cabe69
commit
ade51ba183
|
@ -2,20 +2,20 @@
|
|||
- platform: mjpeg
|
||||
name: Server Room Camera
|
||||
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
|
||||
- platform: mjpeg
|
||||
name: Lab Camera
|
||||
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
|
||||
- platform: mjpeg
|
||||
name: Front Porch
|
||||
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
|
||||
- platform: mjpeg
|
||||
name: Foyer
|
||||
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
|
||||
|
|
|
@ -15,7 +15,7 @@ device_tracker:
|
|||
notify:
|
||||
- platform: discord
|
||||
name: lab_discord
|
||||
token: NzIwMDI0NDc5MTE1NTA5ODMx.Xt_9DQ.FPqUrmvBRX50dzqDI1vRTn5DEBQ
|
||||
token: !secret discord_token
|
||||
- name: lab_server
|
||||
platform: group
|
||||
services:
|
||||
|
@ -27,13 +27,13 @@ notify:
|
|||
binary_sensor:
|
||||
- platform: ffmpeg_motion
|
||||
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
|
||||
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
|
||||
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
|
||||
- platform: template
|
||||
|
|
Loading…
Reference in New Issue