lovelace - Enable yaml mode

This commit is contained in:
Thomas Lovén 2019-01-03 15:15:40 +01:00
parent ec38fc304c
commit 83de86b368
3 changed files with 13 additions and 0 deletions

2
.gitignore vendored
View File

@ -9,3 +9,5 @@
/appdaemon/* /appdaemon/*
!/appdaemon/apps !/appdaemon/apps
*.json *.json
!/lovelace/

5
lovelace/main.yaml Normal file
View File

@ -0,0 +1,5 @@
title: Åvägen
views:
- title: Hemma
cards: []

6
packages/lovelace.yaml Normal file
View File

@ -0,0 +1,6 @@
lovelace:
mode: yaml
shell_command:
lovelace_gen: 'cd /config && python /config/www/lovelace/homeassistant-lovelace-gen/lovelace-gen.py'