lovelace - Enable yaml mode
This commit is contained in:
parent
ec38fc304c
commit
83de86b368
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,3 +9,5 @@
|
|||||||
/appdaemon/*
|
/appdaemon/*
|
||||||
!/appdaemon/apps
|
!/appdaemon/apps
|
||||||
*.json
|
*.json
|
||||||
|
|
||||||
|
!/lovelace/
|
||||||
|
5
lovelace/main.yaml
Normal file
5
lovelace/main.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
title: Åvägen
|
||||||
|
views:
|
||||||
|
- title: Hemma
|
||||||
|
cards: []
|
||||||
|
|
6
packages/lovelace.yaml
Normal file
6
packages/lovelace.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
lovelace:
|
||||||
|
mode: yaml
|
||||||
|
|
||||||
|
shell_command:
|
||||||
|
lovelace_gen: 'cd /config && python /config/www/lovelace/homeassistant-lovelace-gen/lovelace-gen.py'
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user