Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
76e221f65d
|
|||
|
5c974b463d
|
|||
|
9f20c9f59e
|
|||
|
b9c263db16
|
@@ -919,8 +919,8 @@ views:
|
||||
heading: Emma
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: input_datetime.emma_bedroom_cooling
|
||||
name: Cooling
|
||||
- entity: input_datetime.emma_bedroom_climate
|
||||
name: Climate
|
||||
- entity: input_datetime.emma_bedtime
|
||||
name: Bedtime
|
||||
- entity: input_datetime.emma_wakeup
|
||||
@@ -982,112 +982,6 @@ views:
|
||||
title: Modes
|
||||
show_header_toggle: false
|
||||
state_color: true
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: input_number.master_bedroom_aircon_run_threshold
|
||||
name: Run Threshold
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.master_bedroom_aircon_run_threshold') |
|
||||
int %} {% set low = states('sensor.tonights_low_temp') | int
|
||||
%} {{ 'Threshold Met' if low >= threshold else '' }}
|
||||
- entity: input_number.master_bedroom_aircon_mode_threshold
|
||||
name: Mode Threshold
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.master_bedroom_aircon_mode_threshold') |
|
||||
int %} {% set low = states('sensor.tonights_low_temp') | int
|
||||
%} {{ 'Threshold Met' if low >= threshold else '' }}
|
||||
- entity: input_number.master_bedroom_auto_cooling_threshold
|
||||
name: MBR Auto Cooling
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.master_bedroom_auto_cooling_threshold') |
|
||||
int %} {% set roomtemp =
|
||||
states('sensor.master_bedroom_temperature') | int %} {{
|
||||
'Threshold Met' if roomtemp >= threshold else '' }}
|
||||
- entity: input_number.master_bedroom_mode_switch_threshold
|
||||
name: MBR Mode Switch
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.master_bedroom_mode_switch_threshold') |
|
||||
int %} {% set high = states('sensor.todays_high_temp') | int
|
||||
%} {{ 'Threshold Met' if high >= 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
|
||||
entity: input_boolean.master_bedroom_aircon_installed
|
||||
state: 'on'
|
||||
show_header_toggle: false
|
||||
state_color: true
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: input_number.emma_bedroom_aircon_run_threshold
|
||||
name: Run Threshold
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.emma_bedroom_aircon_run_threshold') | int
|
||||
%} {% set low = states('sensor.tonights_low_temp') | int %} {{
|
||||
'Threshold Met' if low >= threshold else '' }}
|
||||
- entity: input_number.emma_bedroom_aircon_mode_threshold
|
||||
name: Mode Threshold
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.emma_bedroom_aircon_mode_threshold') |
|
||||
int %} {% set low = states('sensor.tonights_low_temp') | int
|
||||
%} {{ 'Threshold Met' if low >= threshold else '' }}
|
||||
- entity: input_number.emma_bedroom_auto_cooling_threshold
|
||||
name: EBR Auto Cooling
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.emma_bedroom_auto_cooling_threshold') |
|
||||
int %} {% set roomtemp =
|
||||
states('sensor.emma_bedroom_temperature') | int %} {{
|
||||
'Threshold Met' if roomtemp >= threshold else '' }}
|
||||
- entity: input_number.emma_bedroom_mode_switch_threshold
|
||||
name: EBR Mode Switch
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.emma_bedroom_mode_switch_threshold') |
|
||||
int %} {% set high = states('sensor.todays_high_temp') | int
|
||||
%} {{ 'Threshold Met' if high >= 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
|
||||
- entity: switch.emma_bedroom_climate_watchdog
|
||||
name: Climate Watchdog
|
||||
title: Emma Bedroom Aircon
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: input_boolean.emma_bedroom_aircon_installed
|
||||
state: 'on'
|
||||
show_header_toggle: false
|
||||
state_color: true
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: input_number.master_bedroom_fan_threshold
|
||||
name: MBR Fan
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.master_bedroom_fan_threshold') | int %}
|
||||
{% set low = states('sensor.tonights_low_temp') | int %} {{
|
||||
'Threshold Met' if low >= threshold else '' }}
|
||||
- entity: input_number.kallen_fan_threshold
|
||||
name: Kallen Fan
|
||||
secondary_info: >
|
||||
{% set threshold = states('input_number.kallen_fan_threshold')
|
||||
| int %} {% set low = states('sensor.tonights_low_temp') | int
|
||||
%} {{ 'Threshold Met' if low >= threshold else '' }}
|
||||
title: Fans
|
||||
show_header_toggle: false
|
||||
state_color: true
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: input_number.hot_day_threshold
|
||||
@@ -1140,6 +1034,157 @@ views:
|
||||
state_color: true
|
||||
title: Weather
|
||||
column_span: 1
|
||||
- type: grid
|
||||
cards:
|
||||
- type: heading
|
||||
heading: Master Bedroom Climate Settings
|
||||
heading_style: title
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: input_boolean.master_bedroom_climate_protocol
|
||||
name: Climate Automations
|
||||
- entity: input_boolean.master_bedroom_aircon_installed
|
||||
name: Aircon Installed
|
||||
title: General
|
||||
show_header_toggle: false
|
||||
state_color: true
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: input_number.master_bedroom_fan_threshold
|
||||
name: Fan
|
||||
- entity: input_number.master_bedroom_aircon_run_threshold
|
||||
name: Aircon Run
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.master_bedroom_aircon_run_threshold') |
|
||||
int %} {% set low = states('sensor.tonights_low_temp') | int
|
||||
%} {{ 'Threshold Met' if low >= threshold else '' }}
|
||||
- entity: input_number.master_bedroom_aircon_mode_threshold
|
||||
name: Aircon Mode
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.master_bedroom_aircon_mode_threshold') |
|
||||
int %} {% set low = states('sensor.tonights_low_temp') | int
|
||||
%} {{ 'Threshold Met' if low >= threshold else '' }}
|
||||
- entity: input_number.master_bedroom_auto_cooling_threshold
|
||||
name: Auto Cooling
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.master_bedroom_auto_cooling_threshold') |
|
||||
int %} {% set roomtemp =
|
||||
states('sensor.master_bedroom_temperature') | int %} {{
|
||||
'Threshold Met' if roomtemp >= threshold else '' }}
|
||||
- entity: input_number.master_bedroom_mode_switch_threshold
|
||||
name: Mode Switch
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.master_bedroom_mode_switch_threshold') |
|
||||
int %} {% set high = states('sensor.todays_high_temp') | int
|
||||
%} {{ 'Threshold Met' if high >= threshold else '' }}
|
||||
- entity: input_boolean.master_bedroom_aircon_installed
|
||||
name: Aircon Installed
|
||||
title: Aircon Settings
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: input_boolean.master_bedroom_aircon_installed
|
||||
state: 'on'
|
||||
show_header_toggle: false
|
||||
state_color: true
|
||||
- type: grid
|
||||
cards:
|
||||
- type: heading
|
||||
heading: Kallen Bedroom Climate Settings
|
||||
heading_style: title
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: input_number.kallen_fan_threshold
|
||||
name: Kallen Fan
|
||||
secondary_info: >
|
||||
{% set threshold = states('input_number.kallen_fan_threshold')
|
||||
| int %} {% set low = states('sensor.tonights_low_temp') | int
|
||||
%} {{ 'Threshold Met' if low >= threshold else '' }}
|
||||
title: Fan Settings
|
||||
show_header_toggle: false
|
||||
state_color: true
|
||||
- type: grid
|
||||
cards:
|
||||
- type: heading
|
||||
heading: Emma Bedroom Climate Settings
|
||||
heading_style: title
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: input_boolean.emma_bedroom_climate_protocol
|
||||
name: Climate Automations
|
||||
- entity: input_boolean.emma_bedroom_aircon_installed
|
||||
name: Aircon Installed
|
||||
- entity: input_boolean.emma_bedroom_heater_installed
|
||||
name: Heater Installed
|
||||
show_header_toggle: false
|
||||
state_color: true
|
||||
title: General
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: input_number.emma_bedroom_aircon_run_threshold
|
||||
name: Run Threshold
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.emma_bedroom_aircon_run_threshold') | int
|
||||
%} {% set low = states('sensor.tonights_low_temp') | int %} {{
|
||||
'Threshold Met' if low >= threshold else '' }}
|
||||
- entity: input_number.emma_bedroom_aircon_mode_threshold
|
||||
name: Mode Threshold
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.emma_bedroom_aircon_mode_threshold') |
|
||||
int %} {% set low = states('sensor.tonights_low_temp') | int
|
||||
%} {{ 'Threshold Met' if low >= threshold else '' }}
|
||||
- entity: input_number.emma_bedroom_auto_cooling_threshold
|
||||
name: EBR Auto Cooling
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.emma_bedroom_auto_cooling_threshold') |
|
||||
int %} {% set roomtemp =
|
||||
states('sensor.emma_bedroom_temperature') | int %} {{
|
||||
'Threshold Met' if roomtemp >= threshold else '' }}
|
||||
- entity: input_number.emma_bedroom_mode_switch_threshold
|
||||
name: EBR Mode Switch
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.emma_bedroom_mode_switch_threshold') |
|
||||
int %} {% set high = states('sensor.todays_high_temp') | int
|
||||
%} {{ 'Threshold Met' if high >= threshold else '' }}
|
||||
- entity: switch.emma_bedroom_climate_watchdog
|
||||
name: Climate Watchdog
|
||||
title: Aircon Settings
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: input_boolean.emma_bedroom_aircon_installed
|
||||
state: 'on'
|
||||
show_header_toggle: false
|
||||
state_color: true
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: input_number.emma_bedroom_heater_run_threshold
|
||||
name: Run Threshold
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.emma_bedroom_heater_run_threshold') | int
|
||||
%} {% set low = states('sensor.tonights_low_temp') | int %} {{
|
||||
'Threshold Met' if low < threshold else '' }}
|
||||
- entity: input_number.emma_bedroom_heater_shutoff_threshold
|
||||
name: Shutoff Threshold
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.emma_bedroom_heater_shutoff_threshold') |
|
||||
int %} {% set low = states('sensor.tonights_low_temp') | int
|
||||
%} {{ 'Threshold Met' if low >= threshold else '' }}
|
||||
title: Heater Settings
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: input_boolean.emma_bedroom_heater_installed
|
||||
state: 'on'
|
||||
show_header_toggle: false
|
||||
state_color: true
|
||||
- type: grid
|
||||
cards:
|
||||
- type: heading
|
||||
|
||||
@@ -3552,6 +3552,9 @@ views:
|
||||
users:
|
||||
- f387a983651a4321a7411ff8cf36f949
|
||||
- c3909d27048140729f002aaef0391775
|
||||
- condition: state
|
||||
entity: input_boolean.master_bedroom_aircon_installed
|
||||
state: ''
|
||||
- type: grid
|
||||
cards:
|
||||
- type: heading
|
||||
@@ -3595,6 +3598,9 @@ views:
|
||||
users:
|
||||
- f387a983651a4321a7411ff8cf36f949
|
||||
- c3909d27048140729f002aaef0391775
|
||||
- condition: state
|
||||
entity: input_boolean.emma_bedroom_aircon_installed
|
||||
state: 'on'
|
||||
- type: grid
|
||||
cards:
|
||||
- type: heading
|
||||
@@ -4344,6 +4350,19 @@ views:
|
||||
numeric: true
|
||||
reverse: false
|
||||
ignore_case: false
|
||||
- type: grid
|
||||
cards:
|
||||
- type: heading
|
||||
heading: AdGuard Home
|
||||
heading_style: title
|
||||
- type: custom:adguard-card
|
||||
device_id: ddb8569dfb13c80653caac866f92c719
|
||||
switch_style: flex
|
||||
visibility:
|
||||
- condition: user
|
||||
users:
|
||||
- f387a983651a4321a7411ff8cf36f949
|
||||
- c3909d27048140729f002aaef0391775
|
||||
- type: grid
|
||||
cards:
|
||||
- type: heading
|
||||
@@ -4388,7 +4407,7 @@ views:
|
||||
- condition: state
|
||||
entity: input_select.router_stats
|
||||
state: History Stats - Upload
|
||||
max_columns: 3
|
||||
max_columns: 4
|
||||
cards: []
|
||||
- title: Mobile Devices
|
||||
path: mobile-devices
|
||||
@@ -5934,6 +5953,63 @@ views:
|
||||
black
|
||||
{% endif %}
|
||||
column_span: 1
|
||||
- type: grid
|
||||
cards:
|
||||
- type: heading
|
||||
heading_style: title
|
||||
heading: College Hockey
|
||||
- type: custom:teamtracker-card
|
||||
entity: sensor.michigan_wolverines_hockey
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: sensor.michigan_wolverines_hockey
|
||||
state_not: NOT_FOUND
|
||||
- condition: state
|
||||
entity: sensor.michigan_wolverines_hockey
|
||||
state_not: BYE
|
||||
- condition: state
|
||||
entity: binary_sensor.michigan_wolverines_hockey_inhibit
|
||||
state: 'off'
|
||||
show_league: false
|
||||
- type: custom:teamtracker-card
|
||||
entity: sensor.minnesota_golden_gophers_hockey
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: sensor.minnesota_golden_gophers_hockey
|
||||
state_not: NOT_FOUND
|
||||
- condition: state
|
||||
entity: sensor.minnesota_golden_gophers_hockey
|
||||
state_not: BYE
|
||||
- condition: state
|
||||
entity: binary_sensor.minnesota_golden_gophers_hockey_inhibit
|
||||
state: 'off'
|
||||
show_league: false
|
||||
- type: custom:teamtracker-card
|
||||
entity: sensor.minnesota_state_mavericks_hockey
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: sensor.minnesota_state_mavericks_hockey
|
||||
state_not: NOT_FOUND
|
||||
- condition: state
|
||||
entity: sensor.minnesota_state_mavericks_hockey
|
||||
state_not: BYE
|
||||
- condition: state
|
||||
entity: binary_sensor.minnesota_state_mavericks_hockey_inhibit
|
||||
state: 'off'
|
||||
show_league: false
|
||||
column_span: 3
|
||||
visibility:
|
||||
- condition: or
|
||||
conditions:
|
||||
- condition: state
|
||||
entity: binary_sensor.michigan_wolverines_hockey_inhibit
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity: binary_sensor.minnesota_golden_gophers_hockey_inhibit
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity: binary_sensor.minnesota_state_mavericks_hockey_inhibit
|
||||
state: 'off'
|
||||
max_columns: 5
|
||||
cards: []
|
||||
- theme: Backend-selected
|
||||
@@ -7588,7 +7664,6 @@ views:
|
||||
- entity: sensor.kdfi_temperature
|
||||
- entity: sensor.kdfi_heat_index
|
||||
- entity: sensor.kdfi_wind_chill
|
||||
- entity: sensor.stratton_ave_apparent_temperature
|
||||
show_header_toggle: false
|
||||
state_color: true
|
||||
- type: grid
|
||||
@@ -7606,7 +7681,6 @@ views:
|
||||
- entity: sensor.openweathermap_pressure
|
||||
- entity: sensor.pirateweather_pressure
|
||||
- entity: sensor.outside_pressure
|
||||
- entity: sensor.stratton_ave_pressure_tendency
|
||||
- type: grid
|
||||
cards:
|
||||
- type: heading
|
||||
@@ -7646,12 +7720,6 @@ views:
|
||||
entities:
|
||||
- entity: sensor.home_uv_index
|
||||
- entity: sensor.weatherapi_stratton_ave_uv_index
|
||||
- entity: sensor.stratton_ave_uv_index
|
||||
- entity: sensor.stratton_ave_uv_index_day_1
|
||||
- entity: sensor.stratton_ave_uv_index_day_2
|
||||
- entity: sensor.stratton_ave_uv_index_day_3
|
||||
- entity: sensor.stratton_ave_uv_index_day_4
|
||||
- entity: sensor.stratton_ave_uv_index_today
|
||||
- entity: sensor.pirateweather_uv_index
|
||||
- entity: sensor.openweathermap_uv_index
|
||||
show_header_toggle: false
|
||||
|
||||
@@ -6159,6 +6159,63 @@ views:
|
||||
black
|
||||
{% endif %}
|
||||
column_span: 1
|
||||
- type: grid
|
||||
cards:
|
||||
- type: heading
|
||||
heading_style: title
|
||||
heading: College Hockey
|
||||
- type: custom:teamtracker-card
|
||||
entity: sensor.michigan_wolverines_hockey
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: sensor.michigan_wolverines_hockey
|
||||
state_not: NOT_FOUND
|
||||
- condition: state
|
||||
entity: sensor.michigan_wolverines_hockey
|
||||
state_not: BYE
|
||||
- condition: state
|
||||
entity: binary_sensor.michigan_wolverines_hockey_inhibit
|
||||
state: 'off'
|
||||
show_league: false
|
||||
- type: custom:teamtracker-card
|
||||
entity: sensor.minnesota_golden_gophers_hockey
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: sensor.minnesota_golden_gophers_hockey
|
||||
state_not: NOT_FOUND
|
||||
- condition: state
|
||||
entity: sensor.minnesota_golden_gophers_hockey
|
||||
state_not: BYE
|
||||
- condition: state
|
||||
entity: binary_sensor.minnesota_golden_gophers_hockey_inhibit
|
||||
state: 'off'
|
||||
show_league: false
|
||||
- type: custom:teamtracker-card
|
||||
entity: sensor.minnesota_state_mavericks_hockey
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: sensor.minnesota_state_mavericks_hockey
|
||||
state_not: NOT_FOUND
|
||||
- condition: state
|
||||
entity: sensor.minnesota_state_mavericks_hockey
|
||||
state_not: BYE
|
||||
- condition: state
|
||||
entity: binary_sensor.minnesota_state_mavericks_hockey_inhibit
|
||||
state: 'off'
|
||||
show_league: false
|
||||
column_span: 3
|
||||
visibility:
|
||||
- condition: or
|
||||
conditions:
|
||||
- condition: state
|
||||
entity: binary_sensor.michigan_wolverines_hockey_inhibit
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity: binary_sensor.minnesota_golden_gophers_hockey_inhibit
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity: binary_sensor.minnesota_state_mavericks_hockey_inhibit
|
||||
state: 'off'
|
||||
max_columns: 5
|
||||
cards: []
|
||||
subview: true
|
||||
@@ -6328,22 +6385,24 @@ views:
|
||||
- c3909d27048140729f002aaef0391775
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: input_number.master_bedroom_fan_threshold
|
||||
name: Fan
|
||||
- entity: input_number.master_bedroom_aircon_run_threshold
|
||||
name: Run Threshold
|
||||
name: Aircon Run
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.master_bedroom_aircon_run_threshold') |
|
||||
int %} {% set low = states('sensor.tonights_low_temp') | int
|
||||
%} {{ 'Threshold Met' if low >= threshold else '' }}
|
||||
- entity: input_number.master_bedroom_aircon_mode_threshold
|
||||
name: Mode Threshold
|
||||
name: Aircon Mode
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.master_bedroom_aircon_mode_threshold') |
|
||||
int %} {% set low = states('sensor.tonights_low_temp') | int
|
||||
%} {{ 'Threshold Met' if low >= threshold else '' }}
|
||||
- entity: input_number.master_bedroom_auto_cooling_threshold
|
||||
name: MBR Auto Cooling
|
||||
name: Auto Cooling
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.master_bedroom_auto_cooling_threshold') |
|
||||
@@ -6351,19 +6410,12 @@ views:
|
||||
states('sensor.master_bedroom_temperature') | int %} {{
|
||||
'Threshold Met' if roomtemp >= threshold else '' }}
|
||||
- entity: input_number.master_bedroom_mode_switch_threshold
|
||||
name: MBR Mode Switch
|
||||
name: Mode Switch
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.master_bedroom_mode_switch_threshold') |
|
||||
int %} {% set high = states('sensor.todays_high_temp') | int
|
||||
%} {{ 'Threshold Met' if high >= threshold else '' }}
|
||||
- entity: input_number.master_bedroom_fan_threshold
|
||||
name: MBR Fan
|
||||
secondary_info: >
|
||||
{% set threshold =
|
||||
states('input_number.master_bedroom_fan_threshold') | int %}
|
||||
{% set low = states('sensor.tonights_low_temp') | int %} {{
|
||||
'Threshold Met' if low >= threshold else '' }}
|
||||
- entity: input_boolean.master_bedroom_aircon_installed
|
||||
name: Aircon Installed
|
||||
- entity: input_boolean.master_bedroom_climate_protocol
|
||||
@@ -6437,8 +6489,8 @@ views:
|
||||
entities:
|
||||
- entity: input_select.scheduled_climate_mode_emma_bedroom
|
||||
name: Scheduled Mode
|
||||
- entity: input_datetime.emma_bedroom_cooling
|
||||
name: Cooling
|
||||
- entity: input_datetime.emma_bedroom_climate
|
||||
name: Climate
|
||||
- entity: input_boolean.emma_bedroom_climate_override
|
||||
name: Climate Schedule Override
|
||||
state_color: true
|
||||
|
||||
Reference in New Issue
Block a user