mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
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/bedroom_dashboard.yaml
|
|
- title: Kitchen
|
|
path: kitchen
|
|
icon: "mdi:chef-hat"
|
|
panel: true
|
|
cards: !include lovelace/home_dashboard/kitchen_dashboard.yaml
|
|
- title: Bathroom
|
|
path: bathroom
|
|
icon: "mdi:shower-head"
|
|
panel: true
|
|
cards: !include lovelace/home_dashboard/bathroom_dashboard.yaml
|
|
- title: Hallway
|
|
path: hallway
|
|
icon: "mdi:door-closed"
|
|
panel: true
|
|
cards: !include lovelace/home_dashboard/hallway_dashboard.yaml
|
|
- title: Vacuum
|
|
path: vacuum
|
|
icon: "mdi:robot-vacuum"
|
|
panel: true
|
|
cards: !include lovelace/home_dashboard/vacuum_dashboard.yaml
|