mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-29 06:48:16 +00:00
35 lines
980 B
YAML
35 lines
980 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: Home
|
|
views:
|
|
- title: Home
|
|
path: default_view
|
|
icon: "mdi:home"
|
|
panel: true
|
|
cards: !include lovelace/home_dashboard/main_dashboard.yaml
|
|
- title: Living room
|
|
path: living_room
|
|
icon: "mdi:sofa"
|
|
panel: true
|
|
cards: !include lovelace/home_dashboard/living_room_dashboard.yaml
|
|
- title: Master bedroom
|
|
path: master_bedroom
|
|
icon: "mdi:bed-empty"
|
|
panel: true
|
|
cards: !include lovelace/home_dashboard/master_bedroom_dashboard.yaml
|
|
- title: Kitchen
|
|
path: kitchen
|
|
icon: "mdi:chef-hat"
|
|
panel: true
|
|
cards: !include lovelace/home_dashboard/kitchen_dashboard.yaml
|