diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2025-09-08 19:18:08 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2025-09-08 19:18:08 +0400 |
commit | 346c5ea64f9c9d19dde63c8e85b1477440f2778f (patch) | |
tree | b9ac7b70bb52a6772ba2c6c1c0af83e46ed5f7a0 /.storage/lovelace.lovelace_control | |
parent | 21ce0a991753461e88ecdadf4ce9fbcf4be8464c (diff) | |
download | hass-346c5ea64f9c9d19dde63c8e85b1477440f2778f.tar.gz hass-346c5ea64f9c9d19dde63c8e85b1477440f2778f.tar.bz2 hass-346c5ea64f9c9d19dde63c8e85b1477440f2778f.tar.xz hass-346c5ea64f9c9d19dde63c8e85b1477440f2778f.zip |
Further dashboard fixes
Diffstat (limited to '.storage/lovelace.lovelace_control')
-rw-r--r-- | .storage/lovelace.lovelace_control | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/.storage/lovelace.lovelace_control b/.storage/lovelace.lovelace_control index b15033c..9f9abc9 100644 --- a/.storage/lovelace.lovelace_control +++ b/.storage/lovelace.lovelace_control @@ -102,7 +102,11 @@ }, { "entity": "switch.hall_camera", - "name": "Camera" + "name": "Hall Camera" + }, + { + "entity": "switch.living_livingviewswitch_living_livingviewswitch", + "name": "Living Camera" } ], "title": "Infrastructure" @@ -150,7 +154,7 @@ "cards": [ { "type": "light", - "entity": "light.smart_light", + "entity": "light.bedroom_bulb", "name": "Bedroom Bulb" }, { @@ -186,11 +190,15 @@ }, { "entity": "light.office_led_office_led", - "name": "Office" + "name": "Office LED" }, { "entity": "light.office_bulb_office_bulb", - "name": "Bulb" + "name": "Office Bulb" + }, + { + "entity": "light.office_chair_led_office_chair_led", + "name": "Chair LED" }, { "entity": "switch.living_tablelampsocket", @@ -288,7 +296,7 @@ "name": "Lustre-2" }, { - "entity": "light.smart_light", + "entity": "light.bedroom_bulb", "name": "Bulb" }, { |