2024年11月21日星期四 下午7:45:11

default dashboard changed

1 年 前
#20269 引用
default dashboard changed

Install Type
home assistant core


Config path
/home/homeassistant/.homeassistant/.storage




Overview ->/.storage/lovelace  删除lovelace后Overview恢复为自动生成模式

0
1 年 前
#20956 引用
Ha的默认仪表盘被我改了,怎么重置回原来的

在隐藏目录.storage下,有个lovelace文件,删除它,然后重启ha就行了
0
11 个月 前
#24027 引用

1
0
11 个月 前
#24028 引用


Are you sure you want to remove your dashboard configuration?
We will automatically generate your dashboard views with your areas and devices if you remove your dashboard configuration.




git change

root@raspberrypi:/home/homeassistant20221103/.homeassistant# git commit -m "default dashboard changed "
[main d671668] default dashboard changed
1 file changed, 14 deletions(-)
delete mode 100644 .storage/lovelace
0
11 个月 前
#24029 引用


Take control of your dashboard
This dashboard is currently being maintained by Home Assistant. It is automatically updated when new entities or dashboard components become available. If you take control, this dashboard will no longer be automatically updated. You can always create a new dashboard in configuration to play around with.

Are you sure you want to take control of your user interface?

* Start with an empty dashboard
0
11 个月 前
#24035 引用
1
0
11 个月 前
#24036 引用
before



root@raspberrypi:/home/homeassistant20221103/.homeassistant/.storage# ls l* -l
-rw-r--r-- 1 homeassistant20221103 homeassistant20221103   455 12月15日 20:13 lovelace
-rw-r--r-- 1 homeassistant20221103 homeassistant20221103   210 12月15日 20:02 lovelace.dashboard_card
-rw-r--r-- 1 homeassistant20221103 homeassistant20221103  2535 2023年 4月11日 lovelace.dashboard_cardnew
-rw-r--r-- 1 homeassistant20221103 homeassistant20221103   745 12月15日 20:15 lovelace_dashboards
-rw-r--r-- 1 homeassistant20221103 homeassistant20221103 10313 12月 9日 04:28 lovelace.new_dashboard



0
11 个月 前
#24037 引用

root@raspberrypi:/home/homeassistant20221103/.homeassistant/.storage# rm l*



output

delete mode 100644 .storage/lovelace
delete mode 100644 .storage/lovelace.dashboard_card
delete mode 100644 .storage/lovelace.dashboard_cardnew
delete mode 100644 .storage/lovelace.new_dashboard
delete mode 100644 .storage/lovelace_dashboards

0
11 个月 前
#24038 引用
restart first after del all  dashboard files in .storage

OverView  dashboard show ok

[main dc203cf] restart first after del all  dashboard files in .storage
18 files changed, 42836 insertions(+), 43306 deletions(-)


0
11 个月 前
#24039 引用
create first Dashboard new restart first after del all dashboard file


.storage/lovelace_dashboards


{
  "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"
      }
    ]
  }
}



0