diff options
Diffstat (limited to '.storage/lovelace.lovelace_control')
| -rw-r--r-- | .storage/lovelace.lovelace_control | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/.storage/lovelace.lovelace_control b/.storage/lovelace.lovelace_control index ad27fd3..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,13 +154,13 @@ "cards": [ { "type": "light", - "entity": "light.yeelight_color_0x7caaf86", - "name": "Office Bulb" + "entity": "light.bedroom_bulb", + "name": "Bedroom Bulb" }, { "type": "light", - "entity": "light.smart_light", - "name": "Bedroom Bulb" + "entity": "light.office_bulb_office_bulb", + "name": "Office Bulb" } ] }, @@ -181,8 +185,20 @@ "name": "Lustre-2" }, { - "entity": "light.yeelight_color_0x7caaf86", - "name": "Bulb" + "entity": "light.living_led", + "name": "LED" + }, + { + "entity": "light.office_led_office_led", + "name": "Office LED" + }, + { + "entity": "light.office_bulb_office_bulb", + "name": "Office Bulb" + }, + { + "entity": "light.office_chair_led_office_chair_led", + "name": "Chair LED" }, { "entity": "switch.living_tablelampsocket", @@ -280,7 +296,7 @@ "name": "Lustre-2" }, { - "entity": "light.smart_light", + "entity": "light.bedroom_bulb", "name": "Bulb" }, { |
