From bc4af9554408e5690fda9ea79b68e9053750a48a Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Thu, 27 Aug 2026 14:46:53 +0000 Subject: [PATCH] .storage/lovelace.dashboard_home --- .storage/lovelace.dashboard_home | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.storage/lovelace.dashboard_home b/.storage/lovelace.dashboard_home index ba735311..826260e5 100644 --- a/.storage/lovelace.dashboard_home +++ b/.storage/lovelace.dashboard_home @@ -1034,12 +1034,6 @@ "icon": "{% set condition = states('weather.forecast_home') %} {% set mapper = {\n 'partlycloudy': 'partly-cloudy',\n 'clear-night': 'night',\n 'exceptional': 'alert',\n 'windy-variant': 'windy'\n} %} {% set suffix = mapper.get(condition, condition) %} mdi:weather-{{ suffix }}", "icon_color": "orange" }, - { - "type": "custom:mushroom-template-card", - "primary": "⬇️ {{ states('sensor.gt_ax11000_wan_download_speed') | float(0) | round(1) }} Mbps", - "secondary": "⬆️ {{ states('sensor.gt_ax11000_wan_upload_speed') | float(0) | round(1) }} Mbps", - "color": "blue" - }, { "type": "entity", "show_name": true,