chore: Revamp devcontainer (#2021)

Depends on
https://github.com/blakeblackshear/frigate-hass-integration/pull/884.
This commit is contained in:
Felipe Santos
2025-05-21 20:32:47 -07:00
committed by GitHub
parent e1e80e2cc8
commit b9a3527954
14 changed files with 27 additions and 128 deletions
@@ -0,0 +1,36 @@
{
"version": 1,
"minor_version": 1,
"key": "lovelace",
"data": {
"config": {
"title": "Advanced Camera Card",
"views": [
{
"theme": "Backend-selected",
"title": "Basic",
"path": "basic",
"badges": [],
"cards": [
{
"type": "custom:advanced-camera-card",
"name": "Advanced Camera Card with Frigate Camera",
"cameras": [
{
"camera_entity": "camera.big_buck_bunny",
"live_provider": "jsmpeg",
"id": "big_buck_bunny_jsmpeg"
},
{
"camera_entity": "camera.big_buck_bunny",
"live_provider": "ha",
"id": "big_buck_bunny_ha"
}
]
}
]
}
]
}
}
}
@@ -0,0 +1,14 @@
{
"version": 1,
"minor_version": 1,
"key": "lovelace_resources",
"data": {
"items": [
{
"url": "http://localhost:10001/advanced-camera-card.js",
"type": "module",
"id": "00c459541bac4290af01c51bf9c06ba1"
}
]
}
}