home-automation/appdaemon/dashboards/Weather_Mobile.dash

70 lines
2.0 KiB
Plaintext

# Dashboard Config
title: Main Panel
widget_dimensions: [120, 120]
widget_size: [1, 1]
widget_margins: [5, 5]
columns: 3
rows: 13
global_parameters:
use_comma: 0
precision: 1
use_hass_icon: 1
nav_back:
widget_type: navigate
dashboard: Main_Mobile
icon_inactive: mdi-arrow-left-bold-outline
widget_style: "background: MEDIUMSLATEBLUE;"
nav_weather_hourly:
widget_type: navigate
dashboard: Weather_Hourly_Mobile
icon_inactive: mdi-arrow-right-bold-outline
widget_style: "background: MEDIUMSLATEBLUE;"
nav_weather_5day:
widget_type: navigate
dashboard: Weather_5Day_Mobile
icon_inactive: mdi-arrow-right-bold-outline
widget_style: "background: MEDIUMSLATEBLUE;"
nav_desktop:
widget_type: navigate
dashboard: Weather
icon_inactive: mdi-laptop-chromebook
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_mobile, nav_back, reload
- nav_desktop, clock(2x1)
- include: darksky_current
- label_current(2x1), current_icon
- current_temperature, current_feels_like, current_humidity
- current_precipitation, current_precipitation_intensity, current_precipitation_accumulation
- label_today(2x1), 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(3x1)
- cold_flue_forecast, allergy_index_today, asthma_index_today
- spacer, allergy_index_tomorrow, asthma_index_tomorrow
- label_hourly(2x1), nav_weather_hourly
- label_daily(2x1), nav_weather_5day