From 6c9ee40ec3b2aeaa97e18f5f71a1ff4bfa1f7216 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 19 Sep 2023 12:58:07 -0400 Subject: [PATCH] Beginning entities for custom med tracker concept --- packages/tony.yaml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/packages/tony.yaml b/packages/tony.yaml index a3890cc..6ef35cc 100644 --- a/packages/tony.yaml +++ b/packages/tony.yaml @@ -10,6 +10,12 @@ input_boolean: tony_night_meds_taken: name: Tony Night Meds Taken 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: tony_streaming_start_time: @@ -37,6 +43,39 @@ input_datetime: has_date: false has_time: true 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: - platform: rest