FutureTense / keymaster

Home Assistant integration for managing Z-Wave enabled locks
MIT License
231 stars 43 forks source link

Categories require automation ids #360

Closed roblandry closed 3 months ago

roblandry commented 5 months ago

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:
      ...