From 4c10d10621cf9e0fecc127f66edc1fb21ecd5017 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Mon, 6 Jun 2022 02:06:44 +0200 Subject: [PATCH] Add zoneminder camera --- configuration/configuration.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/configuration/configuration.yaml b/configuration/configuration.yaml index 7655ebf..8df78ae 100644 --- a/configuration/configuration.yaml +++ b/configuration/configuration.yaml @@ -180,7 +180,14 @@ ios: icon: home-import-outline color: "#ffffff" +zoneminder: + - host: zoneminder.grondek.pl + ssl: true + verify_ssl: true + path_zms: /zm/cgi-bin/nph-zms + path: /zm/ camera: + - platform: zoneminder # - platform: generic # name: '3D Printer Camera' # still_image_url: https://192.168.110.11:8554/currentpic.cgi @@ -462,6 +469,10 @@ binary_sensor: host: 192.168.50.22 switch: + - platform: zoneminder + command_on: Modect + command_off: Monitor + # Wake On LAN - platform: wake_on_lan name: 'Hulk WoL' mac: '24:4b:fe:05:e2:8b'