lovelace - Split out resources

This commit is contained in:
Thomas Lovén 2019-01-13 22:44:12 +01:00
parent be33beb72d
commit ae14296af0
2 changed files with 7 additions and 7 deletions

View File

@ -1,13 +1,7 @@
{% set dev_card="- !include dev_card.yaml" %} {% set dev_card="- !include dev_card.yaml" %}
title: Åvägen title: Åvägen
resources: resources: !include resources.yaml
- url: !file /local/lovelace-card-tools/card-tools.js
type: js
- url: !file /local/lovelace-fold-entity-row/fold-entity-row.js
type: js
- url: !file /local/lovelace-time-input-row/time-input-row.js
type: js
views: views:
- title: Hemma - title: Hemma
cards: cards:

6
lovelace/resources.yaml Normal file
View File

@ -0,0 +1,6 @@
- url: !file /local/lovelace-card-tools/card-tools.js
type: js
- url: !file /local/lovelace-fold-entity-row/fold-entity-row.js
type: js
- url: !file /local/lovelace-time-input-row/time-input-row.js
type: js