Copy ibuprofen and tylenol trackers for Tina
This commit is contained in:
@ -1145,6 +1145,28 @@ views:
|
||||
cards:
|
||||
- type: heading
|
||||
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
|
||||
entities:
|
||||
- entity: input_boolean.tina_morning_meds_taken
|
||||
@ -1173,6 +1195,17 @@ views:
|
||||
name: Night Reminders
|
||||
show_header_toggle: false
|
||||
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
|
||||
cards:
|
||||
- type: heading
|
||||
|
@ -4799,6 +4799,28 @@ views:
|
||||
cards:
|
||||
- type: heading
|
||||
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
|
||||
entities:
|
||||
- entity: input_boolean.tina_morning_meds_taken
|
||||
@ -4827,6 +4849,17 @@ views:
|
||||
name: Night Reminders
|
||||
show_header_toggle: false
|
||||
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
|
||||
cards:
|
||||
- type: heading
|
||||
|
Reference in New Issue
Block a user