From 34f66f8ff875c9e7a8110fd5387ada4ffb49e176 Mon Sep 17 00:00:00 2001 From: shbatm Date: Wed, 16 Apr 2025 12:25:01 -0500 Subject: [PATCH] Allow using alarm sensor as trigger time --- parabolic_alarm.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/parabolic_alarm.yaml b/parabolic_alarm.yaml index ab53870..f22186e 100644 --- a/parabolic_alarm.yaml +++ b/parabolic_alarm.yaml @@ -6,13 +6,15 @@ blueprint: alarm_start_time: name: 🕒 Start Time description: - Datetime helper for the alarm to start. Use time only and Workday sensor + Datetime helper or sensor for the alarm to start. Use time only and Workday sensor to determine what days to run. selector: entity: filter: - domain: - input_datetime + - domain: sensor + device_class: timestamp multiple: false workday_sensor: name: 📆 Workday Sensor