mirror of
https://github.com/steku/ha_cercadian_alarm.git
synced 2025-12-07 23:22:16 +00:00
Fix offset formatting
This commit is contained in:
@ -173,7 +173,8 @@ blueprint:
|
||||
source_url: https://github.com/steku/ha_cercadian_alarm/blob/main/parabolic_alarm.yaml
|
||||
trigger:
|
||||
- trigger: time
|
||||
at: !input alarm_start_time
|
||||
at:
|
||||
entity_id: !input alarm_start_time
|
||||
offset: "{{ -(alarm_length_1 + alarm_length_2 + alarm_length_3)*60 if complete_at_start_time else 0 }}"
|
||||
condition:
|
||||
- condition: state
|
||||
|
||||
Reference in New Issue
Block a user