From be904eee31224112ef58628e90156617f64ea740 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 27 Aug 2024 15:37:27 +0400 Subject: Integrate new LEDs in living room --- .storage/lovelace.lovelace_control | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to '.storage/lovelace.lovelace_control') diff --git a/.storage/lovelace.lovelace_control b/.storage/lovelace.lovelace_control index ad27fd3..ee93ce8 100644 --- a/.storage/lovelace.lovelace_control +++ b/.storage/lovelace.lovelace_control @@ -150,13 +150,13 @@ "cards": [ { "type": "light", - "entity": "light.yeelight_color_0x7caaf86", - "name": "Office Bulb" + "entity": "light.smart_light", + "name": "Bedroom Bulb" }, { "type": "light", - "entity": "light.smart_light", - "name": "Bedroom Bulb" + "entity": "light.yeelight_color_0x7caaf86", + "name": "Office Bulb" } ] }, @@ -180,6 +180,14 @@ "entity": "switch.living_lights_center", "name": "Lustre-2" }, + { + "entity": "light.living_led", + "name": "LED" + }, + { + "entity": "light.office_led_office_led", + "name": "Office" + }, { "entity": "light.yeelight_color_0x7caaf86", "name": "Bulb" -- cgit v1.2.3