.storage/lovelace.dashboard_home
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user