Copy ibuprofen and tylenol trackers for Tina

This commit is contained in:
2025-02-21 22:20:28 -05:00
parent 797a3564ff
commit 2e7c279639
2 changed files with 66 additions and 0 deletions

View File

@ -1145,6 +1145,28 @@ views:
cards: cards:
- type: heading - type: heading
heading: Tina heading: Tina
- type: entities
state_color: true
show_header_toggle: false
entities:
- entity: input_boolean.tina_ibuprofen_taken
- entity: input_datetime.tina_ibuprofen_taken
- entity: input_datetime.tina_ibuprofen_notify
visibility:
- condition: state
entity: input_boolean.tina_ibuprofen_active
state: 'on'
- type: entities
state_color: true
show_header_toggle: false
entities:
- entity: input_boolean.tina_tylenol_taken
- entity: input_datetime.tina_tylenol_taken
- entity: input_datetime.tina_tylenol_notify
visibility:
- condition: state
entity: input_boolean.tina_tylenol_active
state: 'on'
- type: entities - type: entities
entities: entities:
- entity: input_boolean.tina_morning_meds_taken - entity: input_boolean.tina_morning_meds_taken
@ -1173,6 +1195,17 @@ views:
name: Night Reminders name: Night Reminders
show_header_toggle: false show_header_toggle: false
state_color: true state_color: true
- 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
- type: grid - type: grid
cards: cards:
- type: heading - type: heading

View File

@ -4799,6 +4799,28 @@ views:
cards: cards:
- type: heading - type: heading
heading: Meds heading: Meds
- type: entities
state_color: true
show_header_toggle: false
entities:
- entity: input_boolean.tina_ibuprofen_taken
- entity: input_datetime.tina_ibuprofen_taken
- entity: input_datetime.tina_ibuprofen_notify
visibility:
- condition: state
entity: input_boolean.tina_ibuprofen_active
state: 'on'
- type: entities
state_color: true
show_header_toggle: false
entities:
- entity: input_boolean.tina_tylenol_taken
- entity: input_datetime.tina_tylenol_taken
- entity: input_datetime.tina_tylenol_notify
visibility:
- condition: state
entity: input_boolean.tina_tylenol_active
state: 'on'
- type: entities - type: entities
entities: entities:
- entity: input_boolean.tina_morning_meds_taken - entity: input_boolean.tina_morning_meds_taken
@ -4827,6 +4849,17 @@ views:
name: Night Reminders name: Night Reminders
show_header_toggle: false show_header_toggle: false
state_color: true state_color: true
- 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
- type: grid - type: grid
cards: cards:
- type: heading - type: heading