Compare commits

..

10 Commits

3 changed files with 399 additions and 183 deletions

View File

@@ -919,8 +919,8 @@ views:
heading: Emma heading: Emma
- type: entities - type: entities
entities: entities:
- entity: input_datetime.emma_bedroom_cooling - entity: input_datetime.emma_bedroom_climate
name: Cooling name: Climate
- entity: input_datetime.emma_bedtime - entity: input_datetime.emma_bedtime
name: Bedtime name: Bedtime
- entity: input_datetime.emma_wakeup - entity: input_datetime.emma_wakeup
@@ -982,112 +982,6 @@ views:
title: Modes title: Modes
show_header_toggle: false show_header_toggle: false
state_color: true 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 - type: entities
entities: entities:
- entity: input_number.hot_day_threshold - entity: input_number.hot_day_threshold
@@ -1140,6 +1034,157 @@ views:
state_color: true state_color: true
title: Weather title: Weather
column_span: 1 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 - type: grid
cards: cards:
- type: heading - type: heading

View File

@@ -431,6 +431,7 @@ views:
Wal-Mart: at Wal-Mart Wal-Mart: at Wal-Mart
School: at the middle school School: at the middle school
Hospital: at the hospital Hospital: at the hospital
Latty: in Latty
- entity: person.christina_stork - entity: person.christina_stork
name: Christina Stork name: Christina Stork
content_template: '{{display_name}} is {{state}}' content_template: '{{display_name}} is {{state}}'
@@ -442,6 +443,7 @@ views:
Hospital: at the hospital Hospital: at the hospital
Bob Evans: at work Bob Evans: at work
BobEvans: at work BobEvans: at work
Latty: in Latty
- entity: timer.kallen_timer - entity: timer.kallen_timer
- entity: person.kallen_stork - entity: person.kallen_stork
name: Kallen Stork name: Kallen Stork
@@ -452,6 +454,7 @@ views:
Wal-Mart: at Wal-Mart Wal-Mart: at Wal-Mart
School: at school School: at school
Hospital: at the hospital Hospital: at the hospital
Latty: in Latty
- entity: person.emmalynn_stork - entity: person.emmalynn_stork
- entity: automation.family_has_arrived - entity: automation.family_has_arrived
content_template: Family Arrived content_template: Family Arrived
@@ -3549,6 +3552,9 @@ views:
users: users:
- f387a983651a4321a7411ff8cf36f949 - f387a983651a4321a7411ff8cf36f949
- c3909d27048140729f002aaef0391775 - c3909d27048140729f002aaef0391775
- condition: state
entity: input_boolean.master_bedroom_aircon_installed
state: ''
- type: grid - type: grid
cards: cards:
- type: heading - type: heading
@@ -3592,6 +3598,9 @@ views:
users: users:
- f387a983651a4321a7411ff8cf36f949 - f387a983651a4321a7411ff8cf36f949
- c3909d27048140729f002aaef0391775 - c3909d27048140729f002aaef0391775
- condition: state
entity: input_boolean.emma_bedroom_aircon_installed
state: 'on'
- type: grid - type: grid
cards: cards:
- type: heading - type: heading
@@ -4190,15 +4199,16 @@ views:
state: 'on' state: 'on'
- type: custom:battery-state-card - type: custom:battery-state-card
icon: mdi:harddisk icon: mdi:harddisk
color_thresholds: colors:
- value: 26 steps:
color: blue - value: 26
- value: 50 color: blue
color: green - value: 50
- value: 60 color: green
color: yellow - value: 60
- value: 70 color: yellow
color: red - value: 70
color: red
tap_action: tap_action:
action: more-info action: more-info
sort_by_level: desc sort_by_level: desc
@@ -4340,6 +4350,19 @@ views:
numeric: true numeric: true
reverse: false reverse: false
ignore_case: 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 - type: grid
cards: cards:
- type: heading - type: heading
@@ -4384,7 +4407,7 @@ views:
- condition: state - condition: state
entity: input_select.router_stats entity: input_select.router_stats
state: History Stats - Upload state: History Stats - Upload
max_columns: 3 max_columns: 4
cards: [] cards: []
- title: Mobile Devices - title: Mobile Devices
path: mobile-devices path: mobile-devices
@@ -4958,15 +4981,16 @@ views:
state: 'on' state: 'on'
- type: custom:battery-state-card - type: custom:battery-state-card
icon: mdi:harddisk icon: mdi:harddisk
color_thresholds: colors:
- value: 26 steps:
color: blue - value: 26
- value: 50 color: blue
color: green - value: 50
- value: 60 color: green
color: yellow - value: 60
- value: 70 color: yellow
color: red - value: 70
color: red
tap_action: tap_action:
action: more-info action: more-info
sort_by_level: desc sort_by_level: desc
@@ -5289,15 +5313,16 @@ views:
state: 'on' state: 'on'
- type: custom:battery-state-card - type: custom:battery-state-card
icon: mdi:harddisk icon: mdi:harddisk
color_thresholds: colors:
- value: 26 steps:
color: blue - value: 26
- value: 50 color: blue
color: green - value: 50
- value: 60 color: green
color: yellow - value: 60
- value: 70 color: yellow
color: red - value: 70
color: red
tap_action: tap_action:
action: more-info action: more-info
sort_by_level: desc sort_by_level: desc
@@ -5581,15 +5606,16 @@ views:
heading_style: subtitle heading_style: subtitle
- type: custom:battery-state-card - type: custom:battery-state-card
icon: mdi:harddisk icon: mdi:harddisk
color_thresholds: colors:
- value: 26 steps:
color: blue - value: 26
- value: 50 color: blue
color: green - value: 50
- value: 60 color: green
color: yellow - value: 60
- value: 70 color: yellow
color: red - value: 70
color: red
tap_action: tap_action:
action: more-info action: more-info
sort_by_level: desc sort_by_level: desc
@@ -5927,6 +5953,63 @@ views:
black black
{% endif %} {% endif %}
column_span: 1 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 max_columns: 5
cards: [] cards: []
- theme: Backend-selected - theme: Backend-selected
@@ -6192,12 +6275,14 @@ views:
- type: custom:auto-entities - type: custom:auto-entities
card: card:
type: entities type: entities
show_header_toggle: false
state_color: true
filter: filter:
include: include:
- entity_id: binary_sensor.uptimekuma* - options: {}
state: 'off' integration: 01KCMZH58AAJZTZCY1KQNGD3BB
domain: sensor
entity_id: '*status'
state: down
exclude: []
sort: sort:
method: friendly_name method: friendly_name
reverse: false reverse: false
@@ -6344,6 +6429,26 @@ views:
{{ "Stupid" if {{ "Stupid" if
is_state('input_boolean.early_night_mode','on') else "Not is_state('input_boolean.early_night_mode','on') else "Not
Stupid" }} Stupid" }}
- type: custom:bubble-card
card_type: button
button_type: state
entity: weather.iron_nerd_weather_station
modules:
- weather_forecast
weather_forecast:
type: daily
tap_action:
action: navigate
navigation_path: /lovelace/weather
button_action:
tap_action:
action: navigate
navigation_path: /lovelace/weather
rows: '1'
name: Defiance
show_state: true
show_attribute: true
attribute: temperature
- type: grid - type: grid
cards: cards:
- type: heading - type: heading
@@ -6457,19 +6562,19 @@ views:
heading: Lightning heading: Lightning
heading_style: title heading_style: title
icon: mdi:lightning-bolt icon: mdi:lightning-bolt
- type: custom:stack-in-card - type: custom:blitzortung-lightning-card
cards: distance_entity: sensor.blitzortung_lightning_distance
- type: entity counter_entity: sensor.blitzortung_lightning_counter
entity: sensor.blitzortung_lightning_counter azimuth_entity: sensor.blitzortung_lightning_azimuth
name: Strike Counter lightning_detection_radius: 40
state_color: false period: 1h
- type: iframe grid_color: var(--primary-text-color)
url: >- strike_color: var(--error-color)
https://map.blitzortung.org/index.php?interactive=1&Advertisment=0&Cookies=1&InfoDiv=1&MapStyle=1&LightningRangeValue=23&LightningCheckboxChecked=1&CirclesRangeValue=3&CirclesCheckboxChecked=1&LinksRangeValue=10&LinksCheckboxChecked=1&DetectorsRangeValue=15&DetectorsCheckboxChecked=1#8.50/41.28/-84.38 card_section_order:
aspect_ratio: 100% - map
grid_options: - compass_radar
columns: full - history_chart
rows: 8 always_show_full_card: false
visibility: visibility:
- condition: numeric_state - condition: numeric_state
entity: sensor.blitzortung_lightning_counter entity: sensor.blitzortung_lightning_counter
@@ -7339,6 +7444,28 @@ views:
- entity: sensor.pirateweather_visibility - entity: sensor.pirateweather_visibility
name: Visibility name: Visibility
- entity: sensor.temperature_change_per_hour - entity: sensor.temperature_change_per_hour
- entity: sensor.pirateweather_fire_index
name: Fire Index
- entity: sensor.pirateweather_fire_risk_level
name: Fire Risk Level
- entity: sensor.pirateweather_smoke
name: Smoke
- entity: sensor.pirateweather_convective_available_potential_energy
name: CAPE
- entity: sensor.pirateweather_hrrr_0_18_update_time
name: HRRR 0-18 Updated
- entity: sensor.pirateweather_hrrr_18_48_update_time
name: HRRR 18-48 Updated
- entity: sensor.pirateweather_hrrr_subhourly_update_time
name: HRRR SubH Updated
- entity: sensor.pirateweather_gfs_update_time
name: GFS Updated
- entity: sensor.pirateweather_gefs_update_time
name: GEFS Updated
- entity: sensor.pirateweather_nbm_update_time
name: NBM Updated
- entity: sensor.pirateweather_nbm_fire_update_time
name: NBM Fire Updated
show_header_toggle: false show_header_toggle: false
state_color: true state_color: true
- type: grid - type: grid
@@ -7581,7 +7708,6 @@ views:
- entity: sensor.kdfi_temperature - entity: sensor.kdfi_temperature
- entity: sensor.kdfi_heat_index - entity: sensor.kdfi_heat_index
- entity: sensor.kdfi_wind_chill - entity: sensor.kdfi_wind_chill
- entity: sensor.stratton_ave_apparent_temperature
show_header_toggle: false show_header_toggle: false
state_color: true state_color: true
- type: grid - type: grid
@@ -7599,7 +7725,6 @@ views:
- entity: sensor.openweathermap_pressure - entity: sensor.openweathermap_pressure
- entity: sensor.pirateweather_pressure - entity: sensor.pirateweather_pressure
- entity: sensor.outside_pressure - entity: sensor.outside_pressure
- entity: sensor.stratton_ave_pressure_tendency
- type: grid - type: grid
cards: cards:
- type: heading - type: heading
@@ -7639,12 +7764,6 @@ views:
entities: entities:
- entity: sensor.home_uv_index - entity: sensor.home_uv_index
- entity: sensor.weatherapi_stratton_ave_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.pirateweather_uv_index
- entity: sensor.openweathermap_uv_index - entity: sensor.openweathermap_uv_index
show_header_toggle: false show_header_toggle: false

View File

@@ -6159,6 +6159,63 @@ views:
black black
{% endif %} {% endif %}
column_span: 1 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 max_columns: 5
cards: [] cards: []
subview: true subview: true
@@ -6328,22 +6385,24 @@ views:
- c3909d27048140729f002aaef0391775 - c3909d27048140729f002aaef0391775
- type: entities - type: entities
entities: entities:
- entity: input_number.master_bedroom_fan_threshold
name: Fan
- entity: input_number.master_bedroom_aircon_run_threshold - entity: input_number.master_bedroom_aircon_run_threshold
name: Run Threshold name: Aircon Run
secondary_info: > secondary_info: >
{% set threshold = {% set threshold =
states('input_number.master_bedroom_aircon_run_threshold') | states('input_number.master_bedroom_aircon_run_threshold') |
int %} {% set low = states('sensor.tonights_low_temp') | int int %} {% set low = states('sensor.tonights_low_temp') | int
%} {{ 'Threshold Met' if low >= threshold else '' }} %} {{ 'Threshold Met' if low >= threshold else '' }}
- entity: input_number.master_bedroom_aircon_mode_threshold - entity: input_number.master_bedroom_aircon_mode_threshold
name: Mode Threshold name: Aircon Mode
secondary_info: > secondary_info: >
{% set threshold = {% set threshold =
states('input_number.master_bedroom_aircon_mode_threshold') | states('input_number.master_bedroom_aircon_mode_threshold') |
int %} {% set low = states('sensor.tonights_low_temp') | int int %} {% set low = states('sensor.tonights_low_temp') | int
%} {{ 'Threshold Met' if low >= threshold else '' }} %} {{ 'Threshold Met' if low >= threshold else '' }}
- entity: input_number.master_bedroom_auto_cooling_threshold - entity: input_number.master_bedroom_auto_cooling_threshold
name: MBR Auto Cooling name: Auto Cooling
secondary_info: > secondary_info: >
{% set threshold = {% set threshold =
states('input_number.master_bedroom_auto_cooling_threshold') | states('input_number.master_bedroom_auto_cooling_threshold') |
@@ -6351,19 +6410,12 @@ views:
states('sensor.master_bedroom_temperature') | int %} {{ states('sensor.master_bedroom_temperature') | int %} {{
'Threshold Met' if roomtemp >= threshold else '' }} 'Threshold Met' if roomtemp >= threshold else '' }}
- entity: input_number.master_bedroom_mode_switch_threshold - entity: input_number.master_bedroom_mode_switch_threshold
name: MBR Mode Switch name: Mode Switch
secondary_info: > secondary_info: >
{% set threshold = {% set threshold =
states('input_number.master_bedroom_mode_switch_threshold') | states('input_number.master_bedroom_mode_switch_threshold') |
int %} {% set high = states('sensor.todays_high_temp') | int int %} {% set high = states('sensor.todays_high_temp') | int
%} {{ 'Threshold Met' if high >= threshold else '' }} %} {{ '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 - entity: input_boolean.master_bedroom_aircon_installed
name: Aircon Installed name: Aircon Installed
- entity: input_boolean.master_bedroom_climate_protocol - entity: input_boolean.master_bedroom_climate_protocol
@@ -6437,8 +6489,8 @@ views:
entities: entities:
- entity: input_select.scheduled_climate_mode_emma_bedroom - entity: input_select.scheduled_climate_mode_emma_bedroom
name: Scheduled Mode name: Scheduled Mode
- entity: input_datetime.emma_bedroom_cooling - entity: input_datetime.emma_bedroom_climate
name: Cooling name: Climate
- entity: input_boolean.emma_bedroom_climate_override - entity: input_boolean.emma_bedroom_climate_override
name: Climate Schedule Override name: Climate Schedule Override
state_color: true state_color: true