.storage/lovelace.dashboard_home

This commit is contained in:
Home Assistant Version Control
2026-08-27 14:46:53 +00:00
parent 704492f4e1
commit bc4af95544
-6
View File
@@ -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,