diff --git a/.storage/lovelace.dashboard_temp b/.storage/lovelace.dashboard_temp index 845dd92..520c311 100644 --- a/.storage/lovelace.dashboard_temp +++ b/.storage/lovelace.dashboard_temp @@ -247,12 +247,16 @@ }, { "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" - ] + { + "entity": "sensor.home_assistant_enp1s0_rx" + }, + { + "entity": "sensor.home_assistant_enp1s0_tx" + } + ], + "title": "Network Traffic", + "hours_to_show": 24 }, { "type": "entities",