diff --git a/config/configuration.yaml b/config/configuration.yaml index 4f54bfd..8defbff 100644 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -31,12 +31,6 @@ lovelace: icon: mdi:home show_in_sidebar: true filename: ui-lovelace.yaml - lovelace-kitchen: - mode: yaml - title: Kitchen - icon: mdi:chef-hat - show_in_sidebar: false - filename: kitchen-lovelace.yaml lovelace-floorlan: mode: yaml title: Floorplan diff --git a/config/kitchen-lovelace.yaml b/config/kitchen-lovelace.yaml deleted file mode 100644 index b5dda76..0000000 --- a/config/kitchen-lovelace.yaml +++ /dev/null @@ -1,23 +0,0 @@ -custom_header: - compact_mode: true - 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 -popup_cards: !include lovelace/popup_cards.yaml - -title: Kitchen -views: - - title: Kitchen - path: default_view - icon: "mdi:chef-hat" - cards: !include lovelace/home_dashboard/kitchen_dashboard.yaml - - title: Home - path: home_view - icon: "mdi:home" - panel: true - cards: !include lovelace/home_dashboard/main_dashboard.yaml