mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
title: Weather
|
|
path: weather
|
|
icon: mdi:weather-sunny
|
|
type: sidebar
|
|
visible:
|
|
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
|
|
|
header:
|
|
layout: responsive
|
|
badges_position: bottom
|
|
badges_wrap: scroll
|
|
|
|
badges:
|
|
- type: custom:mushroom-chips-card
|
|
chips:
|
|
- type: back
|
|
|
|
cards:
|
|
- type: iframe
|
|
url: >-
|
|
https://embed.windy.com/embed2.html?lat=42.534&lon=-85.842&detailLat=42.439&detailLon=-85.838&width=650&height=450&zoom=9&level=surface&overlay=radar&product=radar&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=default&metricTemp=default&radarRange=-1
|
|
- type: vertical-stack
|
|
view_layout:
|
|
position: sidebar
|
|
cards:
|
|
- type: custom:horizon-card
|
|
moon: true
|
|
refresh_period: 60
|
|
fields:
|
|
sunrise: true
|
|
sunset: true
|
|
dawn: true
|
|
noon: true
|
|
dusk: true
|
|
moonrise: true
|
|
moonset: true
|
|
moon_phase: true
|
|
- type: weather-forecast
|
|
entity: weather.home
|
|
name: Next 5 Hours
|
|
show_current: true
|
|
show_forecast: true
|
|
forecast_type: hourly
|
|
- type: weather-forecast
|
|
entity: weather.home
|
|
name: Next 5 Days
|
|
show_current: true
|
|
show_forecast: true
|
|
forecast_type: daily
|