Climate things

This commit is contained in:
2025-01-25 22:23:29 -05:00
parent f487f34233
commit d27617d5b6
2 changed files with 184 additions and 5 deletions

View File

@ -2428,6 +2428,36 @@ views:
'off': mdi:volume-off
unavailable: mdi:map-marker-question
show_header_toggle: false
- type: custom:state-switch
entity: input_boolean.emma_bedroom_heater_installed
states:
'on':
type: custom:simple-thermostat
entity: climate.emma_bedroom_vtherm
header: false
decimals: 0
step_size: 1
layout:
mode:
headings: false
names: true
icons: true
step: row
control:
hvac:
heat: true
preset:
none: false
frost:
name: Minimum
eco:
name: Eco
comfort:
name: Comfort
boost:
name: Extra
activity:
name: Motion
- type: entities
entities:
- entity: input_select.emma_bedroom_scenes
@ -2691,7 +2721,7 @@ views:
state_color: true
show_header_toggle: false
- type: custom:simple-thermostat
entity: climate.basement_studio_thermostat
entity: climate.basement_studio_vtherm
header: false
decimals: 0
step_size: 1
@ -2704,6 +2734,16 @@ views:
control:
hvac:
heat: true
preset:
none: false
frost:
name: Minimum
eco:
name: Eco
comfort:
name: Comfort
boost:
name: Extra
- type: custom:mushroom-select-card
entity: input_select.basement_studio_scenes
layout: horizontal
@ -2774,10 +2814,6 @@ views:
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
name: Auto Handling
- entity: automation.basement_lights_adaptive_resync
@ -3370,6 +3406,7 @@ views:
- entity_id: fan.all_fans
- state: 'off'
- state: unavailable
- integration: generic_thermostat
sort:
method: friendly_name
reverse: false
@ -3484,6 +3521,12 @@ views:
secondary_info: Turn on in summer
show_header_toggle: false
state_color: true
- type: entities
entities:
- entity: input_boolean.emma_bedroom_heater_installed
name: Heater Installed
show_header_toggle: false
state_color: true
visibility:
- condition: user
users:
@ -3560,6 +3603,26 @@ views:
exclude_states:
- unavailable
- unknown
- entity: climate.basement_studio_vtherm
name: Basement Studio VTherm
exclude_states:
- unavailable
- unknown
- entity: switch.basement_studio_heater
name: Basement Studio Heater
exclude_states:
- unavailable
- unknown
- entity: climate.emma_bedroom_vtherm
name: Emma Bedroom VTherm
exclude_states:
- unavailable
- unknown
- entity: switch.emma_bedroom_heater
name: Emma Bedroom Heater
exclude_states:
- unavailable
- unknown
max_columns: 4
cards: []
badges: []