Update Dashboards

This commit is contained in:
2022-10-30 11:23:46 -07:00
parent 0b474c92fd
commit 7b81862a1a
3 changed files with 42 additions and 367 deletions

View File

@@ -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