23 lines
623 B
YAML
23 lines
623 B
YAML
# lovelace_gen
|
|
|
|
- url: !file /local/lovelace-card-tools/card-tools.js
|
|
type: js
|
|
- url: !file /local/lovelace-auto-entities/auto-entities.js
|
|
type: js
|
|
- url: !file /local/lovelace-layout-card/layout-card.js
|
|
type: js
|
|
|
|
# Specially modified by helto
|
|
# https://github.com/helto4real/hassio/tree/master/www/custom_cards
|
|
- url: !file /local/weather-card.js
|
|
type: module
|
|
|
|
- url: !file /local/more-info-card.js
|
|
type: js
|
|
|
|
# Plugins installed through HACS
|
|
- url: !file /local/community/lovelace-card-mod/card-mod.js
|
|
type: module
|
|
- url: !file /local/community/lovelace-fold-entity-row/fold-entity-row.js
|
|
type: module
|