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