jcooper-korg / AlarmPanel

28 stars 6 forks source link

add better countdown duration config to allow different durations per state #15

Open jcooper-korg opened 1 month ago

jcooper-korg commented 1 month ago

You can set different delay_time and arming_time durations for the different states in the manual alarm. See examples at Manual Alarm control panel - Home Assistant

However, currently, my card config only supports setting one arming/pending duration. Like:

      durations:
          arming: 60
          pending: 30

So, if you set different state timer durations in your manual config. the countdown timer in the card may not match up properly.