mirror of
https://github.com/steku/ha_cercadian_alarm.git
synced 2025-12-08 23:52:22 +00:00
conditions and advanced target
This commit is contained in:
@ -9,6 +9,11 @@ blueprint:
|
||||
default: []
|
||||
selector:
|
||||
action: {}
|
||||
conditions:
|
||||
name: conditions
|
||||
default: []
|
||||
selector:
|
||||
condition: {}
|
||||
alarm_start_time:
|
||||
name: 🕒 Start Time
|
||||
description:
|
||||
@ -177,6 +182,8 @@ trigger:
|
||||
entity_id: !input alarm_start_time
|
||||
offset: !input offset_from_start_time
|
||||
condition:
|
||||
condition: and
|
||||
conditions: !input conditions
|
||||
action:
|
||||
- choose:
|
||||
- conditions: []
|
||||
|
||||
Reference in New Issue
Block a user