.ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.dashboard_temp

This commit is contained in:
Home Assistant Version Control
2026-07-27 15:06:21 +00:00
parent b3f5a8209a
commit 4b283a53b1
2 changed files with 24 additions and 0 deletions
+23
View File
@@ -460,6 +460,29 @@
{
"type": "grid",
"cards": [
{
"type": "gauge",
"entity": "sensor.home_assistant_cpu_usage",
"name": "CPU Usage",
"min": 0,
"max": 100,
"severity": {
"green": 0,
"yellow": 50,
"red": 80
}
},
{
"type": "history-graph",
"title": "CPU Usage",
"entities": [
{
"entity": "sensor.home_assistant_cpu_usage",
"name": "CPU Usage"
}
],
"hours_to_show": 24
},
{
"type": "heading",
"heading": "System Health",