mirror of
https://github.com/steku/ha_cercadian_alarm.git
synced 2025-12-07 23:22:16 +00:00
Allow using alarm sensor as trigger time
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user