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_research | 62 ++++++++++++++++++++++++++++++++++--- 1 file changed, 57 insertions(+), 5 deletions(-) (limited to '.storage/lovelace.lovelace_research') diff --git a/.storage/lovelace.lovelace_research b/.storage/lovelace.lovelace_research index 1e53158..c3178a7 100644 --- a/.storage/lovelace.lovelace_research +++ b/.storage/lovelace.lovelace_research @@ -43,6 +43,9 @@ { "entity": "sensor.entrance_vibrations_action" }, + { + "entity": "binary_sensor.balcony_doors" + }, { "entity": "binary_sensor.motions_all" }, @@ -63,12 +66,31 @@ }, { "entity": "binary_sensor.bathroom_leak_water_leak" + } + ], + "title": "Safety" + }, + { + "type": "entities", + "entities": [ + { + "entity": "binary_sensor.living_balcony_contact", + "name": "Living" + }, + { + "entity": "binary_sensor.kitchen_balcony_contact", + "name": "Kitchen" + }, + { + "entity": "binary_sensor.bedroom_balcony_contact", + "name": "Bedroom" }, { - "entity": "sensor.living_office_device_temperature" + "entity": "binary_sensor.guestroom_balcony_contact", + "name": "Guestroom" } ], - "title": "Safety" + "title": "Balcony" } ] }, @@ -102,8 +124,7 @@ "name": "Entrance Door" }, { - "entity": "binary_sensor.kitchen_door_contact", - "name": "Kitchen Door" + "entity": "binary_sensor.balcony_doors" }, { "entity": "binary_sensor.entrance_vibrations_vibration", @@ -137,13 +158,17 @@ "name": "Office" }, { - "entity": "binary_sensor.living_motions_occupancy", + "entity": "binary_sensor.presence_presence", "name": "Living" }, { "entity": "binary_sensor.bedroom_motions_occupancy", "name": "Bedroom" }, + { + "entity": "binary_sensor.guestroom_motions_occupancy", + "name": "Guestroom" + }, { "entity": "binary_sensor.kitchen_motions_occupancy", "name": "Kitchen" @@ -158,9 +183,36 @@ "type": "vertical-stack", "cards": [ { + "type": "entities", + "title": "Doors", + "entities": [ + { + "entity": "switch.hall_speakerphone", + "name": "Building Door" + } + ] + }, + { + "show_state": true, + "show_name": true, + "camera_view": "auto", + "type": "picture-entity", + "entity": "camera.192_168_50_132" + }, + { + "show_state": true, + "show_name": true, + "camera_view": "auto", "type": "picture-entity", "entity": "camera.192_168_50_51" }, + { + "show_state": true, + "show_name": true, + "camera_view": "auto", + "type": "picture-entity", + "entity": "camera.ovenview" + }, { "type": "logbook", "entities": [ -- cgit v1.2.3