Fix Growatt login invalid auth response (#57071)

This commit is contained in:
indykoning 2021-10-05 21:31:23 +02:00 committed by GitHub
parent 1a7a4c52f1
commit f76cb12945
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 5 deletions

View file

@ -16,3 +16,5 @@ DEFAULT_URL = SERVER_URLS[0]
DOMAIN = "growatt_server"
PLATFORMS = ["sensor"]
LOGIN_INVALID_AUTH_CODE = "502"