From eef202ec4ae8bccb5d187a2562d3980b0c44c30b Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Mon, 9 Aug 2021 17:39:32 -0400 Subject: [PATCH] Clean last urls --- cameras.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cameras.yaml b/cameras.yaml index 14ea4b7..c5f7487 100755 --- a/cameras.yaml +++ b/cameras.yaml @@ -3,19 +3,19 @@ name: Server Room Camera verify_ssl: false 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: !secret server_room_still_image_url - platform: mjpeg name: Lab Camera verify_ssl: false mjpeg_url: !secret lab_camera_url - still_image_url: https://homeassistant:homeassistant@bluecherry.kitsunehosting.net:7001/media/mjpeg.php?id=4 + still_image_url: !secret lab_camera_still_image_url - platform: mjpeg name: Front Porch verify_ssl: false 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: !secret front_porch_still_image_url - platform: mjpeg name: Foyer verify_ssl: false mjpeg_url: !secret foyer_camera_url - still_image_url: https://homeassistant:homeassistant@bluecherry.kitsunehosting.net:7001/media/mjpeg.php?id=7 + still_image_url: !secret foyer_still_image_url