-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui-lovelace.yaml
executable file
·30 lines (26 loc) · 1000 Bytes
/
ui-lovelace.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
title: My Home
# Include external resources
resources:
# https://github.com/custom-cards/button-card
- url: /local/button-card.js
type: module
# https://github.com/custom-cards/decluttering-card
- url: /local/decluttering-card.js
type: module
# https://github.com/custom-components/custom_updater
- url: /customcards/github/custom-cards/button-card.js?track=true
type: module
# https://github.com/kalkih/mini-graph-card
- url: /local/mini-graph-card-bundle.js?v=0.4.3
type: module
# Optional background for all views. Check https://developer.mozilla.org/en-US/docs/Web/CSS/background for more examples.
#background: center / cover no-repeat url("/background.png") fixed
# Exclude entities from "Unused entities" view
#excluded_entities:
# - weblink.router
views:
- !include lovelace/home.yaml
- !include lovelace/lights.yaml
- !include lovelace/xmas.yaml
- !include lovelace/system.yaml
- !include lovelace/finance.yaml