home-automation/appdaemon/dashboards/Weather.dash

52 lines
1.5 KiB
Plaintext

# Dashboard Config
title: Main Panel
widget_dimensions: [120, 120]
widget_size: [1, 1]
widget_margins: [5, 5]
columns: 7
rows: 7
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;"
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;"
# Layout
layout:
- include: header
- nav_main, clock(4x1), 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
- label_hourly(6x1), nav_weather_hourly
- label_daily(6x1), nav_weather_5day