Add icons to headers on weather page

This commit is contained in:
2025-07-08 16:37:00 -04:00
parent 93551c62d5
commit 4441a0f4aa

View File

@ -5949,6 +5949,8 @@ views:
cards: cards:
- type: heading - type: heading
heading: Weather Alerts heading: Weather Alerts
heading_style: title
icon: mdi:cloud-alert
- content: > - content: >
<hr> {% set alerts = [ <hr> {% set alerts = [
"sensor.weatheralerts_alert_1", "sensor.weatheralerts_alert_1",
@ -5972,6 +5974,8 @@ views:
cards: cards:
- type: heading - type: heading
heading: Lightning heading: Lightning
heading_style: title
icon: mdi:lightning-bolt
- type: custom:stack-in-card - type: custom:stack-in-card
cards: cards:
- type: entity - type: entity
@ -5993,6 +5997,8 @@ views:
cards: cards:
- type: heading - type: heading
heading: Radar heading: Radar
heading_style: title
icon: mdi:radar
- type: custom:weather-radar-card - type: custom:weather-radar-card
map_style: Dark map_style: Dark
center_latitude: 41.281681 center_latitude: 41.281681
@ -6016,6 +6022,8 @@ views:
cards: cards:
- type: heading - type: heading
heading: Forecasts heading: Forecasts
heading_style: title
icon: mdi:sun-clock
- type: custom:weather-chart-card - type: custom:weather-chart-card
entity: weather.iron_nerd_weather_station entity: weather.iron_nerd_weather_station
show_main: true show_main: true
@ -6095,6 +6103,7 @@ views:
- type: heading - type: heading
heading: SPC Outlooks heading: SPC Outlooks
heading_style: title heading_style: title
icon: fas:tornado
- type: vertical-stack - type: vertical-stack
cards: cards:
- type: grid - type: grid
@ -6694,6 +6703,8 @@ views:
cards: cards:
- type: heading - type: heading
heading: Temperature heading: Temperature
heading_style: title
icon: mdi:thermometer
- type: custom:mini-graph-card - type: custom:mini-graph-card
entities: entities:
- sensor.home_tempest_temperature - sensor.home_tempest_temperature
@ -6732,6 +6743,8 @@ views:
cards: cards:
- type: heading - type: heading
heading: Other Stats heading: Other Stats
heading_style: title
icon: mdi:weather-windy
- type: custom:windrose-card - type: custom:windrose-card
title: Wind Rose title: Wind Rose
data_period: data_period:
@ -6847,6 +6860,8 @@ views:
cards: cards:
- type: heading - type: heading
heading: Sun heading: Sun
heading_style: title
icon: mdi:weather-sunset
- type: custom:horizon-card - type: custom:horizon-card
fields: fields:
moonrise: true moonrise: true