Add basement studio heating controls
This commit is contained in:
@ -2690,6 +2690,20 @@ views:
|
|||||||
case: first
|
case: first
|
||||||
state_color: true
|
state_color: true
|
||||||
show_header_toggle: false
|
show_header_toggle: false
|
||||||
|
- type: custom:simple-thermostat
|
||||||
|
entity: climate.basement_studio_thermostat
|
||||||
|
header: false
|
||||||
|
decimals: 0
|
||||||
|
step_size: 1
|
||||||
|
layout:
|
||||||
|
mode:
|
||||||
|
headings: false
|
||||||
|
names: true
|
||||||
|
icons: true
|
||||||
|
step: row
|
||||||
|
control:
|
||||||
|
hvac:
|
||||||
|
heat: true
|
||||||
- type: custom:mushroom-select-card
|
- type: custom:mushroom-select-card
|
||||||
entity: input_select.basement_studio_scenes
|
entity: input_select.basement_studio_scenes
|
||||||
layout: horizontal
|
layout: horizontal
|
||||||
@ -2758,6 +2772,12 @@ views:
|
|||||||
layout: icon|name_state
|
layout: icon|name_state
|
||||||
state:
|
state:
|
||||||
case: first
|
case: first
|
||||||
|
- entity: input_boolean.basement_studio_heat_allowed
|
||||||
|
name: Heat Allowed
|
||||||
|
- entity: input_number.basement_studio_inactive_temp
|
||||||
|
name: Inactive Temp
|
||||||
|
- entity: input_number.basement_studio_active_temp
|
||||||
|
name: Active Temp
|
||||||
- entity: automation.basement_lights_handling
|
- entity: automation.basement_lights_handling
|
||||||
name: Auto Handling
|
name: Auto Handling
|
||||||
- entity: automation.basement_lights_adaptive_resync
|
- entity: automation.basement_lights_adaptive_resync
|
||||||
|
Reference in New Issue
Block a user