home-automation/appdaemon/dashboards/Sensors_Mobile.dash

60 lines
1.5 KiB
Plaintext

# Dashboard Config
title: Sensors
widget_dimensions: [120, 120]
widget_size: [1, 1]
widget_margins: [5, 5]
columns: 3
rows: 13
global_parameters:
use_comma: 0
precision: 2
use_hass_icon: 1
shorten: 1
nav_back:
widget_type: navigate
dashboard: Main_Mobile
icon_inactive: mdi-arrow-left-bold-outline
widget_style: "background: MEDIUMSLATEBLUE;"
nav_desktop:
widget_type: navigate
dashboard: Sensors
icon_inactive: mdi-laptop-chromebook
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_mobile, nav_back, reload
- nav_desktop, clock(2x1)
- label_desk(3x1)
- include: sensors_desk
- temp, heat_index, light_value
- light, humidity, pressure
- include: zwave
- label_attic(3x1)
- zwave_multi_sensor_attic_status, multi_sensor_attic, multi_sensor_attic_battery_level
- multi_sensor_attic_temperature, multi_sensor_attic_humidity, multi_sensor_attic_light
- label_system_status(3x1)
- include: status
- battery_status, battery_capacity, battery_voltage
- battery_current, battery_health(2x1)
- ac_status, ac_current, ac_voltage
- zwave_gateway_status, spacer(2x1)