Compare commits

...

26 Commits

Author SHA1 Message Date
a5a88231e0 New entity for controlling master bedroom climate modes 2025-09-16 02:15:09 -04:00
f561a31487 Add missing map for Very Heavy rain state from Tempest in home feed 2025-09-11 04:35:34 -04:00
658cc3d821 Add state maps for K in the home feed on main dashboard 2025-09-11 04:35:16 -04:00
1d30d48784 Minor fix to home feed card state_map for precip intensity 2025-09-02 17:13:38 -04:00
873827376b Add new controls to climate admin panel 2025-09-02 02:44:59 -04:00
946e92689e Fix styling for meds 2025-09-02 02:44:41 -04:00
c83cc465c8 Overhaul of med tracker status chips 2025-08-26 02:04:45 -04:00
4d12204ae8 Don't show general thunderstorm risk for SPC status chip 2025-08-26 02:04:27 -04:00
721f28923a Improve coloring for some of the status chips 2025-08-26 02:04:06 -04:00
82b3f4d833 Back to the drawing board on the birthday countdown cards 2025-08-26 02:01:10 -04:00
f4b2ad0292 Add birthday countdown cards to mobile dashboard 2025-08-13 21:47:10 -04:00
aad7981983 Fix washer/dryer button backgrounds on main dashboard 2025-08-11 19:13:55 -04:00
9f19a75ec3 Add alert chip if E's door alert is disabled 2025-08-11 19:13:10 -04:00
1acdd2c884 Fix ping sensors 2025-08-11 19:12:43 -04:00
ebb53377f0 Add contact sensor button template 2025-07-30 03:19:05 -04:00
fedd824269 Fix long-standing issue with internet ping readout on main dashboard 2025-07-29 19:48:42 -04:00
84068cdc04 Updated test page on mobile dashboard 2025-07-27 22:20:43 -04:00
69b1002348 Better module for spinning fan icons 2025-07-27 22:20:24 -04:00
d3b14bf832 Add 'lights on' count to floor separators 2025-07-27 22:19:30 -04:00
996de9175e Specific SPC risk badges only show when relevant, not when "no risk" 2025-07-27 06:30:01 -04:00
56917d44af Use entity icon for tornado possible badge 2025-07-27 06:28:54 -04:00
387e8e304c Removed unused Global Scenes subview from mobile dashboard 2025-07-20 01:40:55 -04:00
6e4b84d3ff Facelift for mobile climate page 2025-07-20 01:38:51 -04:00
cbb40bbb64 Add mobile device trackers page to mobile dashboard 2025-07-17 22:36:42 -04:00
1c7b37189b Change testing entity for state color button 2025-07-17 22:36:20 -04:00
2f3bab52b2 Add theming to custom state color cards 2025-07-17 22:35:54 -04:00
3 changed files with 997 additions and 282 deletions

View File

@@ -1006,6 +1006,13 @@ views:
int %} {% set roomtemp = int %} {% set roomtemp =
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
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 - 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
@@ -1041,6 +1048,13 @@ views:
int %} {% set roomtemp = int %} {% set roomtemp =
states('sensor.emma_bedroom_temperature') | int %} {{ states('sensor.emma_bedroom_temperature') | int %} {{
'Threshold Met' if roomtemp >= threshold else '' }} '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 - entity: input_boolean.emma_bedroom_aircon_installed
name: Aircon Installed name: Aircon Installed
- entity: input_boolean.emma_bedroom_heater_installed - entity: input_boolean.emma_bedroom_heater_installed

View File

@@ -245,9 +245,10 @@ views:
- entity: binary_sensor.internet - entity: binary_sensor.internet
name: Internet (Min/Avg/Max) name: Internet (Min/Avg/Max)
secondary_info: >- secondary_info: >-
{{ states('sensor.min_ping') | round }}ms/{{ {{ states('sensor.internet_round_trip_time_minimum') | round
states('sensor.avg_ping') | round }}ms/{{ }}ms/{{ states('sensor.internet_round_trip_time_average') |
states('sensor.max_ping') | round }}ms round }}ms/{{
states('sensor.internet_round_trip_time_maximum') | round }}ms
tap_action: tap_action:
action: navigate action: navigate
navigation_path: /lovelace/house-stats navigation_path: /lovelace/house-stats
@@ -424,6 +425,14 @@ views:
BobEvans: at work BobEvans: at work
- entity: timer.kallen_timer - entity: timer.kallen_timer
- entity: person.kallen_stork - 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: person.emmalynn_stork
- entity: automation.family_has_arrived - entity: automation.family_has_arrived
content_template: Family Arrived content_template: Family Arrived
@@ -473,11 +482,12 @@ views:
- entity: sensor.home_tempest_cloud_sensors_precipitation_intensity - entity: sensor.home_tempest_cloud_sensors_precipitation_intensity
name: Precipitation Intensity name: Precipitation Intensity
state_map: state_map:
none: None no_rain: None
very_light: Very Light very_light: Very Light
light: Light light: Light
moderate: Moderate moderate: Moderate
heavy: Heavy heavy: Heavy
very_heavy: Very Heavy
- entity: input_boolean.recliner_mode - entity: input_boolean.recliner_mode
- entity: timer.washer_timer - entity: timer.washer_timer
state_map: state_map:
@@ -931,8 +941,6 @@ views:
base_config: base_config:
state_styles: state_styles:
idle: idle:
button:
background-color: var(--table-row-alternative-background-color)
name: name:
color: white color: white
icon: icon:
@@ -3466,6 +3474,8 @@ views:
heading: Master Bedroom heading: Master Bedroom
- type: entities - type: entities
entities: entities:
- entity: input_select.current_climate_mode_master_bedroom
name: Current Climate Mode
- entity: switch.master_bedroom_aircon_display - entity: switch.master_bedroom_aircon_display
name: A/C Display name: A/C Display
- entity: switch.master_bedroom_aircon_prompt_tone - entity: switch.master_bedroom_aircon_prompt_tone
@@ -6088,9 +6098,12 @@ views:
- type: entities - type: entities
entities: entities:
- entity: binary_sensor.internet - entity: binary_sensor.internet
- entity: sensor.min_ping - entity: sensor.internet_round_trip_time_minimum
- entity: sensor.avg_ping name: Min Ping
- entity: sensor.max_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 show_header_toggle: false
state_color: true state_color: true
- type: entities - type: entities

File diff suppressed because it is too large Load Diff