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