Very simple, first attempt at a dashboard

This commit is contained in:
KemoNine 2019-05-04 19:23:15 +00:00
parent 5523be6534
commit 16f1e16dce
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# Dashboard Config
title: Main Panel
widget_dimensions: [121, 122]
widget_size: [1, 1]
widget_margins: [5, 5]
columns: 10
rows: 6
global_parameters:
use_comma: 0
precision: 0
use_hass_icon: 1
# Common navigation
nav_main:
widget_type: navigate
dashboard: Main
title2: Home
icon_inactive: mdi-home-assistant
widget_style: "background: MEDIUMSLATEBLUE;"
# Layout
layout:
- include: header
- nav_main, reload, clock

View File

@ -0,0 +1,9 @@
reload:
widget_type: reload
title2: Reload
widget_style: "background: MEDIUMSLATEBLUE;"
clock:
widget_type: clock
time_format: 24hr
widget_style: "background: DARKSLATEBLUE;"