Beginning entities for custom med tracker concept
This commit is contained in:
@ -10,6 +10,12 @@ input_boolean:
|
|||||||
tony_night_meds_taken:
|
tony_night_meds_taken:
|
||||||
name: Tony Night Meds Taken
|
name: Tony Night Meds Taken
|
||||||
icon: mdi:medication
|
icon: mdi:medication
|
||||||
|
tony_custom_meds_tracker_1:
|
||||||
|
name: Tony Custom Meds Tracker 1
|
||||||
|
icon: mdi:medication
|
||||||
|
tony_custom_meds_taken_1:
|
||||||
|
name: Tony Custom Meds Taken 1
|
||||||
|
icon: mdi:medication
|
||||||
|
|
||||||
input_datetime:
|
input_datetime:
|
||||||
tony_streaming_start_time:
|
tony_streaming_start_time:
|
||||||
@ -37,6 +43,39 @@ input_datetime:
|
|||||||
has_date: false
|
has_date: false
|
||||||
has_time: true
|
has_time: true
|
||||||
icon: mdi:medication
|
icon: mdi:medication
|
||||||
|
tony_custom_meds_taken_1:
|
||||||
|
name: Tony Custom Meds Taken 1
|
||||||
|
has_date: true
|
||||||
|
has_time: true
|
||||||
|
icon: mdi:medication
|
||||||
|
tony_custom_meds_notify_1:
|
||||||
|
name: Tony Custom Meds Notify 1
|
||||||
|
has_date: false
|
||||||
|
has_time: true
|
||||||
|
icon: mdi:medication
|
||||||
|
|
||||||
|
input_number:
|
||||||
|
tony_custom_meds_interval_1:
|
||||||
|
name: Tony Custom Meds Interval 1
|
||||||
|
min: 0
|
||||||
|
max: 24
|
||||||
|
step: 1
|
||||||
|
icon: mdi:medication
|
||||||
|
|
||||||
|
input_text:
|
||||||
|
tony_custom_med_name_1:
|
||||||
|
name: Tony Custom Med Name 1
|
||||||
|
icon: mdi:medication
|
||||||
|
|
||||||
|
input_select:
|
||||||
|
tony_custom_meds_type_1:
|
||||||
|
name: Tony Custom Meds Type 1
|
||||||
|
options:
|
||||||
|
- Wakeup
|
||||||
|
- Bedtime
|
||||||
|
- Other Time
|
||||||
|
- Interval
|
||||||
|
icon: mdi:medication
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- platform: rest
|
- platform: rest
|
||||||
|
Reference in New Issue
Block a user