chore: Revamp devcontainer (#2021)
Depends on https://github.com/blakeblackshear/frigate-hass-integration/pull/884.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user