Compare commits
13 Commits
mb_climate
...
2025.12.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
76e221f65d
|
|||
|
5c974b463d
|
|||
|
9f20c9f59e
|
|||
|
b9c263db16
|
|||
|
cb8ffaed51
|
|||
|
bdb82c87fa
|
|||
|
c1fc03250b
|
|||
|
16864d1cd3
|
|||
|
d9c620094e
|
|||
|
d3473f382f
|
|||
|
6daed2edca
|
|||
|
01c81305c3
|
|||
|
fd184d6548
|
@@ -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
|
||||||
@@ -1190,6 +1235,10 @@ views:
|
|||||||
name_template: >-
|
name_template: >-
|
||||||
{{ states('input_text.tony_custom_med_name_p1') + ' Notify'
|
{{ states('input_text.tony_custom_med_name_p1') + ' Notify'
|
||||||
}}
|
}}
|
||||||
|
- entity: input_boolean.tony_custom_meds_reminder_p1
|
||||||
|
name: Reminders Active
|
||||||
|
- entity: counter.tony_custom_meds_reminder_count_p1
|
||||||
|
name: Reminder Count
|
||||||
visibility:
|
visibility:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity: input_boolean.tony_custom_meds_tracker_p1
|
entity: input_boolean.tony_custom_meds_tracker_p1
|
||||||
@@ -1199,8 +1248,15 @@ views:
|
|||||||
show_header_toggle: false
|
show_header_toggle: false
|
||||||
entities:
|
entities:
|
||||||
- entity: input_boolean.tony_ibuprofen_taken
|
- entity: input_boolean.tony_ibuprofen_taken
|
||||||
|
name: Ibuprofen Taken
|
||||||
- entity: input_datetime.tony_ibuprofen_taken
|
- entity: input_datetime.tony_ibuprofen_taken
|
||||||
|
name: Ibuprofen Taken
|
||||||
- entity: input_datetime.tony_ibuprofen_notify
|
- entity: input_datetime.tony_ibuprofen_notify
|
||||||
|
name: Ibuprofen Notify
|
||||||
|
- entity: input_boolean.tony_ibuprofen_reminder
|
||||||
|
name: Reminders Active
|
||||||
|
- entity: counter.tony_ibuprofen_reminder_count
|
||||||
|
name: Reminder Count
|
||||||
visibility:
|
visibility:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity: input_boolean.tony_ibuprofen_active
|
entity: input_boolean.tony_ibuprofen_active
|
||||||
@@ -1210,8 +1266,15 @@ views:
|
|||||||
show_header_toggle: false
|
show_header_toggle: false
|
||||||
entities:
|
entities:
|
||||||
- entity: input_boolean.tony_tylenol_taken
|
- entity: input_boolean.tony_tylenol_taken
|
||||||
|
name: Tylenol Taken
|
||||||
- entity: input_datetime.tony_tylenol_taken
|
- entity: input_datetime.tony_tylenol_taken
|
||||||
|
name: Tylenol Taken
|
||||||
- entity: input_datetime.tony_tylenol_notify
|
- entity: input_datetime.tony_tylenol_notify
|
||||||
|
name: Tylenol Notify
|
||||||
|
- entity: input_boolean.tony_tylenol_reminder
|
||||||
|
name: Reminders Active
|
||||||
|
- entity: counter.tony_tylenol_reminder_count
|
||||||
|
name: Reminder Count
|
||||||
visibility:
|
visibility:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity: input_boolean.tony_tylenol_active
|
entity: input_boolean.tony_tylenol_active
|
||||||
|
|||||||
@@ -173,6 +173,25 @@ views:
|
|||||||
tap_action:
|
tap_action:
|
||||||
action: navigate
|
action: navigate
|
||||||
navigation_path: /lovelace/weather
|
navigation_path: /lovelace/weather
|
||||||
|
- type: custom:mushroom-template-card
|
||||||
|
primary: Lightning Warning
|
||||||
|
secondary: >-
|
||||||
|
{{
|
||||||
|
states('sensor.home_tempest_cloud_sensors_lightning_strikes_last_hour')
|
||||||
|
}} strikes in last hour!
|
||||||
|
icon: mdi:lightning-bolt
|
||||||
|
entity: binary_sensor.lightning_warning
|
||||||
|
color: var(--warning-color)
|
||||||
|
badge_icon: mdi:exclamation
|
||||||
|
badge_color: var(--error-color)
|
||||||
|
tap_action:
|
||||||
|
action: none
|
||||||
|
icon_tap_action:
|
||||||
|
action: none
|
||||||
|
visibility:
|
||||||
|
- condition: state
|
||||||
|
entity: binary_sensor.lightning_warning
|
||||||
|
state: 'on'
|
||||||
column_span: 1
|
column_span: 1
|
||||||
- type: grid
|
- type: grid
|
||||||
cards:
|
cards:
|
||||||
@@ -412,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}}'
|
||||||
@@ -423,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
|
||||||
@@ -433,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
|
||||||
@@ -2055,14 +2077,25 @@ views:
|
|||||||
step: row
|
step: row
|
||||||
control:
|
control:
|
||||||
hvac:
|
hvac:
|
||||||
|
'off':
|
||||||
|
name: 'Off'
|
||||||
heat: false
|
heat: false
|
||||||
|
cool:
|
||||||
|
name: Cool
|
||||||
|
auto:
|
||||||
|
name: Auto
|
||||||
|
dry:
|
||||||
|
name: Dry
|
||||||
|
fan_only:
|
||||||
|
name: Fan Only
|
||||||
preset:
|
preset:
|
||||||
none:
|
none:
|
||||||
name: Eco Off
|
name: Eco Off
|
||||||
eco:
|
eco:
|
||||||
name: Eco On
|
name: Eco On
|
||||||
boost: false
|
boost: false
|
||||||
comfort: false
|
comfort:
|
||||||
|
name: Comfort
|
||||||
sleep: false
|
sleep: false
|
||||||
away: false
|
away: false
|
||||||
- type: custom:state-switch
|
- type: custom:state-switch
|
||||||
@@ -2429,14 +2462,25 @@ views:
|
|||||||
step: row
|
step: row
|
||||||
control:
|
control:
|
||||||
hvac:
|
hvac:
|
||||||
|
'off':
|
||||||
|
name: 'Off'
|
||||||
heat: false
|
heat: false
|
||||||
|
cool:
|
||||||
|
name: Cool
|
||||||
|
auto:
|
||||||
|
name: Auto
|
||||||
|
dry:
|
||||||
|
name: Dry
|
||||||
|
fan_only:
|
||||||
|
name: Fan Only
|
||||||
preset:
|
preset:
|
||||||
none:
|
none:
|
||||||
name: Eco Off
|
name: Eco Off
|
||||||
eco:
|
eco:
|
||||||
name: Eco On
|
name: Eco On
|
||||||
boost: false
|
boost: false
|
||||||
comfort: false
|
comfort:
|
||||||
|
name: Comfort
|
||||||
sleep: false
|
sleep: false
|
||||||
away: false
|
away: false
|
||||||
- type: custom:state-switch
|
- type: custom:state-switch
|
||||||
@@ -3508,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
|
||||||
@@ -3551,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
|
||||||
@@ -4149,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
|
||||||
@@ -4299,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
|
||||||
@@ -4343,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
|
||||||
@@ -4917,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
|
||||||
@@ -5248,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
|
||||||
@@ -5540,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
|
||||||
@@ -5886,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
|
||||||
@@ -7261,6 +7385,7 @@ views:
|
|||||||
type: custom:multiple-entity-row
|
type: custom:multiple-entity-row
|
||||||
name: Warnings
|
name: Warnings
|
||||||
state_header: Tornado
|
state_header: Tornado
|
||||||
|
icon: wi:tornado
|
||||||
entities:
|
entities:
|
||||||
- entity: binary_sensor.severe_thunderstorm_warning
|
- entity: binary_sensor.severe_thunderstorm_warning
|
||||||
name: Severe T-storm
|
name: Severe T-storm
|
||||||
@@ -7269,6 +7394,7 @@ views:
|
|||||||
name: Wind
|
name: Wind
|
||||||
format: precision1
|
format: precision1
|
||||||
state_header: Speed
|
state_header: Speed
|
||||||
|
icon: wi:windy
|
||||||
entities:
|
entities:
|
||||||
- entity: sensor.home_wind_direction_degrees
|
- entity: sensor.home_wind_direction_degrees
|
||||||
name: Bearing
|
name: Bearing
|
||||||
@@ -7280,11 +7406,13 @@ views:
|
|||||||
type: custom:multiple-entity-row
|
type: custom:multiple-entity-row
|
||||||
name: Moisture
|
name: Moisture
|
||||||
state_header: Humidity
|
state_header: Humidity
|
||||||
|
icon: wi:humidity
|
||||||
entities:
|
entities:
|
||||||
- entity: sensor.home_tempest_dew_point
|
- entity: sensor.home_tempest_dew_point
|
||||||
name: Dew Point
|
name: Dew Point
|
||||||
- entity: sensor.home_tempest_local_slp
|
- entity: sensor.home_tempest_local_slp
|
||||||
name: Barometric Pressure
|
name: Barometric Pressure
|
||||||
|
icon: wi:barometer
|
||||||
- entity: sensor.current_season
|
- entity: sensor.current_season
|
||||||
icon: mdi:leaf
|
icon: mdi:leaf
|
||||||
- entity: sensor.home_tempest_uv_index
|
- entity: sensor.home_tempest_uv_index
|
||||||
@@ -7536,7 +7664,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
|
||||||
@@ -7554,7 +7681,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
|
||||||
@@ -7594,12 +7720,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
|
||||||
|
|||||||
@@ -4215,16 +4215,26 @@ views:
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity: input_boolean.tony_awake
|
entity: input_boolean.tony_awake
|
||||||
state: 'on'
|
state: 'on'
|
||||||
color: |-
|
color: >-
|
||||||
{% set counter = states('counter.tony_morning_meds_reminder_count') | int %}
|
{% set counter = states('counter.tony_morning_meds_reminder_count') |
|
||||||
|
int %}
|
||||||
|
|
||||||
{% if is_state('input_boolean.tony_morning_meds_taken','on') %}
|
{% if is_state('input_boolean.tony_morning_meds_taken','on') %}
|
||||||
|
|
||||||
var(--success-color)
|
var(--success-color)
|
||||||
|
|
||||||
{% elif counter >= 3 %}
|
{% elif counter >= 3 %}
|
||||||
|
|
||||||
var(--error-color)
|
var(--error-color)
|
||||||
|
|
||||||
{% elif counter >= 1 %}
|
{% elif counter >= 1 %}
|
||||||
|
|
||||||
var(--warning-color)
|
var(--warning-color)
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
''
|
''
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- type: custom:mushroom-template-badge
|
- type: custom:mushroom-template-badge
|
||||||
content: >-
|
content: >-
|
||||||
@@ -4236,8 +4246,9 @@ views:
|
|||||||
endif %}
|
endif %}
|
||||||
icon: mdi:medication
|
icon: mdi:medication
|
||||||
color: >-
|
color: >-
|
||||||
{% set counter = states('counter.tony_afternoon_meds_reminder_count') | int
|
{% set counter = states('counter.tony_afternoon_meds_reminder_count')
|
||||||
%} {% if is_state('input_boolean.tony_afternoon_meds_taken','on') %}
|
| int %} {% if
|
||||||
|
is_state('input_boolean.tony_afternoon_meds_taken','on') %}
|
||||||
var(--success-color) {% elif counter >= 3 %} var(--error-color) {%
|
var(--success-color) {% elif counter >= 3 %} var(--error-color) {%
|
||||||
elif counter >= 1 %} var(--warning-color) {% else %} '' {% endif %}
|
elif counter >= 1 %} var(--warning-color) {% else %} '' {% endif %}
|
||||||
entity: input_datetime.tony_afternoon_meds_taken
|
entity: input_datetime.tony_afternoon_meds_taken
|
||||||
@@ -4272,16 +4283,26 @@ views:
|
|||||||
else %} {{ input_datetime_read('input_datetime.tony_night_meds_taken')
|
else %} {{ input_datetime_read('input_datetime.tony_night_meds_taken')
|
||||||
}} {% endif %}
|
}} {% endif %}
|
||||||
icon: mdi:medication
|
icon: mdi:medication
|
||||||
color: |-
|
color: >-
|
||||||
{% set counter = states('counter.tony_night_meds_reminder_count') | int %}
|
{% set counter = states('counter.tony_night_meds_reminder_count') |
|
||||||
|
int %}
|
||||||
|
|
||||||
{% if is_state('input_boolean.tony_night_meds_taken','on') %}
|
{% if is_state('input_boolean.tony_night_meds_taken','on') %}
|
||||||
|
|
||||||
var(--success-color)
|
var(--success-color)
|
||||||
|
|
||||||
{% elif counter >= 3 %}
|
{% elif counter >= 3 %}
|
||||||
|
|
||||||
var(--error-color)
|
var(--error-color)
|
||||||
|
|
||||||
{% elif counter >= 1 %}
|
{% elif counter >= 1 %}
|
||||||
|
|
||||||
var(--warning-color)
|
var(--warning-color)
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
''
|
''
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
entity: input_datetime.tony_night_meds_taken
|
entity: input_datetime.tony_night_meds_taken
|
||||||
label: Tony Night Meds
|
label: Tony Night Meds
|
||||||
@@ -4307,22 +4328,32 @@ views:
|
|||||||
- type: custom:mushroom-template-badge
|
- type: custom:mushroom-template-badge
|
||||||
content: >-
|
content: >-
|
||||||
{% from 'time.jinja' import input_datetime_read %} {% if
|
{% from 'time.jinja' import input_datetime_read %} {% if
|
||||||
is_state('input_boolean.tina_morning_meds_reminder','on') %} Waiting: {{
|
is_state('input_boolean.tina_morning_meds_reminder','on') %} Waiting:
|
||||||
states('counter.tina_morning_meds_reminder_count') | int }} reminders
|
{{ states('counter.tina_morning_meds_reminder_count') | int }}
|
||||||
{% else %} {{
|
reminders {% else %} {{
|
||||||
input_datetime_read('input_datetime.tina_morning_meds_taken') }} {%
|
input_datetime_read('input_datetime.tina_morning_meds_taken') }} {%
|
||||||
endif %}
|
endif %}
|
||||||
icon: mdi:medication
|
icon: mdi:medication
|
||||||
color: |-
|
color: >-
|
||||||
{% set counter = states('counter.tina_morning_meds_reminder_count') | int %}
|
{% set counter = states('counter.tina_morning_meds_reminder_count') |
|
||||||
|
int %}
|
||||||
|
|
||||||
{% if is_state('input_boolean.tina_morning_meds_taken','on') %}
|
{% if is_state('input_boolean.tina_morning_meds_taken','on') %}
|
||||||
|
|
||||||
var(--success-color)
|
var(--success-color)
|
||||||
|
|
||||||
{% elif counter >= 3 %}
|
{% elif counter >= 3 %}
|
||||||
|
|
||||||
var(--error-color)
|
var(--error-color)
|
||||||
|
|
||||||
{% elif counter >= 1 %}
|
{% elif counter >= 1 %}
|
||||||
|
|
||||||
var(--warning-color)
|
var(--warning-color)
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
''
|
''
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
entity: input_datetime.tina_morning_meds_taken
|
entity: input_datetime.tina_morning_meds_taken
|
||||||
label: Tina Morning Meds
|
label: Tina Morning Meds
|
||||||
@@ -4353,16 +4384,26 @@ views:
|
|||||||
else %} {{ input_datetime_read('input_datetime.tina_night_meds_taken')
|
else %} {{ input_datetime_read('input_datetime.tina_night_meds_taken')
|
||||||
}} {% endif %}
|
}} {% endif %}
|
||||||
icon: mdi:medication
|
icon: mdi:medication
|
||||||
color: |-
|
color: >-
|
||||||
{% set counter = states('counter.tina_night_meds_reminder_count') | int %}
|
{% set counter = states('counter.tina_night_meds_reminder_count') |
|
||||||
|
int %}
|
||||||
|
|
||||||
{% if is_state('input_boolean.tina_night_meds_taken','on') %}
|
{% if is_state('input_boolean.tina_night_meds_taken','on') %}
|
||||||
|
|
||||||
var(--success-color)
|
var(--success-color)
|
||||||
|
|
||||||
{% elif counter >= 3 %}
|
{% elif counter >= 3 %}
|
||||||
|
|
||||||
var(--error-color)
|
var(--error-color)
|
||||||
|
|
||||||
{% elif counter >= 1 %}
|
{% elif counter >= 1 %}
|
||||||
|
|
||||||
var(--warning-color)
|
var(--warning-color)
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
''
|
''
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
entity: input_datetime.tina_night_meds_taken
|
entity: input_datetime.tina_night_meds_taken
|
||||||
label: Tina Night Meds
|
label: Tina Night Meds
|
||||||
@@ -4395,8 +4436,8 @@ views:
|
|||||||
endif %}
|
endif %}
|
||||||
icon: mdi:medication
|
icon: mdi:medication
|
||||||
color: >-
|
color: >-
|
||||||
{% set counter = states('counter.kallen_morning_meds_reminder_count') | int
|
{% set counter = states('counter.kallen_morning_meds_reminder_count')
|
||||||
%}
|
| int %}
|
||||||
|
|
||||||
{% if is_state('input_boolean.kallen_morning_meds_taken','on') %}
|
{% if is_state('input_boolean.kallen_morning_meds_taken','on') %}
|
||||||
|
|
||||||
@@ -4449,16 +4490,26 @@ views:
|
|||||||
input_datetime_read('input_datetime.kallen_night_meds_taken') }} {%
|
input_datetime_read('input_datetime.kallen_night_meds_taken') }} {%
|
||||||
endif %}
|
endif %}
|
||||||
icon: mdi:medication
|
icon: mdi:medication
|
||||||
color: |-
|
color: >-
|
||||||
{% set counter = states('counter.kallen_night_meds_reminder_count') | int %}
|
{% set counter = states('counter.kallen_night_meds_reminder_count') |
|
||||||
|
int %}
|
||||||
|
|
||||||
{% if is_state('input_boolean.kallen_night_meds_taken','on') %}
|
{% if is_state('input_boolean.kallen_night_meds_taken','on') %}
|
||||||
|
|
||||||
var(--success-color)
|
var(--success-color)
|
||||||
|
|
||||||
{% elif counter >= 3 %}
|
{% elif counter >= 3 %}
|
||||||
|
|
||||||
var(--error-color)
|
var(--error-color)
|
||||||
|
|
||||||
{% elif counter >= 1 %}
|
{% elif counter >= 1 %}
|
||||||
|
|
||||||
var(--warning-color)
|
var(--warning-color)
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
''
|
''
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
entity: input_datetime.kallen_night_meds_taken
|
entity: input_datetime.kallen_night_meds_taken
|
||||||
label: Kallen Night Meds
|
label: Kallen Night Meds
|
||||||
@@ -5417,6 +5468,10 @@ views:
|
|||||||
name_template: >-
|
name_template: >-
|
||||||
{{ states('input_text.tony_custom_med_name_p1') + ' Notify'
|
{{ states('input_text.tony_custom_med_name_p1') + ' Notify'
|
||||||
}}
|
}}
|
||||||
|
- entity: input_boolean.tony_custom_meds_reminder_p1
|
||||||
|
name: Reminders Active
|
||||||
|
- entity: counter.tony_custom_meds_reminder_count_p1
|
||||||
|
name: Reminder Count
|
||||||
visibility:
|
visibility:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity: input_boolean.tony_custom_meds_tracker_p1
|
entity: input_boolean.tony_custom_meds_tracker_p1
|
||||||
@@ -5426,8 +5481,15 @@ views:
|
|||||||
show_header_toggle: false
|
show_header_toggle: false
|
||||||
entities:
|
entities:
|
||||||
- entity: input_boolean.tony_ibuprofen_taken
|
- entity: input_boolean.tony_ibuprofen_taken
|
||||||
|
name: Ibuprofen Taken
|
||||||
- entity: input_datetime.tony_ibuprofen_taken
|
- entity: input_datetime.tony_ibuprofen_taken
|
||||||
|
name: Ibuprofen Taken
|
||||||
- entity: input_datetime.tony_ibuprofen_notify
|
- entity: input_datetime.tony_ibuprofen_notify
|
||||||
|
name: Ibuprofen Notify
|
||||||
|
- entity: input_boolean.tony_ibuprofen_reminder
|
||||||
|
name: Reminders Active
|
||||||
|
- entity: counter.tony_ibuprofen_reminder_count
|
||||||
|
name: Reminder Count
|
||||||
visibility:
|
visibility:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity: input_boolean.tony_ibuprofen_active
|
entity: input_boolean.tony_ibuprofen_active
|
||||||
@@ -5437,8 +5499,15 @@ views:
|
|||||||
show_header_toggle: false
|
show_header_toggle: false
|
||||||
entities:
|
entities:
|
||||||
- entity: input_boolean.tony_tylenol_taken
|
- entity: input_boolean.tony_tylenol_taken
|
||||||
|
name: Tylenol Taken
|
||||||
- entity: input_datetime.tony_tylenol_taken
|
- entity: input_datetime.tony_tylenol_taken
|
||||||
|
name: Tylenol Taken
|
||||||
- entity: input_datetime.tony_tylenol_notify
|
- entity: input_datetime.tony_tylenol_notify
|
||||||
|
name: Tylenol Notify
|
||||||
|
- entity: input_boolean.tony_tylenol_reminder
|
||||||
|
name: Reminders Active
|
||||||
|
- entity: counter.tony_tylenol_reminder_count
|
||||||
|
name: Reminder Count
|
||||||
visibility:
|
visibility:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity: input_boolean.tony_tylenol_active
|
entity: input_boolean.tony_tylenol_active
|
||||||
@@ -6090,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
|
||||||
@@ -6222,6 +6348,89 @@ views:
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity: input_boolean.master_bedroom_aircon_installed
|
entity: input_boolean.master_bedroom_aircon_installed
|
||||||
state: 'on'
|
state: 'on'
|
||||||
|
- type: heading
|
||||||
|
icon: m3o:schedule
|
||||||
|
heading: Scheduling
|
||||||
|
heading_style: title
|
||||||
|
visibility:
|
||||||
|
- condition: user
|
||||||
|
users:
|
||||||
|
- f387a983651a4321a7411ff8cf36f949
|
||||||
|
- c3909d27048140729f002aaef0391775
|
||||||
|
- type: entities
|
||||||
|
entities:
|
||||||
|
- entity: input_select.scheduled_climate_mode_master_bedroom_aircon
|
||||||
|
name: Scheduled Mode - Aircon
|
||||||
|
- entity: input_select.scheduled_climate_mode_master_bedroom_fan
|
||||||
|
name: Scheduled Mode - Fan
|
||||||
|
- entity: input_datetime.master_bedroom_cooling
|
||||||
|
name: Cooling
|
||||||
|
- entity: input_datetime.master_bedroom_fan
|
||||||
|
name: Fan
|
||||||
|
- entity: input_boolean.master_bedroom_climate_override
|
||||||
|
name: Climate Schedule Override
|
||||||
|
state_color: true
|
||||||
|
visibility:
|
||||||
|
- condition: user
|
||||||
|
users:
|
||||||
|
- f387a983651a4321a7411ff8cf36f949
|
||||||
|
- c3909d27048140729f002aaef0391775
|
||||||
|
- type: heading
|
||||||
|
icon: m3of:data-thresholding
|
||||||
|
heading: Thresholds
|
||||||
|
heading_style: title
|
||||||
|
visibility:
|
||||||
|
- condition: user
|
||||||
|
users:
|
||||||
|
- c3909d27048140729f002aaef0391775
|
||||||
|
- 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
|
||||||
|
- entity: input_boolean.master_bedroom_climate_protocol
|
||||||
|
name: Climate Automations
|
||||||
|
visibility:
|
||||||
|
- condition: and
|
||||||
|
conditions:
|
||||||
|
- condition: state
|
||||||
|
entity: input_boolean.master_bedroom_aircon_installed
|
||||||
|
state: 'on'
|
||||||
|
- condition: user
|
||||||
|
users:
|
||||||
|
- c3909d27048140729f002aaef0391775
|
||||||
|
show_header_toggle: false
|
||||||
|
state_color: true
|
||||||
visibility:
|
visibility:
|
||||||
- condition: user
|
- condition: user
|
||||||
users:
|
users:
|
||||||
@@ -6267,6 +6476,87 @@ views:
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity: input_boolean.emma_bedroom_aircon_installed
|
entity: input_boolean.emma_bedroom_aircon_installed
|
||||||
state: 'on'
|
state: 'on'
|
||||||
|
- type: heading
|
||||||
|
icon: m3o:schedule
|
||||||
|
heading: Scheduling
|
||||||
|
heading_style: title
|
||||||
|
visibility:
|
||||||
|
- condition: user
|
||||||
|
users:
|
||||||
|
- f387a983651a4321a7411ff8cf36f949
|
||||||
|
- c3909d27048140729f002aaef0391775
|
||||||
|
- type: entities
|
||||||
|
entities:
|
||||||
|
- entity: input_select.scheduled_climate_mode_emma_bedroom
|
||||||
|
name: Scheduled Mode
|
||||||
|
- entity: input_datetime.emma_bedroom_climate
|
||||||
|
name: Climate
|
||||||
|
- entity: input_boolean.emma_bedroom_climate_override
|
||||||
|
name: Climate Schedule Override
|
||||||
|
state_color: true
|
||||||
|
visibility:
|
||||||
|
- condition: user
|
||||||
|
users:
|
||||||
|
- f387a983651a4321a7411ff8cf36f949
|
||||||
|
- c3909d27048140729f002aaef0391775
|
||||||
|
- type: heading
|
||||||
|
icon: m3of:data-thresholding
|
||||||
|
heading: Thresholds
|
||||||
|
heading_style: title
|
||||||
|
visibility:
|
||||||
|
- condition: user
|
||||||
|
users:
|
||||||
|
- c3909d27048140729f002aaef0391775
|
||||||
|
- 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
|
||||||
|
visibility:
|
||||||
|
- condition: and
|
||||||
|
conditions:
|
||||||
|
- condition: state
|
||||||
|
entity: input_boolean.emma_bedroom_aircon_installed
|
||||||
|
state: 'on'
|
||||||
|
- condition: user
|
||||||
|
users:
|
||||||
|
- c3909d27048140729f002aaef0391775
|
||||||
|
show_header_toggle: false
|
||||||
|
state_color: true
|
||||||
visibility:
|
visibility:
|
||||||
- condition: user
|
- condition: user
|
||||||
users:
|
users:
|
||||||
|
|||||||
Reference in New Issue
Block a user