mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 01:14:42 +00:00
24 lines
649 B
YAML
24 lines
649 B
YAML
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
|