From 12bac424b65bec585b473fdc937d8bd2de0b1a63 Mon Sep 17 00:00:00 2001 From: bdizen Date: Sat, 30 Nov 2024 21:55:50 +0200 Subject: [PATCH] Remove cameras live view --- config/services.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config/services.yaml b/config/services.yaml index e3bbcd9..1aefc96 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -74,16 +74,3 @@ icon: gitea href: https://gitea.bendizengoff.me siteMonitor: https://gitea.bendizengoff.me -- Cameras: - - Cameras: - widget: - type: iframe - name: myIframe - stream: http://192.168.1.175:1984/stream.html?src=Kan11&mode=mse - classes: h-60 sm:h-60 md:h-60 lg:h-60 xl:h-60 2xl:h-72 # optional, use tailwind height classes, see https://tailwindcss.com/docs/height - referrerPolicy: same-origin # optional, no default - allowPolicy: autoplay; fullscreen; gamepad # optional, no default - allowFullscreen: false # optional, default: true - loadingStrategy: eager # optional, default: eager - allowScrolling: no # optional, default: yes - refreshInterval: 2000 # optional, no default