Files
sarah/config/ui-lovelace.yaml
2020-05-01 20:07:11 +03:00

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