From 4441a0f4aa96b9e8ec70e2db90ab4f53b5ee5bcc Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 8 Jul 2025 16:37:00 -0400 Subject: [PATCH] Add icons to headers on weather page --- main_dashboard.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/main_dashboard.yaml b/main_dashboard.yaml index ffe69d5..f0e6563 100644 --- a/main_dashboard.yaml +++ b/main_dashboard.yaml @@ -5949,6 +5949,8 @@ views: cards: - type: heading heading: Weather Alerts + heading_style: title + icon: mdi:cloud-alert - content: >
{% set alerts = [ "sensor.weatheralerts_alert_1", @@ -5972,6 +5974,8 @@ views: cards: - type: heading heading: Lightning + heading_style: title + icon: mdi:lightning-bolt - type: custom:stack-in-card cards: - type: entity @@ -5993,6 +5997,8 @@ views: cards: - type: heading heading: Radar + heading_style: title + icon: mdi:radar - type: custom:weather-radar-card map_style: Dark center_latitude: 41.281681 @@ -6016,6 +6022,8 @@ views: cards: - type: heading heading: Forecasts + heading_style: title + icon: mdi:sun-clock - type: custom:weather-chart-card entity: weather.iron_nerd_weather_station show_main: true @@ -6095,6 +6103,7 @@ views: - type: heading heading: SPC Outlooks heading_style: title + icon: fas:tornado - type: vertical-stack cards: - type: grid @@ -6694,6 +6703,8 @@ views: cards: - type: heading heading: Temperature + heading_style: title + icon: mdi:thermometer - type: custom:mini-graph-card entities: - sensor.home_tempest_temperature @@ -6732,6 +6743,8 @@ views: cards: - type: heading heading: Other Stats + heading_style: title + icon: mdi:weather-windy - type: custom:windrose-card title: Wind Rose data_period: @@ -6847,6 +6860,8 @@ views: cards: - type: heading heading: Sun + heading_style: title + icon: mdi:weather-sunset - type: custom:horizon-card fields: moonrise: true