From 30b3be28c692bec79b54a758bcaa4808903cac9e Mon Sep 17 00:00:00 2001 From: selleronom <3093210+selleronom@users.noreply.github.com> Date: Sun, 14 Apr 2024 14:36:58 +0200 Subject: [PATCH] Update LOGIN_URL in FortumAPI class --- custom_components/mittfortum/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/mittfortum/api.py b/custom_components/mittfortum/api.py index 24e622a..9d4517a 100644 --- a/custom_components/mittfortum/api.py +++ b/custom_components/mittfortum/api.py @@ -13,7 +13,7 @@ class FortumAPI: """API client for interacting with the Fortum service.""" - LOGIN_URL = "https://sso.fortum.com/am/oauth2/access_token/" + LOGIN_URL = "https://sso.fortum.com/am/oauth2/access_token" DATA_URL = "https://retail-lisa-eu-prd-energyflux.herokuapp.com/api/consumption/customer/{customer_id}/meteringPoint/{metering_point}" def __init__(