added some more constants

This commit is contained in:
Yordan Suarez
2022-08-17 18:29:17 -04:00
parent 4069d5e4b4
commit ebb4d5acce
3 changed files with 21 additions and 41 deletions

View File

@@ -1,7 +1,5 @@
"""Constants for fpl."""
#
DEBUG = False
TIMEOUT = 5
API_HOST = "https://www.fpl.com"
@@ -55,3 +53,10 @@ LOGIN_RESULT_INVALIDUSER = "NOTVALIDUSER"
LOGIN_RESULT_INVALIDPASSWORD = "FAILEDPASSWORD"
LOGIN_RESULT_UNAUTHORIZED = "UNAUTHORIZED"
LOGIN_RESULT_FAILURE = "FAILURE"
CONF_TERRITORY = "territory"
CONF_ACCOUNTS = "account"
FPL_MAINREGION = "FL01"
FPL_NORTHWEST = "FL02"