diff options
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" }, { |