From 12eedc45e1f7cf3e51d021b249952cb0816276c3 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Thu, 9 Apr 2020 12:16:13 +0300 Subject: [PATCH] Disable amcrest motion sensor - broken in 0.108.1 --- config/lovelace/home_dashboard/01_living_room.yaml | 2 +- config/packages/modules/security.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/lovelace/home_dashboard/01_living_room.yaml b/config/lovelace/home_dashboard/01_living_room.yaml index 30a251e..d3a2a62 100644 --- a/config/lovelace/home_dashboard/01_living_room.yaml +++ b/config/lovelace/home_dashboard/01_living_room.yaml @@ -126,4 +126,4 @@ cards: entities: - switch.camera - binary_sensor.amcrest_camera_online - - binary_sensor.amcrest_camera_motion_detected + # - binary_sensor.amcrest_camera_motion_detected diff --git a/config/packages/modules/security.yaml b/config/packages/modules/security.yaml index dc071b9..18e2e49 100644 --- a/config/packages/modules/security.yaml +++ b/config/packages/modules/security.yaml @@ -5,8 +5,8 @@ amcrest: password: !secret amcrest_password resolution: low binary_sensors: - - motion_detected - online + # - motion_detected binary_sensor: - platform: template