Compare commits

...

42 Commits

Author SHA1 Message Date
d203051b4c Test card for the new Bubble Card Weather module 2025-12-23 22:18:48 -05:00
0eec9bbb51 Add some of the new Pirateweather sensors to weather dashboard 2025-12-23 22:18:31 -05:00
d7e2c86dc1 Blitzortung Lightning Card 2025-12-23 22:18:15 -05:00
3cb7eed47c Adjustments for new core Uptime Kuma integration
home_automation/Home-Assistant-Configs#257
2025-12-23 22:17:08 -05:00
76e221f65d Add the AdGuard card 2025-12-16 19:22:44 -05:00
5c974b463d Remove entities that no longer exist due to Accuweather removal 2025-12-16 19:08:41 -05:00
9f20c9f59e Update to accommodate changes to E's bedroom climate automation
home_automation/Home-Assistant-Configs#256
2025-12-13 20:30:56 -05:00
b9c263db16 Add college hockey teams to dashboards
home_automation/Home-Assistant-Configs#255
2025-12-09 20:19:57 -05:00
cb8ffaed51 Fix color ranges for gauge cards 2025-11-10 22:38:14 -05:00
bdb82c87fa Change state string map for Latty 2025-10-30 18:16:03 -04:00
c1fc03250b Add some of the climate mode scheduling to mobile climate page 2025-10-18 00:24:51 -04:00
16864d1cd3 Mobile dashboard controls for pain and custom meds tracker rewrite 2025-10-18 00:24:35 -04:00
d9c620094e Just Home Assistant fucking around with formatting for no good reason 2025-10-18 00:24:07 -04:00
d3473f382f Add controls for rewrite of pain and custom med trackers 2025-10-18 00:23:12 -04:00
6daed2edca Update labels on climate cards for main dashboard 2025-10-02 18:18:45 -04:00
01c81305c3 Add lightning warning badge on home page 2025-09-23 18:36:48 -04:00
fd184d6548 Change a few icons on weather dashboard 2025-09-23 18:36:37 -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 1670 additions and 440 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,98 +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_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 - type: entities
entities: entities:
- entity: input_number.hot_day_threshold - entity: input_number.hot_day_threshold
@@ -1126,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
@@ -1176,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
@@ -1185,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
@@ -1196,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

View File

@@ -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:
@@ -245,9 +264,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
@@ -411,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}}'
@@ -422,8 +443,18 @@ 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
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
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
@@ -473,11 +504,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 +963,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:
@@ -2047,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
@@ -2421,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
@@ -3500,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
@@ -3543,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
@@ -4141,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
@@ -4291,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
@@ -4335,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
@@ -4909,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
@@ -5240,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
@@ -5532,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
@@ -5878,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
@@ -6088,9 +6220,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
@@ -6140,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
@@ -6292,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
@@ -6405,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
@@ -7250,6 +7407,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
@@ -7258,6 +7416,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
@@ -7269,11 +7428,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
@@ -7283,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
@@ -7525,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
@@ -7543,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
@@ -7583,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

File diff suppressed because it is too large Load Diff