From 7bfb60f3360a6a6aa0d9e1c7024b5e2392afc633 Mon Sep 17 00:00:00 2001 From: Simon Weald <7832341+glitchcrab@users.noreply.github.com> Date: Sat, 13 Feb 2021 21:07:44 +0000 Subject: [PATCH] remove zoneminder (#34) --- cameras.yaml | 1 - ci/secrets.yaml | 4 ---- configuration.yaml | 5 ----- 3 files changed, 10 deletions(-) diff --git a/cameras.yaml b/cameras.yaml index a502f85..f6239c1 100644 --- a/cameras.yaml +++ b/cameras.yaml @@ -2,7 +2,6 @@ nvr: 10.101.0.50 key: !secret nvr_key password: !secret nvr_camera_pass -- platform: zoneminder - platform: generic name: Europe rain map still_image_url: "https://api.sat24.com/animated/EU/rainTMC/1/GMT%20Standard%20Time/544909" diff --git a/ci/secrets.yaml b/ci/secrets.yaml index 55d8b8e..eb9a05a 100644 --- a/ci/secrets.yaml +++ b/ci/secrets.yaml @@ -65,10 +65,6 @@ aqara_gateway_key: aaaaaaaaaaaaaaaa google_client_id: aaaaaa google_client_secret: aaaaaa -zoneminder_host: "0.0.0.0:0000" -zoneminder_user: aaaaaa -zoneminder_pass: aaaaaa - metoffice_key: aaaaaa pushover_api_key: aaaaaa diff --git a/configuration.yaml b/configuration.yaml index c3806a0..551b629 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -136,11 +136,6 @@ nest: client_id: !secret nest_client_id client_secret: !secret nest_client_secret -zoneminder: - host: !secret zoneminder_host - username: !secret zoneminder_user - password: !secret zoneminder_pass - spotify: client_id: !secret spotify_id client_secret: !secret spotify_secret