From 9fb5712bf2ee4f16d0951f9d1eb1333866e0881f Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sat, 18 Apr 2020 10:04:40 +0300 Subject: [PATCH] Re-enable camera motion detection --- 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 79bd8d0..c070fa4 100644 --- a/config/lovelace/home_dashboard/01_living_room.yaml +++ b/config/lovelace/home_dashboard/01_living_room.yaml @@ -134,4 +134,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 18e2e49..17eda90 100644 --- a/config/packages/modules/security.yaml +++ b/config/packages/modules/security.yaml @@ -6,7 +6,7 @@ amcrest: resolution: low binary_sensors: - online - # - motion_detected + - motion_detected binary_sensor: - platform: template