Compare commits

..

42 Commits

Author SHA1 Message Date
cb76f656e9 Copy mobile dashboard badges to main dashboard 2026-04-14 19:16:14 -04:00
113b68641f Add controls for E's auto climate mode switching 2026-04-11 02:24:51 -04:00
012f5e4e83 Add window weather functionality to dashboards 2026-04-11 02:24:37 -04:00
40d224e57f Add global health score cards 2026-04-09 01:07:06 -04:00
93542c9cc8 Replace fold entity rows with expander cards 2026-04-08 20:49:26 -04:00
7e3834194a Replace front porch card 2026-04-08 20:49:01 -04:00
b7f6dba4a5 Fix downstairs bathroom using living room scenes menu 2026-04-08 20:48:16 -04:00
3dc20f181f Remove old sections 2026-04-08 20:47:35 -04:00
f080759584 Forgot to add climate watchdog to E's bedroom card 2026-04-04 17:25:16 -04:00
94b593b5cf Heater card should look for heater, not aircon... 2026-04-04 17:24:04 -04:00
649cb5a3e5 Various auto-upgrades done by the new bubble card 2026-04-04 17:11:18 -04:00
34c8020e9e Fix step size for climate cards on mobile dashboard popups 2026-04-04 17:10:33 -04:00
0680a97302 Merge branch 'main_dash_overhaul' into dev 2026-04-04 17:06:40 -04:00
0a39a28c84 Finished second floor room cards 2026-04-04 17:06:21 -04:00
5848f9c220 Second floor progress 2026-04-04 02:35:55 -04:00
d091b9aedf Beginning of new Proxmox page 2026-04-04 02:35:43 -04:00
bc2674b31c Adjust some timer cards 2026-04-04 02:35:27 -04:00
fee83ab08f Some reworks for streamline card templates 2026-04-04 02:34:00 -04:00
26a96f2d04 Fix weather alert card 2026-04-04 02:30:01 -04:00
89c03fb3eb Merge branch 'main_dash_overhaul' into dev 2026-04-03 18:03:46 -04:00
a0b5d237be Lower section background opacity 2026-04-03 18:03:30 -04:00
88f9f44d3e Finished first floor 2026-04-03 18:01:13 -04:00
405b6e8762 Fix merge issues...again 2026-04-03 16:55:31 -04:00
eb2f68aeb6 Fix additional merge issues 2026-04-03 16:48:22 -04:00
60bab6bc60 New idea for lights cards for each room 2026-04-03 16:48:21 -04:00
c555e3ad57 Remove icon styling from main dashboard 2026-04-03 16:48:20 -04:00
1cf1934b12 Switch main dash overhaul remaining declutter cards to streamline cards 2026-04-03 16:48:19 -04:00
2d6a6a706b Begin overhauling first floor cards 2026-04-03 16:48:18 -04:00
316bec98d9 Redo the basement studio page on main dashboard with bubble cards 2026-04-03 16:48:17 -04:00
30d2edf9ea Necessary changes for new WeatherAlerts integration 2026-04-03 05:23:21 -04:00
66516b7a00 Improve lightning status template 2026-04-01 02:49:53 -04:00
40b860f401 Add new devices to battery card 2026-04-01 02:49:35 -04:00
ece6e505a1 Replace accent-color with bubble-accent-color to fix inconsistency 2026-03-29 23:51:49 -04:00
6c0513b879 Some adjustments to mobile testing panel 2026-03-29 23:51:30 -04:00
14705dd82c Add door sensor and door alert to E's bedroom card 2026-03-29 23:48:41 -04:00
faa8c50c68 Let K adjust his own "actual awake/asleep" times 2026-03-29 23:44:46 -04:00
fb6e59b060 Don't exclude wife's desk lights from first floor lights on card 2026-03-29 23:44:21 -04:00
6278992809 Update VTherm cards with new options 2026-03-12 13:17:33 -04:00
bccb67ccbb Exclude MQTT from "By The Numbers" auto-entities card 2026-03-12 13:05:31 -04:00
5a3e93ca72 Update Windrose card due to new features released 2026-03-11 14:13:13 -04:00
6a56597b41 Make lightning card always visible, for historic stats 2026-03-11 14:12:30 -04:00
d2c99bc157 Add some additional window sensors that were missing from dashboards 2026-03-08 15:00:48 -04:00
3 changed files with 4136 additions and 3446 deletions

View File

@@ -1057,6 +1057,10 @@ views:
| int %} {% set high =
states('sensor.stratton_ave_apparent_temperature') | int %} {{
'Threshold Met' if high <= threshold else '' }}
- entity: input_number.window_weather_minimum
name: Window Minimum
- entity: input_number.window_weather_maximum
name: Window Maximum
show_header_toggle: false
state_color: true
title: Weather
@@ -1240,6 +1244,20 @@ views:
state: 'on'
show_header_toggle: false
state_color: true
- type: custom:expander-card
title: More Settings
cards:
- type: entities
entities:
- entity: input_boolean.emma_bedroom_mode_switch
name: Mode Switch
- entity: input_select.emma_bedroom_mode_switch
name: Mode
- entity: input_datetime.emma_bedroom_mode_switch
name: Switch Time
- entity: input_number.emma_bedroom_auto_mode_threshold
name: Switch Threshold
icon: mdi:cog
- type: grid
cards:
- type: heading
@@ -1378,12 +1396,10 @@ views:
name: Reminder Count
show_header_toggle: false
state_color: true
- type: entities
entities:
- type: custom:fold-entity-row
head:
type: section
label: Settings
- type: custom:expander-card
title: Settings
cards:
- type: entities
entities:
- entity: input_boolean.tony_custom_meds_tracker_p1
name: Custom Tracker 1
@@ -1397,6 +1413,7 @@ views:
name: Ibuprofen Active
- entity: input_boolean.tony_tylenol_active
name: Tylenol Active
icon: mdi:cog
- type: grid
cards:
- type: heading
@@ -1451,17 +1468,16 @@ views:
name: Night Reminders
show_header_toggle: false
state_color: true
- type: entities
entities:
- type: custom:fold-entity-row
head:
type: section
label: Settings
- type: custom:expander-card
title: Settings
cards:
- type: entities
entities:
- entity: input_boolean.tina_ibuprofen_active
name: Ibuprofen Active
- entity: input_boolean.tina_tylenol_active
name: Tylenol Active
icon: mdi:cog
- type: grid
cards:
- type: heading

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff