home-automation/appdaemon/dashboards/Weather.dash

66 lines
2.0 KiB
Plaintext

# Dashboard Config
title: Main Panel
widget_dimensions: [120, 120]
widget_size: [1, 1]
widget_margins: [5, 5]
columns: 7
rows: 9
global_parameters:
use_comma: 0
precision: 1
use_hass_icon: 1
nav_back:
widget_type: navigate
dashboard: Main
icon_inactive: mdi-arrow-left-bold-outline
widget_style: "background: MEDIUMSLATEBLUE;"
nav_weather_hourly:
widget_type: navigate
dashboard: Weather_Hourly
icon_inactive: mdi-arrow-right-bold-outline
widget_style: "background: MEDIUMSLATEBLUE;"
nav_weather_5day:
widget_type: navigate
dashboard: Weather_5Day
icon_inactive: mdi-arrow-right-bold-outline
widget_style: "background: MEDIUMSLATEBLUE;"
nav_mobile:
widget_type: navigate
dashboard: Weather_Mobile
icon_inactive: mdi-cellphone-basic
widget_style: "background: MEDIUMSLATEBLUE;"
label_hourly:
widget_type: label
text: Hourly Forecast
widget_style: "background: MEDIUMSLATEBLUE;"
label_daily:
widget_type: label
text: 5 Day Forecast
widget_style: "background: MEDIUMSLATEBLUE;"
label_air_quality:
widget_type: label
text: Air Quality
widget_style: "background: MEDIUMSLATEBLUE;"
# Layout
layout:
- include: header
- nav_main, clock(3x1), nav_mobile, nav_back, reload
- include: darksky_current
- label_current(7x1)
- current_icon, current_temperature, current_feels_like, current_humidity, current_precipitation, current_precipitation_intensity, current_precipitation_accumulation
- label_today(7x1)
- today_icon, today_high_temperature, today_low_temperature, today_humidity, today_precipitation, today_precipitation_intensity, today_precipitation_accumulation
- include: weather_air_quality
- label_air_quality(7x1)
- cold_flue_forecast, allergy_index_today, allergy_index_tomorrow, allergy_index_forecast, asthma_index_today, asthma_index_tomorrow, asthma_index_forecast
- label_hourly(6x1), nav_weather_hourly
- label_daily(6x1), nav_weather_5day