From 2674a5226e13a68b1ee570aef552e78b7a7337b8 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 23 Jun 2023 04:44:16 +0400 Subject: Massive update: Few fixes, more new integrations & extensions --- .storage/lovelace.lovelace_status | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) (limited to '.storage/lovelace.lovelace_status') diff --git a/.storage/lovelace.lovelace_status b/.storage/lovelace.lovelace_status index b259dfc..2e2faf3 100644 --- a/.storage/lovelace.lovelace_status +++ b/.storage/lovelace.lovelace_status @@ -11,6 +11,16 @@ { "type": "vertical-stack", "cards": [ + { + "type": "entities", + "title": "Locks", + "entities": [ + { + "entity": "switch.hall_speakerphone", + "name": "Halabyan24" + } + ] + }, { "type": "custom:restriction-card", "restrictions": { @@ -90,7 +100,7 @@ "name": "Office All" }, { - "entity": "switch.smart_power_strip_pro_socket_1", + "entity": "switch.smart_power_strip_pro_socket_2", "name": "Office Desk" }, { @@ -176,9 +186,17 @@ "entity": "binary_sensor.entrance_door_contact", "name": "Entrance" }, + { + "entity": "binary_sensor.balcony_doors", + "name": "Balconies" + }, { "entity": "binary_sensor.toilet_door_contact", "name": "Toilet" + }, + { + "entity": "binary_sensor.kit_shelve_contact", + "name": "KIT Shelve" } ] }, @@ -191,7 +209,7 @@ }, { "entity": "binary_sensor.kitchen_motions_occupancy", - "name": "Kitchen1" + "name": "Kitchen" }, { "entity": "binary_sensor.bathroom_motions_occupancy", @@ -219,13 +237,21 @@ { "type": "history-graph", "entities": [ + { + "entity": "binary_sensor.entrance_door_contact", + "name": "Entrance" + }, + { + "entity": "binary_sensor.balcony_doors", + "name": "Balconies" + }, { "entity": "binary_sensor.hall_motions_occupancy", "name": "Hall" }, { "entity": "binary_sensor.kitchen_motions_occupancy", - "name": "Kitchen1" + "name": "Kitchen" }, { "entity": "binary_sensor.bathroom_motions_occupancy", -- cgit v1.2.3