Compare commits
26 Commits
2025.7.1
...
mb_climate
| Author | SHA1 | Date | |
|---|---|---|---|
|
a5a88231e0
|
|||
|
f561a31487
|
|||
|
658cc3d821
|
|||
|
1d30d48784
|
|||
|
873827376b
|
|||
|
946e92689e
|
|||
|
c83cc465c8
|
|||
|
4d12204ae8
|
|||
|
721f28923a
|
|||
|
82b3f4d833
|
|||
|
f4b2ad0292
|
|||
|
aad7981983
|
|||
|
9f19a75ec3
|
|||
|
1acdd2c884
|
|||
|
ebb53377f0
|
|||
|
fedd824269
|
|||
|
84068cdc04
|
|||
|
69b1002348
|
|||
|
d3b14bf832
|
|||
|
996de9175e
|
|||
|
56917d44af
|
|||
|
387e8e304c
|
|||
|
6e4b84d3ff
|
|||
|
cbb40bbb64
|
|||
|
1c7b37189b
|
|||
|
2f3bab52b2
|
@@ -1006,6 +1006,13 @@ views:
|
||||
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
|
||||
@@ -1041,6 +1048,13 @@ views:
|
||||
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
|
||||
|
||||
@@ -245,9 +245,10 @@ views:
|
||||
- entity: binary_sensor.internet
|
||||
name: Internet (Min/Avg/Max)
|
||||
secondary_info: >-
|
||||
{{ states('sensor.min_ping') | round }}ms/{{
|
||||
states('sensor.avg_ping') | round }}ms/{{
|
||||
states('sensor.max_ping') | round }}ms
|
||||
{{ states('sensor.internet_round_trip_time_minimum') | round
|
||||
}}ms/{{ states('sensor.internet_round_trip_time_average') |
|
||||
round }}ms/{{
|
||||
states('sensor.internet_round_trip_time_maximum') | round }}ms
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /lovelace/house-stats
|
||||
@@ -424,6 +425,14 @@ views:
|
||||
BobEvans: at work
|
||||
- entity: timer.kallen_timer
|
||||
- entity: person.kallen_stork
|
||||
name: Kallen Stork
|
||||
content_template: '{{display_name}} is {{state}}'
|
||||
remove_repeats: false
|
||||
state_map:
|
||||
not_home: traveling
|
||||
Wal-Mart: at Wal-Mart
|
||||
School: at school
|
||||
Hospital: at the hospital
|
||||
- entity: person.emmalynn_stork
|
||||
- entity: automation.family_has_arrived
|
||||
content_template: Family Arrived
|
||||
@@ -473,11 +482,12 @@ views:
|
||||
- entity: sensor.home_tempest_cloud_sensors_precipitation_intensity
|
||||
name: Precipitation Intensity
|
||||
state_map:
|
||||
none: None
|
||||
no_rain: None
|
||||
very_light: Very Light
|
||||
light: Light
|
||||
moderate: Moderate
|
||||
heavy: Heavy
|
||||
very_heavy: Very Heavy
|
||||
- entity: input_boolean.recliner_mode
|
||||
- entity: timer.washer_timer
|
||||
state_map:
|
||||
@@ -931,8 +941,6 @@ views:
|
||||
base_config:
|
||||
state_styles:
|
||||
idle:
|
||||
button:
|
||||
background-color: var(--table-row-alternative-background-color)
|
||||
name:
|
||||
color: white
|
||||
icon:
|
||||
@@ -3466,6 +3474,8 @@ views:
|
||||
heading: Master Bedroom
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: input_select.current_climate_mode_master_bedroom
|
||||
name: Current Climate Mode
|
||||
- entity: switch.master_bedroom_aircon_display
|
||||
name: A/C Display
|
||||
- entity: switch.master_bedroom_aircon_prompt_tone
|
||||
@@ -6088,9 +6098,12 @@ views:
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: binary_sensor.internet
|
||||
- entity: sensor.min_ping
|
||||
- entity: sensor.avg_ping
|
||||
- entity: sensor.max_ping
|
||||
- entity: sensor.internet_round_trip_time_minimum
|
||||
name: Min Ping
|
||||
- entity: sensor.internet_round_trip_time_average
|
||||
name: Avg Ping
|
||||
- entity: sensor.internet_round_trip_time_maximum
|
||||
name: Max Ping
|
||||
show_header_toggle: false
|
||||
state_color: true
|
||||
- type: entities
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user