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_control | 51 ++++++++++++++++++++++++++++++-------- 1 file changed, 41 insertions(+), 10 deletions(-) (limited to '.storage/lovelace.lovelace_control') diff --git a/.storage/lovelace.lovelace_control b/.storage/lovelace.lovelace_control index 6e87b1c..d8a9a6c 100644 --- a/.storage/lovelace.lovelace_control +++ b/.storage/lovelace.lovelace_control @@ -45,7 +45,18 @@ }, { "entity": "input_boolean.mode_bright", - "name": "Bright" + "name": "Bright Mode" + }, + { + "entity": "input_boolean.mode_multiroom_manual", + "name": "Multiroom/No Auto" + }, + { + "entity": "input_boolean.mode_hall_manual", + "name": "Keep Hall Lights" + }, + { + "type": "divider" }, { "entity": "input_boolean.mode_alone", @@ -69,18 +80,26 @@ "card": { "type": "entities", "entities": [ + { + "entity": "switch.smart_power_strip_pro_usb_1", + "name": "SmartPI" + }, + { + "entity": "switch.office_smartpi", + "name": "SmartPI/Monitor" + }, + { + "entity": "switch.bedroom_router", + "name": "Asgard" + }, { "entity": "switch.bedroom_roof", "name": "Roof" }, { - "entity": "switch.living_office", + "entity": "switch.hall_infra", "name": "Office" }, - { - "entity": "switch.smart_power_strip_pro_usb_1", - "name": "SmartPI" - }, { "entity": "switch.hall_camera", "name": "Camera" @@ -166,7 +185,7 @@ "name": "Bulb" }, { - "entity": "switch.living_tablelamp", + "entity": "switch.living_tablelampsocket", "name": "DeskLamp" } ], @@ -200,7 +219,11 @@ "type": "entities", "entities": [ { - "entity": "switch.smart_power_strip_pro_socket_1", + "entity": "switch.smart_power_strip_pro_socket_2", + "name": "UPS" + }, + { + "entity": "switch.smart_power_strip_pro_socket_2", "name": "Table" }, { @@ -211,6 +234,10 @@ "entity": "switch.smart_power_strip_pro_socket_4", "name": "Top" }, + { + "entity": "switch.office_svensocket", + "name": "Top/Sven" + }, { "entity": "switch.office_shelftop", "name": "Power" @@ -318,11 +345,15 @@ }, { "entity": "switch.kitchen_wash", - "title": "Wash" + "name": "Wash" }, { "entity": "switch.kitchen_teatable", - "title": "Table" + "name": "Table" + }, + { + "entity": "switch.kitchen_fridge", + "name": "Fridge" } ], "title": "Kitchen Plugs" -- cgit v1.2.3