Skip to content

Commit

Permalink
Set default lookup Url
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-th committed Jul 6, 2024
1 parent f613545 commit 07ad647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/homematicip/connection/rest_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ConnectionContext:
accesspoint_id: str = None

@classmethod
def create(cls, access_point_id: str, lookup_url: str, auth_token: str = None):
def create(cls, access_point_id: str, lookup_url: str = "https://lookup.homematic.com:48335/getHost", auth_token: str = None):
"""
Create a new connection context.
Expand Down

0 comments on commit 07ad647

Please sign in to comment.