Clean last urls

This commit is contained in:
Kenwood 2021-08-09 17:39:32 -04:00
parent ade51ba183
commit eef202ec4a
1 changed files with 4 additions and 4 deletions

View File

@ -3,19 +3,19 @@
name: Server Room Camera name: Server Room Camera
verify_ssl: false verify_ssl: false
mjpeg_url: !secret server_room_camera_url 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 - platform: mjpeg
name: Lab Camera name: Lab Camera
verify_ssl: false verify_ssl: false
mjpeg_url: !secret lab_camera_url 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 - platform: mjpeg
name: Front Porch name: Front Porch
verify_ssl: false verify_ssl: false
mjpeg_url: !secret front_porch_camera_url 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 - platform: mjpeg
name: Foyer name: Foyer
verify_ssl: false verify_ssl: false
mjpeg_url: !secret foyer_camera_url 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