Compare commits

..

1 Commits

Author SHA1 Message Date
8d76e5d2c4 First attempt 2026-04-04 17:25:32 -04:00
3 changed files with 2746 additions and 1796 deletions

View File

@@ -1057,10 +1057,6 @@ 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
@@ -1244,20 +1240,6 @@ 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
@@ -1396,10 +1378,12 @@ views:
name: Reminder Count
show_header_toggle: false
state_color: true
- type: custom:expander-card
title: Settings
cards:
- type: entities
- type: entities
entities:
- type: custom:fold-entity-row
head:
type: section
label: Settings
entities:
- entity: input_boolean.tony_custom_meds_tracker_p1
name: Custom Tracker 1
@@ -1413,7 +1397,6 @@ views:
name: Ibuprofen Active
- entity: input_boolean.tony_tylenol_active
name: Tylenol Active
icon: mdi:cog
- type: grid
cards:
- type: heading
@@ -1468,16 +1451,17 @@ views:
name: Night Reminders
show_header_toggle: false
state_color: true
- type: custom:expander-card
title: Settings
cards:
- type: entities
- type: entities
entities:
- type: custom:fold-entity-row
head:
type: section
label: Settings
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