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