From 04f927d7ce8c3be089c5a7659e91fc2dd351b0db Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sat, 18 Apr 2020 12:26:31 +0300 Subject: [PATCH] Move motion sensor 2 to hallway --- .../home_dashboard/01_living_room.yaml | 21 ------------------- .../lovelace/home_dashboard/05_hallway.yaml | 21 +++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/config/lovelace/home_dashboard/01_living_room.yaml b/config/lovelace/home_dashboard/01_living_room.yaml index c070fa4..b370a35 100644 --- a/config/lovelace/home_dashboard/01_living_room.yaml +++ b/config/lovelace/home_dashboard/01_living_room.yaml @@ -99,27 +99,6 @@ cards: - binary_sensor.living_room_right_window_on_off_wrapper - sensor.living_room_right_window_power - - type: vertical-stack - cards: - - type: glance - title: Sensors - entities: - - entity: binary_sensor.motion_2_ias_zone - - entity: sensor.motion_2_illuminance - - entity: binary_sensor.motion_2_occupancy - - entity: sensor.motion_2_power - - - type: "custom:mini-graph-card" - animate: true - points_per_hour: 1 - hours_to_show: 48 - show: - graph: bar - average: true - extrema: true - entities: - - entity: sensor.motion_2_illuminance - - type: vertical-stack cards: - type: picture-entity diff --git a/config/lovelace/home_dashboard/05_hallway.yaml b/config/lovelace/home_dashboard/05_hallway.yaml index 74700bb..4e5c5bf 100644 --- a/config/lovelace/home_dashboard/05_hallway.yaml +++ b/config/lovelace/home_dashboard/05_hallway.yaml @@ -23,3 +23,24 @@ cards: entities: - light.light_le_7 - light.light_le_8 + + - type: vertical-stack + cards: + - type: glance + title: Sensors + entities: + - entity: binary_sensor.motion_2_ias_zone + - entity: sensor.motion_2_illuminance + - entity: binary_sensor.motion_2_occupancy + - entity: sensor.motion_2_power + + - type: "custom:mini-graph-card" + animate: true + points_per_hour: 1 + hours_to_show: 48 + show: + graph: bar + average: true + extrema: true + entities: + - entity: sensor.motion_2_illuminance