mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 12:26:29 +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
|
||||
resources:
|
||||
- url: /local/content-card-example.js
|
||||
type: js
|
||||
type: module
|
||||
views:
|
||||
- name: Example
|
||||
cards:
|
||||
|
Loading…
x
Reference in New Issue
Block a user