Compare commits
37 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
3a23f242d8
|
|||
|
ccc4f2a31e
|
|||
|
3df12d4022
|
|||
|
f66de6300f
|
|||
|
0d12bd36cd
|
|||
|
fc70e23f6b
|
|||
|
1a09755fe9
|
|||
|
6df5503432
|
|||
|
a95433bc7b
|
|||
|
0e8a2f355c
|
|||
|
8038c7eb7c
|
|||
|
d203051b4c
|
|||
|
0eec9bbb51
|
|||
|
d7e2c86dc1
|
|||
|
3cb7eed47c
|
|||
|
76e221f65d
|
|||
|
5c974b463d
|
|||
|
9f20c9f59e
|
|||
|
b9c263db16
|
|||
|
cb8ffaed51
|
|||
|
bdb82c87fa
|
|||
|
c1fc03250b
|
|||
|
16864d1cd3
|
|||
|
d9c620094e
|
|||
|
d3473f382f
|
|||
|
6daed2edca
|
|||
|
01c81305c3
|
|||
|
fd184d6548
|
|||
|
f561a31487
|
|||
|
658cc3d821
|
|||
|
1d30d48784
|
|||
|
873827376b
|
|||
|
946e92689e
|
|||
|
c83cc465c8
|
|||
|
4d12204ae8
|
|||
|
721f28923a
|
|||
|
82b3f4d833
|
@@ -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,98 +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_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_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
|
||||
@@ -1126,6 +1034,185 @@ views:
|
||||
state_color: true
|
||||
title: Weather
|
||||
column_span: 1
|
||||
- type: grid
|
||||
cards:
|
||||
- type: heading
|
||||
heading: Thresholds
|
||||
heading_style: title
|
||||
- type: custom:auto-entities
|
||||
card:
|
||||
type: entities
|
||||
filter:
|
||||
include:
|
||||
- options: {}
|
||||
domain: input_number
|
||||
entity_id: '*hot_threshold'
|
||||
sort:
|
||||
method: entity_id
|
||||
exclude: []
|
||||
- type: custom:auto-entities
|
||||
card:
|
||||
type: entities
|
||||
filter:
|
||||
include:
|
||||
- options: {}
|
||||
domain: input_number
|
||||
entity_id: '*cold_threshold'
|
||||
sort:
|
||||
method: entity_id
|
||||
exclude: []
|
||||
column_span: 2
|
||||
- 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
|
||||
@@ -1176,6 +1263,10 @@ views:
|
||||
name_template: >-
|
||||
{{ 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:
|
||||
- condition: state
|
||||
entity: input_boolean.tony_custom_meds_tracker_p1
|
||||
@@ -1185,8 +1276,15 @@ views:
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: input_boolean.tony_ibuprofen_taken
|
||||
name: Ibuprofen Taken
|
||||
- entity: input_datetime.tony_ibuprofen_taken
|
||||
name: Ibuprofen Taken
|
||||
- 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:
|
||||
- condition: state
|
||||
entity: input_boolean.tony_ibuprofen_active
|
||||
@@ -1196,8 +1294,15 @@ views:
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: input_boolean.tony_tylenol_taken
|
||||
name: Tylenol Taken
|
||||
- entity: input_datetime.tony_tylenol_taken
|
||||
name: Tylenol Taken
|
||||
- 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:
|
||||
- condition: state
|
||||
entity: input_boolean.tony_tylenol_active
|
||||
|
||||
1040
main_dashboard.yaml
1040
main_dashboard.yaml
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user