From 89bdf9cfb551dfb3e21b317b2ad13dda8c4d651a Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sun, 29 Mar 2020 14:36:43 +0300 Subject: [PATCH] Fix new lights in dashboards --- config/lovelace/home_dashboard/03_kitchen.yaml | 4 +++- config/lovelace/home_dashboard/05_hallway.yaml | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config/lovelace/home_dashboard/03_kitchen.yaml b/config/lovelace/home_dashboard/03_kitchen.yaml index c943f8b..4af2abd 100644 --- a/config/lovelace/home_dashboard/03_kitchen.yaml +++ b/config/lovelace/home_dashboard/03_kitchen.yaml @@ -7,8 +7,10 @@ cards: title: Lights show_header_toggle: false entities: + - light.tuya_kitchen_main_lights + - type: divider - type: custom:fold-entity-row - entity: light.tuya_kitchen_main_lights + entity: light.kitchen_main_lights name: Main lights entities: - light.light_le_11 diff --git a/config/lovelace/home_dashboard/05_hallway.yaml b/config/lovelace/home_dashboard/05_hallway.yaml index 0068ee8..74700bb 100644 --- a/config/lovelace/home_dashboard/05_hallway.yaml +++ b/config/lovelace/home_dashboard/05_hallway.yaml @@ -8,8 +8,9 @@ cards: show_header_toggle: false entities: - light.tuya_hallway_all_lights - - light.tuya_hallway_entrance_light + - light.tuya_hallway_entrance_lights - light.tuya_hallway_main_lights + - type: divider - type: custom:fold-entity-row entity: light.hallway_entrance_lights name: Entrance lights