From e71dddf18aea2c9642c312f69d8d255725147cfa Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 1 Apr 2022 14:05:30 -0400 Subject: [PATCH] Trying some things with input datetime variables --- input_datetime.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/input_datetime.yaml b/input_datetime.yaml index e69de29..2575fee 100644 --- a/input_datetime.yaml +++ b/input_datetime.yaml @@ -0,0 +1,11 @@ +tina_workday_start: + name: Tina Workday Start + has_date: false + has_time: true + icon: mdi:briefcase + +tina_workday_end: + name: Tina Workday End + has_date: false + has_time: true + icon: mdi:briefcase-off \ No newline at end of file