From cd8b81170cbab47c84dcd14d6b3c86abd7aed2f8 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sun, 29 Mar 2020 23:06:34 +0300 Subject: [PATCH] Update custom header configs. Disable map --- config/configuration.yaml | 2 +- config/floorplan-lovelace.yaml | 3 --- config/tablet-lovelace.yaml | 3 --- config/ui-lovelace.yaml | 4 +++- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/config/configuration.yaml b/config/configuration.yaml index 4186915..a6ded9e 100644 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -47,7 +47,7 @@ lovelace: # logbook: # https://www.home-assistant.io/components/map -map: +# map: # https://www.home-assistant.io/components/system_health system_health: diff --git a/config/floorplan-lovelace.yaml b/config/floorplan-lovelace.yaml index 24ad17d..2530c5b 100644 --- a/config/floorplan-lovelace.yaml +++ b/config/floorplan-lovelace.yaml @@ -1,8 +1,5 @@ custom_header: hide_header: true - hide_config: true - hide_help: true - hide_unused: true decluttering_templates: !include_dir_merge_named lovelace/templates diff --git a/config/tablet-lovelace.yaml b/config/tablet-lovelace.yaml index 8205c1d..546c152 100644 --- a/config/tablet-lovelace.yaml +++ b/config/tablet-lovelace.yaml @@ -1,8 +1,5 @@ custom_header: hide_header: true - hide_config: true - hide_help: true - hide_unused: true decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates button_card_templates: !include_dir_merge_named lovelace/button_card_templates diff --git a/config/ui-lovelace.yaml b/config/ui-lovelace.yaml index ede7cf7..6874627 100644 --- a/config/ui-lovelace.yaml +++ b/config/ui-lovelace.yaml @@ -1,9 +1,11 @@ custom_header: + footer_mode: true compact_mode: true - editor_warnings: false hide_config: true hide_help: true hide_unused: true + hide_reload_resources: true + indicator_top: true decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates button_card_templates: !include_dir_merge_named lovelace/button_card_templates