Update Dashboards
This commit is contained in:
@@ -62,3 +62,38 @@ views:
|
||||
service: switch.turn_on
|
||||
data:
|
||||
entity_id: switch.garage_door_relay_1
|
||||
|
||||
# --------------------------------------------------
|
||||
# Climate Control Panel
|
||||
- path: climate
|
||||
icon: mdi:home-thermometer
|
||||
title: Climate Control
|
||||
cards:
|
||||
- type: thermostat
|
||||
entity: climate.thermostat
|
||||
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: input_select.climate_mode
|
||||
- entity: automation.pause_hvac_when_doors_windows_open
|
||||
- entity: automation.restore_hvac_when_doors_windows_closed
|
||||
show_header_toggle: false
|
||||
title: HVAC Control
|
||||
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: automation.narrow_hvac_range_during_day
|
||||
- entity: input_datetime.hvac_start_day
|
||||
- entity: input_number.temp_setpoint_day_high
|
||||
- entity: input_number.temp_setpoint_day_low
|
||||
show_header_toggle: false
|
||||
title: Daytime
|
||||
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: automation.widen_hvac_range_at_night
|
||||
- entity: input_datetime.hvac_start_night
|
||||
- entity: input_number.temp_setpoint_night_high
|
||||
- entity: input_number.temp_setpoint_night_low
|
||||
show_header_toggle: false
|
||||
title: Nighttime
|
||||
|
||||
Reference in New Issue
Block a user