Change ACP code_format to None|"Number"|"Any" (#14686)

This commit is contained in:
c727 2018-05-31 14:31:40 +02:00 committed by Martin Hjelmare
parent 08fc73aa20
commit 7094d6d61e
12 changed files with 18 additions and 18 deletions

View file

@ -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):