Add icons to headers on weather page
This commit is contained in:
@ -5949,6 +5949,8 @@ views:
|
||||
cards:
|
||||
- type: heading
|
||||
heading: Weather Alerts
|
||||
heading_style: title
|
||||
icon: mdi:cloud-alert
|
||||
- content: >
|
||||
<hr> {% 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
|
||||
|
Reference in New Issue
Block a user