Compare commits

...

5 Commits

Author SHA1 Message Date
tm24fan8 3139d509f7 First attempt 2026-04-08 23:10:56 -04:00
tm24fan8 93542c9cc8 Replace fold entity rows with expander cards 2026-04-08 20:49:26 -04:00
tm24fan8 7e3834194a Replace front porch card 2026-04-08 20:49:01 -04:00
tm24fan8 b7f6dba4a5 Fix downstairs bathroom using living room scenes menu 2026-04-08 20:48:16 -04:00
tm24fan8 3dc20f181f Remove old sections 2026-04-08 20:47:35 -04:00
3 changed files with 908 additions and 2625 deletions
+10 -12
View File
@@ -1378,12 +1378,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 +1395,7 @@ views:
name: Ibuprofen Active
- entity: input_boolean.tony_tylenol_active
name: Tylenol Active
icon: mdi:cog
- type: grid
cards:
- type: heading
@@ -1451,17 +1450,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
+724 -1706
View File
File diff suppressed because it is too large Load Diff
+174 -907
View File
File diff suppressed because it is too large Load Diff