.ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.dashboard_temp
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user