Compare commits
36 Commits
2026.3.1
...
113b68641f
| Author | SHA1 | Date | |
|---|---|---|---|
|
113b68641f
|
|||
|
012f5e4e83
|
|||
|
40d224e57f
|
|||
|
93542c9cc8
|
|||
|
7e3834194a
|
|||
|
b7f6dba4a5
|
|||
|
3dc20f181f
|
|||
|
f080759584
|
|||
|
94b593b5cf
|
|||
|
649cb5a3e5
|
|||
|
34c8020e9e
|
|||
|
0680a97302
|
|||
|
0a39a28c84
|
|||
|
5848f9c220
|
|||
|
d091b9aedf
|
|||
|
bc2674b31c
|
|||
|
fee83ab08f
|
|||
|
26a96f2d04
|
|||
|
89c03fb3eb
|
|||
|
a0b5d237be
|
|||
|
88f9f44d3e
|
|||
|
405b6e8762
|
|||
|
eb2f68aeb6
|
|||
|
60bab6bc60
|
|||
|
c555e3ad57
|
|||
|
1cf1934b12
|
|||
|
2d6a6a706b
|
|||
|
316bec98d9
|
|||
|
30d2edf9ea
|
|||
|
66516b7a00
|
|||
|
40b860f401
|
|||
|
ece6e505a1
|
|||
|
6c0513b879
|
|||
|
14705dd82c
|
|||
|
faa8c50c68
|
|||
|
fb6e59b060
|
@@ -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
|
||||
|
||||
5468
main_dashboard.yaml
5468
main_dashboard.yaml
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user