home-automation/appdaemon/dashboards/Desk.dash

68 lines
1.5 KiB
Plaintext

# Dashboard Config
title: Desk
widget_dimensions: [120, 120]
widget_size: [1, 1]
widget_margins: [5, 5]
columns: 4
rows: 4
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;"
temp:
widget_type: sensor
title: "Temperature"
entity: sensor.sparkfun_weather_station_temp_f
sub_entity: sensor.sparkfun_weather_station_temp_c
units: '°F'
heat_index:
widget_type: sensor
title: "Heat Index"
entity: sensor.sparkfun_weather_station_hi_f
sub_entity: sensor.sparkfun_weather_station_hi_c
units: '°F'
humidity:
widget_type: gauge
title: "Humidity"
entity: sensor.sparkfun_weather_station_humidity_percent
units: "%"
min: 0
max: 100
pressure:
widget_type: sensor
title: Pressure
entity: sensor.sparkfun_weather_station_pressure_pa
units: 'Pa'
light:
widget_type: gauge
entity: sensor.sparkfun_weather_station_light_lvl_v
min: 0
max: 10
units: "V"
light_value:
widget_type: sensor
title: Light Level
entity: sensor.sparkfun_weather_station_light_lvl_v
units: 'V'
# Layout
layout:
- include: header
- nav_main, clock, nav_back, reload
- temp, heat_index, humidity, pressure
- light_value, light, spacer(2x1)
- include: status
- ac_status, battery_status, battery_capacity, battery_voltage