-
-
Notifications
You must be signed in to change notification settings - Fork 10
PetLibro Password Limitation
Jamie Jones edited this page Oct 31, 2024
·
1 revision
The PetLibro integration for Home Assistant has a password character limit due to API restrictions. When attempting to log in with a password exceeding 18 characters, users may encounter errors such as ILLEGAL_PASSWORD
.
- Use a password of 18 characters or fewer.
- Passwords with a character length of 15-18, including special characters (A-Z, a-z, 0-9, !@#$%^&*), are supported.
Logger: custom_components.petlibro.config_flow Message: Login attempt failed: Code: 1102, Message: ILLEGAL_PASSWORD
For more details, refer to the GitHub Issue #16.