test create dashboard new2
新增加dashboard new2后,会加一行
.storage/lovelace_dashboards change as follow
新增加dashboard new2后,会加一行
.storage/lovelace_dashboards change as follow
{
"version": 1,
"minor_version": 1,
"key": "lovelace_dashboards",
"data": {
"items": [
{
"id": "dashboard_new",
"show_in_sidebar": true,
"title": "Dashboard new",
"require_admin": true,
"mode": "storage",
"url_path": "dashboard-new"
},
{
"id": "new_dashboard_old",
"show_in_sidebar": true,
"title": "new dashboard old",
"require_admin": true,
"mode": "storage",
"url_path": "new-dashboard-old"
},
{
"id": "dashboard_new2",
"show_in_sidebar": true,
"title": "new2",
"require_admin": false,
"mode": "storage",
"url_path": "dashboard-new2"
}
]
}
}
0