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,