Change ACP code_format to None|"Number"|"Any" (#14686)
This commit is contained in:
parent
08fc73aa20
commit
7094d6d61e
12 changed files with 18 additions and 18 deletions
|
@ -70,7 +70,7 @@ class NX584Alarm(alarm.AlarmControlPanel):
|
|||
@property
|
||||
def code_format(self):
|
||||
"""Return one or more digits/characters."""
|
||||
return '^\\d+$'
|
||||
return 'Number'
|
||||
|
||||
@property
|
||||
def state(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue