mirror of
https://github.com/caronc/apprise.git
synced 2025-01-19 04:19:32 +01:00
Fixed parsing of custom nid for Home Assistant plugin (#627)
This commit is contained in:
parent
113fa365f2
commit
6d56ed5492
@ -107,7 +107,7 @@ class NotifyHomeAssistant(NotifyBase):
|
||||
# Optional Unique Notification ID
|
||||
'name': _('Notification ID'),
|
||||
'type': 'string',
|
||||
'regex': (r'^[a-f0-9_-]+$', 'i'),
|
||||
'regex': (r'^[a-z0-9_-]+$', 'i'),
|
||||
},
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user