.storage/lovelace.dashboard_temp

This commit is contained in:
Home Assistant Version Control
2026-07-27 15:19:29 +00:00
parent cf8772ba90
commit d2f003920b
+9 -5
View File
@@ -247,12 +247,16 @@
}, },
{ {
"type": "history-graph", "type": "history-graph",
"title": "Network Traffic",
"hours_to_show": 24,
"entities": [ "entities": [
"sensor.system_monitor_network_throughput_in_enp1s0", {
"sensor.system_monitor_network_throughput_out_enp1s0" "entity": "sensor.home_assistant_enp1s0_rx"
] },
{
"entity": "sensor.home_assistant_enp1s0_tx"
}
],
"title": "Network Traffic",
"hours_to_show": 24
}, },
{ {
"type": "entities", "type": "entities",