Move some climate admin settings around

#6
This commit is contained in:
2025-04-18 18:46:37 -04:00
parent 34b5e1282c
commit 6677ca2444
2 changed files with 10 additions and 22 deletions

View File

@ -910,6 +910,10 @@ views:
int %} {% set roomtemp =
states('sensor.master_bedroom_temperature') | int %} {{
'Threshold Met' if roomtemp >= threshold else '' }}
- entity: input_boolean.master_bedroom_aircon_installed
name: Aircon Installed
- entity: input_boolean.master_bedroom_climate_protocol
name: Climate Automations
title: Master Bedroom Aircon
visibility:
- condition: state
@ -941,6 +945,12 @@ views:
int %} {% set roomtemp =
states('sensor.emma_bedroom_temperature') | int %} {{
'Threshold Met' if roomtemp >= threshold else '' }}
- entity: input_boolean.emma_bedroom_aircon_installed
name: Aircon Installed
- entity: input_boolean.emma_bedroom_heater_installed
name: Heater Installed
- entity: input_boolean.emma_bedroom_climate_protocol
name: Climate Automations
title: Emma Bedroom Aircon
visibility:
- condition: state

View File

@ -3436,14 +3436,6 @@ views:
cards:
- type: heading
heading: Master Bedroom
- type: entities
entities:
- entity: input_boolean.master_bedroom_aircon_installed
name: Aircon Installed
- entity: input_boolean.master_bedroom_climate_protocol
name: Climate Automations
state_color: true
show_header_toggle: false
- type: entities
entities:
- entity: switch.master_bedroom_aircon_display
@ -3475,20 +3467,6 @@ views:
cards:
- type: heading
heading: Emma Bedroom
- type: entities
entities:
- entity: input_boolean.emma_bedroom_aircon_installed
name: Aircon Installed
- entity: input_boolean.emma_bedroom_climate_protocol
name: Climate Automations
state_color: true
show_header_toggle: false
- type: entities
entities:
- entity: input_boolean.emma_bedroom_heater_installed
name: Heater Installed
show_header_toggle: false
state_color: true
- type: entities
entities:
- entity: switch.emma_bedroom_aircon_display