Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.86.2/3 Keypad gone missing #63

Open
YoinkZed opened this issue Jan 28, 2019 · 4 comments
Open

0.86.2/3 Keypad gone missing #63

YoinkZed opened this issue Jan 28, 2019 · 4 comments

Comments

@YoinkZed
Copy link

Hi,

It seems that the Custom Alarm Panel is having some issues showing the Keypad after the latest updates.

When adding the panel to the ui it doesn't show the keypad. I'm still able to arm and disarm my alarm if I use the Alarm menu.

Can you perhaps look into this?

@kernehed
Copy link

This may be the fix for you:

fed5a79

@YoinkZed
Copy link
Author

This may be the fix for you:

fed5a79

I actually tried doing this:

Line 688

@property
def code_format(self):
    """One or more characters."""
    if self._code is None:
        return None
    if isinstance(self._code, str) and re.search('^\\d+$', self._code):
        return alarm.FORMAT_NUMBER
    return alarm.FORMAT_TEXT

instead of:

@property
def code_format(self):
    """One or more characters."""
    return None if self._code is None else '.+'

Will the. py file be updated here on Github?

@garydn
Copy link

garydn commented Jan 30, 2019

Alarm panel not working/displaying with 0.86.3 tried the updated .py file, going to roll back to .2

@akasma74
Copy link

akasma74 commented Mar 6, 2019

I just did this, and it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants