FutureTense/keymaster

Categories require automation ids

Closed this issue · 0 comments

For some reason, starting with L386, automation ids stopped being included.

  - alias: keymaster_copy_PARENTLOCK_sun_LOCKNAME_TEMPLATENUM
    trigger:
      ...

In order to add to categories and clean up automations, this is required. Please update to include ids like the previous automations: L370

  - alias: keymaster_copy_PARENTLOCK_end_date_LOCKNAME_TEMPLATENUM
    id: keymaster_copy_PARENTLOCK_end_date_LOCKNAME_TEMPLATENUM
    trigger:
      ...