Update custom header configs. Disable map

This commit is contained in:
2020-03-29 23:06:34 +03:00
parent 7fbb7fc5fd
commit cd8b81170c
4 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ lovelace:
# logbook: # logbook:
# https://www.home-assistant.io/components/map # https://www.home-assistant.io/components/map
map: # map:
# https://www.home-assistant.io/components/system_health # https://www.home-assistant.io/components/system_health
system_health: system_health:
-3
View File
@@ -1,8 +1,5 @@
custom_header: custom_header:
hide_header: true hide_header: true
hide_config: true
hide_help: true
hide_unused: true
decluttering_templates: !include_dir_merge_named lovelace/templates decluttering_templates: !include_dir_merge_named lovelace/templates
-3
View File
@@ -1,8 +1,5 @@
custom_header: custom_header:
hide_header: true hide_header: true
hide_config: true
hide_help: true
hide_unused: true
decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates
button_card_templates: !include_dir_merge_named lovelace/button_card_templates button_card_templates: !include_dir_merge_named lovelace/button_card_templates
+3 -1
View File
@@ -1,9 +1,11 @@
custom_header: custom_header:
footer_mode: true
compact_mode: true compact_mode: true
editor_warnings: false
hide_config: true hide_config: true
hide_help: true hide_help: true
hide_unused: true hide_unused: true
hide_reload_resources: true
indicator_top: true
decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates decluttering_templates: !include_dir_merge_named lovelace/decluttering_templates
button_card_templates: !include_dir_merge_named lovelace/button_card_templates button_card_templates: !include_dir_merge_named lovelace/button_card_templates