Depends on https://github.com/blakeblackshear/frigate-hass-integration/pull/884.
37 lines
897 B
Plaintext
37 lines
897 B
Plaintext
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|