Allow using alarm sensor as trigger time

This commit is contained in:
shbatm
2025-04-16 12:25:01 -05:00
committed by GitHub
parent 0a6e879aad
commit 34f66f8ff8

View File

@ -6,13 +6,15 @@ blueprint:
alarm_start_time: alarm_start_time:
name: 🕒 Start Time name: 🕒 Start Time
description: 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. to determine what days to run.
selector: selector:
entity: entity:
filter: filter:
- domain: - domain:
- input_datetime - input_datetime
- domain: sensor
device_class: timestamp
multiple: false multiple: false
workday_sensor: workday_sensor:
name: 📆 Workday Sensor name: 📆 Workday Sensor