Skip to content

Commit

Permalink
Update const.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sindrebroch authored Jul 7, 2022
1 parent 445f4cb commit 7141d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/elvia/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
API_URL: str = f"https://elvia.azure-api.net/grid-tariff"
API_HEADERS = {
"Content-Type": "application/json",
"Cache-Control": "no-cache",
}
PING_PATH = f"{API_URL}/Ping" # GET
SECURE_PATH = f"{API_URL}/Secure" # GET
Expand Down

0 comments on commit 7141d4f

Please sign in to comment.