You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.1 KiB
46 lines
1.1 KiB
# Dashboard Config
|
|
title: Sensors
|
|
widget_dimensions: [120, 120]
|
|
widget_size: [1, 1]
|
|
widget_margins: [5, 5]
|
|
columns: 6
|
|
rows: 3
|
|
global_parameters:
|
|
use_comma: 0
|
|
precision: 2
|
|
use_hass_icon: 1
|
|
shorten: 1
|
|
|
|
nav_back:
|
|
widget_type: navigate
|
|
dashboard: Main
|
|
icon_inactive: mdi-arrow-left-bold-outline
|
|
widget_style: "background: MEDIUMSLATEBLUE;"
|
|
|
|
label_desk:
|
|
widget_type: label
|
|
text: Desk
|
|
widget_style: "background: MEDIUMSLATEBLUE;"
|
|
|
|
label_system_status:
|
|
widget_type: label
|
|
text: System
|
|
widget_style: "background: MEDIUMSLATEBLUE;"
|
|
|
|
label_attic:
|
|
widget_type: label
|
|
text: Attic
|
|
widget_style: "background: MEDIUMSLATEBLUE;"
|
|
|
|
# Layout
|
|
layout:
|
|
- include: header
|
|
- nav_main, clock(3x1), nav_back, reload
|
|
- label_desk(6x1)
|
|
- include: sensors_desk
|
|
- temp, heat_index, light_value, light, humidity, pressure
|
|
- label_attic(6x1)
|
|
- label_system_status(6x1)
|
|
- include: status
|
|
- battery_status, battery_capacity, battery_voltage, battery_current, battery_health(2x1)
|
|
- ac_status, ac_current, ac_voltage, spacer(3x1) |