kellerza / pysma

Async library for SMA Solar's WebConnect interface
MIT License
59 stars 51 forks source link

Add warning about password length #37

Closed sebakerckhof closed 4 years ago

sebakerckhof commented 4 years ago

This seems to have been confusing some people: https://github.com/home-assistant/core/issues/26433

Especially now that some browsers no longer truncate on paste (or when you use a password manager): https://www.fxsitecompat.dev/en-CA/docs/2020/text-exceeding-maxlength-will-no-longer-be-truncated-when-pasted-into-input-or-textarea/

Webconnect will just silently truncate upon save, so a warning might help people find what's wrong.

kellerza commented 4 years ago

Thanks @sebakerckhof ! 🎉