Here is card that i made for the Icelandic community
Card:
type: vertical-stack
cards:
- card_config_version: 8
custom1_icon: mdi:aurora
custom1_units: '%'
custom1_value: sensor.aurora_visibility_aurora_visibility
entity_extended: sensor.weather_warning
entity_forecast_icon: weather.home
entity_forecast_icon_1: weather.home
entity_forecast_max_1: weather.home
entity_forecast_min_1: weather.home
entity_pop: weather.home
entity_pos: weather.home
entity_pos_1: weather.home
entity_summary: weather.home
entity_summary_1: weather.home
entity_temperature: weather.home
extended_name_attr: 'summary:'
extended_use_attr: false
option_color_fire_danger: true
option_show_overview_decimals: true
option_show_overview_separator: false
option_static_icons: false
option_time_format: 24hour
option_today_rainfall_decimals: true
option_today_temperature_decimals: true
overview_layout: complete
section_order:
- overview
- daily_forecast
- slots
- extended
slot_l1: remove
slot_l2: remove
slot_l3: remove
slot_l4: remove
slot_l5: sun_next
slot_l6: custom1
slot_l7: remove
slot_l8: remove
slot_r1: popforecast
slot_r2: remove
slot_r3: remove
slot_r4: remove
slot_r5: sun_following
slot_r6: remove
slot_r7: remove
slot_r8: remove
text_card_title: Reykjavík Veður
type: custom:platinum-weather-card
- aspect_ratio: 50%
type: iframe
url: >-
https://embed.windy.com/embed2.html?lat=64.110&lon=-21.890&detailLat=64.314&detailLon=-21.742&width=650&height=450&zoom=9&level=surface&overlay=wind&product=ecmwf&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=default&metricTemp=default&radarRange=-1
It uses:
feedpaser
The Aurora integration
Sensors:
#############################
#### RSS Feeder Sensors ####
#############################
### Weather wrning ###
- platform: template
sensors:
weather_warning:
friendly_name: "weather warning"
icon_template: mdi:warning
value_template: >-
{{ states('sensor.weather_warning_reykjavik_area').split(": '")[1].split('nValid')[0]}}
- platform: feedparser
name: Weather Warnings Reykjavik
feed_url: 'https://xmlweather.vedur.is/?op_w=xml&type=txt&lang=en&view=rss&ids=32'
date_format: '%a, %d %b %Y %H:%M:%S %Z'
scan_interval:
hours: 3
inclusions:
- summary
exclusions:
- language
type or paste code here
hope people like it