27 lines
416 B
YAML
27 lines
416 B
YAML
default_config:
|
|
|
|
demo:
|
|
|
|
browser_mod:
|
|
|
|
lovelace:
|
|
mode: yaml
|
|
resources:
|
|
- url: /local/card-mod.js
|
|
type: module
|
|
dashboards:
|
|
lovelace-yaml:
|
|
mode: yaml
|
|
title: yaml
|
|
filename: lovelace.yaml
|
|
|
|
frontend:
|
|
themes:
|
|
test:
|
|
card-mod-theme: test
|
|
card-mod-more-info-yaml: |
|
|
$: |
|
|
.mdc-dialog {
|
|
backdrop-filter: grayscale(0.7) blur(5px);
|
|
}
|