Compare commits

..

18 Commits

Author SHA1 Message Date
tm24fan8 2a05573675 First attempt 2026-04-03 05:23:35 -04:00
tm24fan8 30d2edf9ea Necessary changes for new WeatherAlerts integration 2026-04-03 05:23:21 -04:00
tm24fan8 66516b7a00 Improve lightning status template 2026-04-01 02:49:53 -04:00
tm24fan8 40b860f401 Add new devices to battery card 2026-04-01 02:49:35 -04:00
tm24fan8 ece6e505a1 Replace accent-color with bubble-accent-color to fix inconsistency 2026-03-29 23:51:49 -04:00
tm24fan8 6c0513b879 Some adjustments to mobile testing panel 2026-03-29 23:51:30 -04:00
tm24fan8 14705dd82c Add door sensor and door alert to E's bedroom card 2026-03-29 23:48:41 -04:00
tm24fan8 faa8c50c68 Let K adjust his own "actual awake/asleep" times 2026-03-29 23:44:46 -04:00
tm24fan8 fb6e59b060 Don't exclude wife's desk lights from first floor lights on card 2026-03-29 23:44:21 -04:00
tm24fan8 6278992809 Update VTherm cards with new options 2026-03-12 13:17:33 -04:00
tm24fan8 bccb67ccbb Exclude MQTT from "By The Numbers" auto-entities card 2026-03-12 13:05:31 -04:00
tm24fan8 5a3e93ca72 Update Windrose card due to new features released 2026-03-11 14:13:13 -04:00
tm24fan8 6a56597b41 Make lightning card always visible, for historic stats 2026-03-11 14:12:30 -04:00
tm24fan8 d2c99bc157 Add some additional window sensors that were missing from dashboards 2026-03-08 15:00:48 -04:00
tm24fan8 28ab60966c Add new sensors to dashboards 2026-03-07 01:47:53 -05:00
tm24fan8 c8f2c9dd33 Exclude cloud sensor for Home Tempest battery from the battery card 2026-03-06 06:19:34 -05:00
tm24fan8 c2fa4666e0 Update Watchman card to use new entity ID for missing actions sensor 2026-03-06 06:19:16 -05:00
tm24fan8 bbe07e4ca1 Remove Rite Aid zone from dashboards 2026-03-06 05:44:26 -05:00
3 changed files with 708 additions and 198 deletions
+29 -2
View File
@@ -200,8 +200,8 @@ views:
action: call-service
service: watchman.report
entities:
- entity: sensor.watchman_missing_services
name: Services
- entity: sensor.watchman_missing_actions
name: Actions
- entity: input_select.default_log_level
name: Default Log Level
- entity: input_select.log_level
@@ -496,6 +496,26 @@ views:
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.emma_bedroom_window
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.kallen_bedroom_window_1
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.kallen_bedroom_window_2
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.master_bedroom_window_1
state_map:
'on': Open
'off': Closed
- entity: binary_sensor.master_bedroom_window_2
state_map:
'on': Open
'off': Closed
- entity: sensor.living_room_windows_open
name: Living Room Windows
- type: grid
@@ -543,6 +563,11 @@ views:
- sensor.downstairs_bathroom_window_1_battery
- sensor.downstairs_bathroom_window_2_battery
- sensor.upstairs_bathroom_window_battery
- sensor.master_bedroom_window_1_battery
- sensor.master_bedroom_window_2_battery
- sensor.kallen_bedroom_window_1_battery
- sensor.kallen_bedroom_window_2_battery
- sensor.emma_bedroom_window_battery
- name: 'Glass Break Sensors (min: {min}%, count: {count})'
secondary_info: Battery levels {range}%
icon: mdi:image-broken-variant
@@ -591,6 +616,8 @@ views:
value: '*chrome*'
- name: entity_id
value: sensor.front_doorbell_battery
- name: entity_id
value: '*home_tempest_cloud*'
tap_action: more-info
- type: grid
cards:
+219 -55
View File
@@ -189,9 +189,28 @@ views:
- type: custom:mushroom-template-card
primary: Lightning Warning
secondary: >-
{% if
states('sensor.home_tempest_cloud_sensors_lightning_strikes_last_hour')
| int > 0 %}
{{
states('sensor.home_tempest_cloud_sensors_lightning_strikes_last_hour')
}} strikes in last hour!
| int }} strikes last hour!
{% elif
states('sensor.home_tempest_cloud_sensors_lightning_strikes_last_3_hours')
| int > 0 %}
{{
states('sensor.home_tempest_cloud_sensors_lightning_strikes_last_3_hours')
| int }} strikes last 3 hours!
{% else %}
{{ states('sensor.blitzortung_lightning_counter') }} strikes
during this storm!
{% endif %}
icon: mdi:lightning-bolt
entity: binary_sensor.lightning_warning
color: var(--warning-color)
@@ -205,6 +224,7 @@ views:
- condition: state
entity: binary_sensor.lightning_warning
state: 'on'
features_position: bottom
column_span: 1
- type: grid
cards:
@@ -663,7 +683,6 @@ views:
exclude:
- state: 'off'
- state: unavailable
- entity_id: light.tina_desk_lights
sort:
method: friendly_name
visibility:
@@ -772,26 +791,6 @@ views:
'on': hue:lightstrip
'off': hue:lightstrip-off
unavailable: mdi:map-marker-question
- type: custom:paper-buttons-row
buttons:
- entity: light.christmas_tree
name: Tree
layout: icon|name_state
state:
case: first
state_icons:
'on': mdi:pine-tree-variant
'off': mdi:pine-tree-variant-outline
unavailable: mdi:map-marker-question
- entity: light.christmas_lights_front_window
name: Window
layout: icon|name_state
state:
case: first
state_icons:
'on': mdi:string-lights
'off': mdi:string-lights-off
unavailable: mdi:map-marker-question
- type: entities
entities:
- entity: input_select.living_room_scenes
@@ -809,6 +808,32 @@ views:
name: FW1
- entity: binary_sensor.front_window_2
name: FW2
- entity: binary_sensor.front_window_3
name: FW3
- type: glance
show_name: true
show_icon: true
show_state: true
state_color: true
entities:
- entity: binary_sensor.side_window_1
name: SW1
- entity: binary_sensor.side_window_2
name: SW2
- entity: binary_sensor.side_window_3
name: SW3
- entity: binary_sensor.side_window_4
name: SW4
- type: glance
show_name: true
show_icon: true
show_state: true
state_color: true
entities:
- entity: binary_sensor.back_window_1
name: BW1
- entity: binary_sensor.back_window_2
name: BW2
- type: glance
show_name: true
show_icon: true
@@ -1225,6 +1250,16 @@ views:
- type: entities
entities:
- entity: input_select.downstairs_bathroom_scenes
- type: glance
show_name: true
show_icon: true
show_state: true
state_color: true
entities:
- entity: binary_sensor.downstairs_bathroom_window_1
name: Back
- entity: binary_sensor.downstairs_bathroom_window_2
name: Side
- type: glance
show_name: true
show_icon: true
@@ -1390,6 +1425,9 @@ views:
state_color: true
entities:
- entity: binary_sensor.kitchen_big_window
name: Main
- entity: binary_sensor.kitchen_sink_window
name: Sink
- type: grid
cards:
- type: custom:stack-in-card
@@ -1616,7 +1654,7 @@ views:
state_color: true
entities:
- entity: binary_sensor.stairway_window_lower
name: SW1
name: Stairwell Bottom
- type: glance
show_name: true
show_icon: true
@@ -1734,6 +1772,14 @@ views:
- type: entities
entities:
- entity: input_select.upstairs_hallway_scenes
- type: glance
show_name: true
show_icon: true
show_state: true
state_color: true
entities:
- entity: binary_sensor.stairway_window_upper
name: Stairwell Top
- type: glance
show_name: true
show_icon: true
@@ -1909,6 +1955,14 @@ views:
case: first
- entity: input_select.upstairs_bathroom_scenes
show_header_toggle: false
- type: glance
show_name: true
show_icon: true
show_state: true
state_color: true
entities:
- entity: binary_sensor.upstairs_bathroom_window
name: Window
- type: glance
show_name: true
show_icon: true
@@ -2125,6 +2179,16 @@ views:
name: Compressor
- entity: binary_sensor.master_bedroom_aircon_filter_alert
name: Filter
- type: glance
show_name: true
show_icon: true
show_state: true
state_color: true
entities:
- entity: binary_sensor.master_bedroom_window_1
name: Window 1
- entity: binary_sensor.master_bedroom_window_2
name: Window 2
- type: glance
show_name: true
show_icon: true
@@ -2307,6 +2371,16 @@ views:
case: first
- entity: input_select.kallen_bedroom_scenes
show_header_toggle: false
- type: glance
show_name: true
show_icon: true
show_state: true
state_color: true
entities:
- entity: binary_sensor.kallen_bedroom_window_1
name: Window 1
- entity: binary_sensor.kallen_bedroom_window_2
name: Window 2
- type: glance
show_name: true
show_icon: true
@@ -2516,13 +2590,21 @@ views:
'on':
type: custom:versatile-thermostat-ui-card
entity: climate.emma_bedroom_vtherm
disable_circle: false
disable_name: true
powerEntity: sensor.emma_bedroom_heater_power
theme: classic
disable_name: true
disable_auto_fan_infos: true
- type: entities
entities:
- entity: input_select.emma_bedroom_scenes
- type: glance
show_name: true
show_icon: true
show_state: true
state_color: true
entities:
- entity: binary_sensor.emma_bedroom_window
name: Window
- type: glance
show_name: true
show_icon: true
@@ -2791,9 +2873,10 @@ views:
show_header_toggle: false
- type: custom:versatile-thermostat-ui-card
entity: climate.basement_studio_vtherm
disable_circle: false
disable_name: true
powerEntity: sensor.basement_studio_heater_power
theme: classic
disable_name: true
allow_lock_toggle: true
disable_auto_fan_infos: true
- type: custom:mushroom-select-card
entity: input_select.basement_studio_scenes
@@ -4361,6 +4444,10 @@ views:
name: I am awake
- entity: input_select.kallen_morning_briefing_location
name: Morning Briefing Location
- entity: input_datetime.kallen_awake_at
name: Awake Time
- entity: input_datetime.kallen_asleep_at
name: Asleep Time
max_columns: 4
cards: []
background:
@@ -4652,7 +4739,6 @@ views:
- entity: zone.meijer
- entity: zone.menards
- entity: zone.middle_school
- entity: zone.rite_aid
- entity: zone.the_elder_storks
- entity: zone.wal_mart
- entity: zone.latty
@@ -6554,6 +6640,7 @@ views:
- sensor.back_door_battery
- sensor.basement_studio_door_battery
- sensor.downstairs_bathroom_door_battery
- sensor.emma_bedroom_door_battery
- name: 'Window Sensors (min: {min}%, count: {count})'
secondary_info: Battery levels {range}%
icon: mdi:window-closed
@@ -6575,6 +6662,11 @@ views:
- sensor.downstairs_bathroom_window_1_battery
- sensor.downstairs_bathroom_window_2_battery
- sensor.upstairs_bathroom_window_battery
- sensor.master_bedroom_window_1_battery
- sensor.master_bedroom_window_2_battery
- sensor.kallen_bedroom_window_1_battery
- sensor.kallen_bedroom_window_2_battery
- sensor.emma_bedroom_window_battery
- name: 'Glass Break Sensors (min: {min}%, count: {count})'
secondary_info: Battery levels {range}%
icon: mdi:image-broken-variant
@@ -6640,7 +6732,9 @@ views:
include:
- name: Number of*
- name: Lines of Code
exclude: []
exclude:
- options: {}
integration: 906ce55dd1bd3e27336a7049f329149b
sort:
method: state
reverse: true
@@ -7105,25 +7199,33 @@ views:
heading: Weather Alerts
heading_style: title
icon: mdi:cloud-alert
- content: >
<hr> {% set alerts = [
"sensor.weatheralerts_alert_1",
"sensor.weatheralerts_alert_2",
"sensor.weatheralerts_alert_3",
"sensor.weatheralerts_alert_4",
"sensor.weatheralerts_alert_5"] %}
{% for alert in alerts if is_state(alert, 'on') %} {% if 'warning'
or 'severe' in state_attr( alert, 'display_title')|lower() %}
<font color="red"> {% endif %} <b>{{ state_attr( alert,
'display_title') }}</b> {%- if 'warning' or 'severe' in
state_attr( alert, 'display_title')|lower() -%} </font> {%- endif
%} <br>{{ state_attr( alert, 'display_message') }} {% if loop.last
%} {% else %} <hr> {% endif %} {% endfor %}
type: markdown
- type: markdown
title: Weather Alerts (Summary)
content: >
{% set alerts =
state_attr('sensor.weatheralerts_defiance_ohz004_ohc039',
'alerts') or [] %} {% if alerts|length == 0 %} No active alerts.
{% else %} {% for alert in alerts[:5] %} <font
color="orange"><ha-icon icon="{{ alert.icon }}"></ha-icon></font>
{{ alert.get('event','Alert') }}: {{ alert.get('title',
alert.get('headline','')) }} <br><br> {% endfor %} {% endif %}
- type: markdown
title: Weather Alerts Status
content: >
{% set errs =
state_attr('sensor.weatheralerts_defiance_ohz004_ohc039', 'error')
or [] %} {% if errs|length == 0 %} **Status:** <font
color="orange">Unknown</font> {% else %} {% set err = errs[0] %}
{% if err.get('type') == 'success' %} **Status:** <font
color="green">**OK**</font> {% else %} **Status:** <font
color="red">**Error**</font> **Type:** {{ err.get('type','') }}
**Status:** {{ err.get('status','') }} **Message:** {{
err.get('message','') }} **Time:** {{ err.get('timestamp','') }}
{% endif %} {% endif %}
visibility:
- condition: state
entity: sensor.weatheralerts_alerts_are_active
state: 'Yes'
- condition: numeric_state
entity: sensor.weatheralerts_defiance_ohz004_ohc039
above: 0
- type: grid
cards:
- type: heading
@@ -7143,10 +7245,6 @@ views:
- compass_radar
- history_chart
always_show_full_card: false
visibility:
- condition: numeric_state
entity: sensor.blitzortung_lightning_counter
above: 0
- type: grid
cards:
- type: heading
@@ -7901,11 +7999,32 @@ views:
icon: mdi:weather-windy
- type: custom:windrose-card
title: Wind Rose
data_period:
hours_to_show: 24
max_width: 1000
refresh_interval: 300
windspeed_bar_location: bottom
buttons_config:
location: top
buttons:
- type: period_selector
button_text: 1 Hour
period_back: '-1h'
- type: period_selector
button_text: 8 Hours
period_back: '-8h'
- type: period_selector
active: true
button_text: 1 Day
period_back: '-1d'
- type: period_selector
button_text: 10 Days
period_back: '-10d'
- type: period_shift_play
period_back: '-1w'
button_text: Play
step_period: +3h
window_period: +10d
delay: 50
use_statistics: true
statistics_period: hour
wind_direction_entity:
entity: sensor.home_wind_direction_degrees
windspeed_entities:
@@ -7953,7 +8072,8 @@ views:
cardinal_direction_labels: NESW
show_intercardinal_directions: true
show_secondary_intercardinal_directions: true
matching_strategy: direction-first
matching_strategy:
- name: direction-first
current_direction:
show_arrow: true
corner_info:
@@ -7969,6 +8089,50 @@ views:
unit: °
label: Bearing
entity: sensor.home_wind_direction_degrees
text_blocks:
top:
text: |-
<table>
<tr>
<td>Direction measures:</td>
<td>${direction-count}</td>
<td>Minimal speed:</td>
<td>${min-speed}</td>
</tr>
<tr>
<td>Speed measures.:</td>
<td>${speed-1-count}</td>
<td>Maximum speed:</td>
<td>${max-speed}</td>
</tr>
<tr>
<td>Match count:</td>
<td>${match-count}</td>
<td>Average speed:</td>
<td>${average-speed}</td>
</tr>
<tr>
<td>Period hours</td>
<td>${period-hours}</td>
<td>Calm percentage:</td>
<td>${calm-percentage}%</td>
</tr>
<tr>
<td>First match time</td><td colspan="2">${date-first-match}, ${time-first-match}</td>
</tr>
<tr>
<td>Last match time</td><td colspan="2">${date-last-match}, ${time-last-match}</td>
</tr>
<tr>
<td>Period start</td><td colspan="2">${start-date} - ${start-time}</td>
</tr>
<tr>
<td>Period end</td><td colspan="2">${end-date} - ${end-time}</td>
</tr>
</table>
text_color: gray
text_size: 14
- type: entities
entities:
- entity: binary_sensor.tornado_warning
+460 -141
View File
File diff suppressed because it is too large Load Diff