Skip to content

Commit

Permalink
Update LOGIN_URL in FortumAPI class
Browse files Browse the repository at this point in the history
  • Loading branch information
selleronom committed Apr 14, 2024
1 parent 597ef32 commit 30b3be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/mittfortum/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__(
Expand Down

0 comments on commit 30b3be2

Please sign in to comment.