Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit dc595aa

Browse files
committed
New LOGIN_URL, fixes #22
1 parent 7acb338 commit dc595aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/enphase_envoy_custom/envoy_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
ENVOY_MODEL_C = "P"
4141
ENVOY_MODEL_LEGACY = "P0"
4242

43-
LOGIN_URL = "https://entrez.enphaseenergy.com/login_main_page"
43+
LOGIN_URL = "https://entrez.enphaseenergy.com/login"
4444
TOKEN_URL = "https://entrez.enphaseenergy.com/entrez_tokens"
4545

4646
# paths for the enlighten 6 month owner token

0 commit comments

Comments
 (0)