Change alarm panel code format (#20037)
* Change code format * Update elkm1 code format * Update alarmdecodes code_format * Update alarmdotcom code_format * Update concord232 code_format * Update envisalink code_format * Update ialarm code_format * Update ifttt code_format * Update manual alarm code_format * Update manual mqtt code_format * Update mqtt code_format * Update ness code_format * Update nx584 code_format * Update satel_integra code_format * Update simplisafe code_format * Update verisure code_format * Change text to be consistent with the Polymer PR
This commit is contained in:
parent
162e2b8385
commit
1c11394f5f
16 changed files with 19 additions and 17 deletions
|
@ -70,7 +70,7 @@ class NX584Alarm(alarm.AlarmControlPanel):
|
|||
@property
|
||||
def code_format(self):
|
||||
"""Return one or more digits/characters."""
|
||||
return 'Number'
|
||||
return alarm.FORMAT_NUMBER
|
||||
|
||||
@property
|
||||
def state(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue