updating to latest
This commit is contained in:
36
appdaemon/dashboards/House.dash
Normal file
36
appdaemon/dashboards/House.dash
Normal file
@@ -0,0 +1,36 @@
|
||||
title: Main Panel
|
||||
widget_dimensions: [120, 120]
|
||||
widget_size: [1, 1]
|
||||
widget_margins: [5, 5]
|
||||
columns: 8
|
||||
global_parameters:
|
||||
use_comma: 0
|
||||
precision: 1
|
||||
use_hass_icon: 1
|
||||
namespace: default
|
||||
layout:
|
||||
- clock.clock (2x2), outside_temp, inside_temp
|
||||
# - set_temp, spacer, test
|
||||
|
||||
test:
|
||||
widget_type: label
|
||||
title: test
|
||||
|
||||
outside_temp:
|
||||
widget_type: sensor
|
||||
title: Outside Temperature
|
||||
units: "°F"
|
||||
precision: 1
|
||||
entity: sensor.thermostat_outside_temperature
|
||||
|
||||
#inside_temp:
|
||||
# widget_type: sensor
|
||||
# title: Inside Temperature
|
||||
# units: "°F"
|
||||
# precision: 1
|
||||
# entity: sensor.home_temperature
|
||||
|
||||
inside_temp:
|
||||
widget_type: climate
|
||||
title: Thermostat
|
||||
entity: climate.home
|
||||
Reference in New Issue
Block a user