-
Notifications
You must be signed in to change notification settings - Fork 0
/
lovelace.yaml
42 lines (41 loc) · 1.11 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
lovelace:
mode: yaml
# Include external resources only add when mode is yaml, otherwise manage in the resources in the dashboard configuration panel.
resources:
- url: /local/my-custom-card.js
type: module
- url: /local/my-webfont.css
type: css
# Add more dashboards
dashboards:
lovelace-generated: # Needs to contain a hyphen (-)
mode: yaml
filename: notexist.yaml
title: Generated
icon: mdi:tools
show_in_sidebar: true
require_admin: true
lovelace-hidden:
mode: yaml
title: hidden
show_in_sidebar: false
filename: hidden.yaml
button_card_templates:
police:
styles:
card:
- font-family: Avenir
style:
styles:
card:
- border-color: rgba(12, 12, 14, 0.2)
- border-style: outset
- border-width: 1px
- box-shadow: 1px 1px 2px 0px rgba(10, 10, 10,0.2)
no_style:
styles:
card:
- "--ha-card-border-width": 0px
- "--paper-card-background-color": rgba(0, 0, 0, 0.0)
- "--ha-card-background": rgba(0, 0, 0, 0.0)
- "--ha-card-box-shadow": none