From ade51ba18338bd7f4e1bc130f2d29797240bb8b8 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Mon, 9 Aug 2021 17:35:38 -0400 Subject: [PATCH] Repair secrets.yaml --- cameras.yaml | 8 ++++---- configuration.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cameras.yaml b/cameras.yaml index 3f8f0ec..14ea4b7 100755 --- a/cameras.yaml +++ b/cameras.yaml @@ -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 diff --git a/configuration.yaml b/configuration.yaml index e856890..ed98a27 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -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