Skip to content

Commit cbaa65f

Browse files
Miklos Szanyiswingerman
Miklos Szanyi
authored andcommitted
chore: replace ha image in devcontainer
- replace ha image for working one - update lovelace resources to new requirement
1 parent ac3bb5d commit cbaa65f

File tree

4 files changed

+2217
-2395
lines changed

4 files changed

+2217
-2395
lines changed

.devcontainer/configuration.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
default_config:
22
lovelace:
33
mode: yaml
4+
resources:
5+
- url: http://127.0.0.1:5000/boilerplate-card.js
6+
type: module
47
demo:

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
22
{
33
"name": "Boilerplate Card Development",
4-
"image": "ludeeus/container:monster",
4+
"image": "ghcr.io/ludeeus/devcontainer/generic:latest",
55
"context": "..",
66
"appPort": ["5000:5000", "9123:8123"],
77
"postCreateCommand": "npm install",

.devcontainer/ui-lovelace.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
resources:
2-
- url: http://127.0.0.1:5000/boilerplate-card.js
3-
type: module
41
views:
52
- cards:
63
- type: custom:boilerplate-card

0 commit comments

Comments
 (0)