natekspencer / hacs-vivint

Home Assistant integration for a Vivint home security system.
MIT License
66 stars 6 forks source link

Keypad Not Showing Up #42

Closed ebotty closed 2 years ago

ebotty commented 2 years ago

I can't seem to get the keypad in the Lovelace Alarm Card to show up with my Vivint alarm_control_panel. I tried adding "show_keypad: true" to the card, but no luck. I also tried editing "alarm_control_panel.py", but I clearly don't know what I'm doing because I broke it and had to reinstall.

natekspencer commented 2 years ago

Keypad entry is not supported via this integration. The API uses the credentials to sign in as a single user so code entry is unavailable, similar to the Vivint app functionality.

ebotty commented 2 years ago

Got it. That makes sense. Thank you