From 614c8a5f4e3bf26d3af0a91685e00eecb171339b Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sat, 21 Jan 2023 01:27:13 +0400 Subject: Media controls, occupancy tracking, and fixes --- .storage/lovelace.lovelace_status | 60 ++++++++++++++++++++++++++++----------- 1 file changed, 44 insertions(+), 16 deletions(-) (limited to '.storage/lovelace.lovelace_status') diff --git a/.storage/lovelace.lovelace_status b/.storage/lovelace.lovelace_status index a5ea896..aad7bd1 100644 --- a/.storage/lovelace.lovelace_status +++ b/.storage/lovelace.lovelace_status @@ -110,6 +110,34 @@ { "type": "vertical-stack", "cards": [ + { + "type": "entities", + "entities": [ + { + "entity": "input_boolean.occupancy_toilet", + "name": "Toilet" + }, + { + "entity": "input_boolean.occupancy_bathroom", + "name": "Bathroom" + } + ], + "title": "Occupancy" + }, + { + "type": "entities", + "title": "Doors", + "entities": [ + { + "entity": "binary_sensor.entrance_door_contact", + "name": "Entrance" + }, + { + "entity": "binary_sensor.toilet_door_contact", + "name": "Toilet" + } + ] + }, { "type": "entities", "entities": [ @@ -118,20 +146,20 @@ "name": "Hall" }, { - "entity": "binary_sensor.office_motions_occupancy", - "name": "Office" + "entity": "binary_sensor.kitchen_motions_occupancy", + "name": "Kitchen1" }, { - "entity": "binary_sensor.living_motions_occupancy", - "name": "Living" + "entity": "binary_sensor.kitchen_motions2_occupancy", + "name": "Kitchen2" }, { - "entity": "binary_sensor.bedroom_motions_occupancy", - "name": "Bedroom" + "entity": "binary_sensor.bathroom_motions_occupancy", + "name": "Bathroom" }, { - "entity": "binary_sensor.kitchen_motions_occupancy", - "name": "Kitchen" + "entity": "binary_sensor.toilet_motions_occupancy", + "name": "Toilet" } ], "title": "Motions" @@ -144,20 +172,20 @@ "name": "Hall" }, { - "entity": "binary_sensor.living_motions_occupancy", - "name": "Living" + "entity": "binary_sensor.kitchen_motions_occupancy", + "name": "Kitchen1" }, { - "entity": "binary_sensor.office_motions_occupancy", - "name": "Office" + "entity": "binary_sensor.kitchen_motions2_occupancy", + "name": "Kitchen2" }, { - "entity": "binary_sensor.bedroom_motions_occupancy", - "name": "Bedroom" + "entity": "binary_sensor.bathroom_motions_occupancy", + "name": "Bathroom" }, { - "entity": "binary_sensor.kitchen_motions_occupancy", - "name": "Kitchen" + "entity": "binary_sensor.toilet_motions_occupancy", + "name": "Toilet" } ], "hours_to_show": 2, -- cgit v1.2.3