mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 12:56:30 +00:00
'type: js' updated to 'type: module' (deprecation) (#430)
HACS is also proposing `module` and it has come to my attention that 'js' should go...
This commit is contained in:
parent
2f506cefda
commit
4287f7be00
@ -90,7 +90,7 @@ In our example card we defined a card with the tag `content-card-example` (see l
|
|||||||
# Example Lovelace configuration
|
# Example Lovelace configuration
|
||||||
resources:
|
resources:
|
||||||
- url: /local/content-card-example.js
|
- url: /local/content-card-example.js
|
||||||
type: js
|
type: module
|
||||||
views:
|
views:
|
||||||
- name: Example
|
- name: Example
|
||||||
cards:
|
cards:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user