From 756a33999df9255deb1c08a443a5621d94da0126 Mon Sep 17 00:00:00 2001
From: "Suren A. Chilingaryan" <csa@suren.me>
Date: Sun, 9 Apr 2023 21:17:59 +0400
Subject: Fixes, multi-room sounds, motion tracking in rooms

---
 .storage/lovelace.lovelace_status | 32 ++++++++++++++++++++++++--------
 1 file changed, 24 insertions(+), 8 deletions(-)

(limited to '.storage/lovelace.lovelace_status')

diff --git a/.storage/lovelace.lovelace_status b/.storage/lovelace.lovelace_status
index 1cfbb25..b259dfc 100644
--- a/.storage/lovelace.lovelace_status
+++ b/.storage/lovelace.lovelace_status
@@ -193,10 +193,6 @@
                                             "entity": "binary_sensor.kitchen_motions_occupancy",
                                             "name": "Kitchen1"
                                         },
-                                        {
-                                            "entity": "binary_sensor.kitchen_motions2_occupancy",
-                                            "name": "Kitchen2"
-                                        },
                                         {
                                             "entity": "binary_sensor.bathroom_motions_occupancy",
                                             "name": "Bathroom"
@@ -204,6 +200,18 @@
                                         {
                                             "entity": "binary_sensor.toilet_motions_occupancy",
                                             "name": "Toilet"
+                                        },
+                                        {
+                                            "entity": "binary_sensor.guestroom_motions_occupancy",
+                                            "name": "Guestroom"
+                                        },
+                                        {
+                                            "entity": "binary_sensor.bedroom_motions_occupancy",
+                                            "name": "Bedroom"
+                                        },
+                                        {
+                                            "entity": "binary_sensor.presence_presence",
+                                            "name": "Living"
                                         }
                                     ],
                                     "title": "Motions"
@@ -219,10 +227,6 @@
                                             "entity": "binary_sensor.kitchen_motions_occupancy",
                                             "name": "Kitchen1"
                                         },
-                                        {
-                                            "entity": "binary_sensor.kitchen_motions2_occupancy",
-                                            "name": "Kitchen2"
-                                        },
                                         {
                                             "entity": "binary_sensor.bathroom_motions_occupancy",
                                             "name": "Bathroom"
@@ -230,6 +234,18 @@
                                         {
                                             "entity": "binary_sensor.toilet_motions_occupancy",
                                             "name": "Toilet"
+                                        },
+                                        {
+                                            "entity": "binary_sensor.guestroom_motions_occupancy",
+                                            "name": "Guestroom"
+                                        },
+                                        {
+                                            "entity": "binary_sensor.bedroom_motions_occupancy",
+                                            "name": "Bedroom"
+                                        },
+                                        {
+                                            "entity": "binary_sensor.presence_presence",
+                                            "name": "Living"
                                         }
                                     ],
                                     "hours_to_show": 2,
-- 
cgit v1.2.3