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

This commit is contained in:
Home Assistant Version Control
2026-07-27 14:52:38 +00:00
parent 374f77d382
commit a801a343cf
2 changed files with 81 additions and 0 deletions
+80
View File
@@ -456,6 +456,86 @@
"entity": "sensor.blink_backyard_tree_temperature"
}
]
},
{
"type": "grid",
"cards": [
{
"type": "heading",
"heading": "System Health",
"heading_style": "title"
},
{
"type": "vertical-stack",
"cards": [
{
"type": "entities",
"title": "System Health",
"show_header_toggle": false,
"entities": [
{
"entity": "sensor.system_monitor_memory_usage",
"name": "Memory Usage"
},
{
"entity": "sensor.system_monitor_memory_free",
"name": "Memory Free"
},
{
"entity": "sensor.system_monitor_disk_use",
"name": "Disk Used"
},
{
"entity": "sensor.system_monitor_disk_free",
"name": "Disk Free"
},
{
"entity": "sensor.system_monitor_load_1_min",
"name": "Load 1 Minute"
},
{
"entity": "sensor.system_monitor_load_5_min",
"name": "Load 5 Minute"
},
{
"entity": "sensor.system_monitor_load_15_min",
"name": "Load 15 Minute"
},
{
"entity": "sensor.system_monitor_uptime"
}
]
},
{
"type": "history-graph",
"title": "System Load",
"hours_to_show": 24,
"entities": [
"sensor.system_monitor_load_1_min",
"sensor.system_monitor_load_5_min",
"sensor.system_monitor_load_15_min"
]
},
{
"type": "history-graph",
"title": "Network Traffic",
"hours_to_show": 24,
"entities": [
"sensor.system_monitor_network_throughput_in_enp1s0",
"sensor.system_monitor_network_throughput_out_enp1s0"
]
},
{
"type": "entities",
"title": "Network Counters",
"entities": [
"sensor.system_monitor_packets_in_enp1s0",
"sensor.system_monitor_packets_out_enp1s0"
]
}
]
}
]
}
],
"max_columns": 4,