Compare commits

...

18 Commits

Author SHA1 Message Date
fe8c7f5b8f First attempt 2026-04-11 02:25:09 -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
3 changed files with 2382 additions and 3618 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