From 582604c385337fe74a42a37e34a5b15c02ee4e96 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 4 May 2022 17:38:54 -0400 Subject: [PATCH] Added time and date sensor --- sensors/time.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sensors/time.yaml b/sensors/time.yaml index a474563..80492f7 100644 --- a/sensors/time.yaml +++ b/sensors/time.yaml @@ -17,4 +17,12 @@ on {% else %} off - {% endif %} \ No newline at end of file + {% endif %} +- platform: time_date + display_options: + - 'time' + - 'date' + - 'date_time' + - 'time_date' + - 'time_utc' + - 'beat' \ No newline at end of file