Skip to content

Commit

Permalink
base URL fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
FlavorFx committed May 16, 2021
1 parent 10f4991 commit 6950e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/home_connect_neo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
DOMAIN = "home_connect_neo"
NAME = "Home Connect Neo"

# BASE_URL = "https://api.home-connect.com"
BASE_URL = "https://simulator.home-connect.com"
BASE_URL = "https://api.home-connect.com"
# BASE_URL = "https://simulator.home-connect.com"

ENDPOINT_AUTHORIZE = "/security/oauth/authorize"
ENDPOINT_TOKEN = "/security/oauth/token"
Expand Down

0 comments on commit 6950e1f

Please sign in to comment.