home-automation/appdaemon/dashboards/Weather.dash

66 lines
2.0 KiB
Plaintext
Raw Normal View History

# Dashboard Config
title: Main Panel
widget_dimensions: [120, 120]
widget_size: [1, 1]
widget_margins: [5, 5]
columns: 7
2019-05-05 19:19:18 +00:00
rows: 9
global_parameters:
use_comma: 0
2019-05-04 22:23:53 +00:00
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;"
2019-05-06 21:58:40 +00:00
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;"
2019-05-05 19:19:18 +00:00
label_air_quality:
widget_type: label
text: Air Quality
widget_style: "background: MEDIUMSLATEBLUE;"
# Layout
layout:
- include: header
2019-05-06 21:58:40 +00:00
- 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
2019-05-05 19:19:18 +00:00
- 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