From aad7ea9ae128e9d9e3b4eb4459a5a26cfe1e087f Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sun, 29 Mar 2020 14:39:07 +0300 Subject: [PATCH] Remove header toggles from light dashboard --- config/lovelace/home_dashboard/06_lights.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/lovelace/home_dashboard/06_lights.yaml b/config/lovelace/home_dashboard/06_lights.yaml index 2c68102..7302b1d 100644 --- a/config/lovelace/home_dashboard/06_lights.yaml +++ b/config/lovelace/home_dashboard/06_lights.yaml @@ -7,6 +7,7 @@ cards: - type: entities title: Living room icon: mdi:sofa + show_header_toggle: false entities: - light.tuya_living_room_main_lights - type: divider @@ -21,6 +22,7 @@ cards: - type: entities title: Master bedroom icon: mdi:bed-empty + show_header_toggle: false entities: - light.master_bedroom_all_lights - light.master_bedroom_main_lights @@ -33,6 +35,7 @@ cards: - type: entities title: Kitchen icon: mdi:chef-hat + show_header_toggle: false entities: - light.tuya_kitchen_main_lights - type: divider @@ -44,6 +47,7 @@ cards: - type: entities title: Hallway icon: mdi:door-closed + show_header_toggle: false entities: - light.tuya_hallway_all_lights - light.tuya_hallway_main_lights