From dc871dd449f30a7a33583a753b35d92d6823a048 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 25 Jul 2024 17:14:53 -0400 Subject: [PATCH] Fix UUIDs #205 --- packages/tony.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/tony.yaml b/packages/tony.yaml index 0dfc607..84e8d83 100644 --- a/packages/tony.yaml +++ b/packages/tony.yaml @@ -192,7 +192,7 @@ template: reminder_time: "{{ states('input_datetime.tony_morning_meds_notify') }}" icon: mdi:medication - name: Tony Afternoon Meds Needed - unique_id: 32f2f158-8c59-486e-bf85-f14909375ff7 + unique_id: 363b5ea0-3ad7-4e98-b0b0-5ff67bbef2f4 state: > {% set ct = as_timestamp(now()) %} {% set notify = state_attr('input_datetime.tony_afternoon_meds_notify','timestamp') %} @@ -201,7 +201,7 @@ template: reminder_time: "{{ states('input_datetime.tony_afternoon_meds_notify') }}" icon: mdi:medication - name: Tony Night Meds Needed - unique_id: 32f2f158-8c59-486e-bf85-f14909375ff7 + unique_id: b927b5a4-27a7-42aa-af4e-fa37a7036d25 state: > {% set ct = as_timestamp(now()) %} {% set notify = state_attr('input_datetime.tony_night_meds_notify','timestamp') %}