Add editor support.

This commit is contained in:
Dermot Duffy
2023-10-10 20:16:00 -07:00
parent 50a979b06b
commit ac0eab40a2
6 changed files with 93 additions and 2 deletions
+13 -1
View File
@@ -10,6 +10,18 @@
"config": {
"cameras": {
"camera_entity": "Camera Entity",
"cast": {
"dashboard": {
"dashboard_path": "Dashboard path",
"view_path": "View path"
},
"editor_label": "Cast Options",
"method": "Cast method",
"methods": {
"standard": "Standard",
"dashboard": "Dashboard"
}
},
"dependencies": {
"all_cameras": "Show events for all cameras with this camera",
"cameras": "Show events for specific cameras with this camera",
@@ -522,4 +534,4 @@
},
"select_date": "Choose date"
}
}
}