diff --git a/kodaksmarthome/constants.py b/kodaksmarthome/constants.py index 985ba05..33c83a7 100644 --- a/kodaksmarthome/constants.py +++ b/kodaksmarthome/constants.py @@ -31,7 +31,7 @@ "URL_TOKEN": "https://api-t01-r3.perimetersafe.com/v1/oauth/token", "URL_AUTH": "https://app-hk.kodaksmarthome.com/web/authenticate", "URL_DEVICES": "https://app-hk.kodaksmarthome.com/web/user/device", - "URL_LOGOUT": "https://app-.kodaksmarthome.com/web/#/user/logout", + "URL_LOGOUT": "https://app-hk.kodaksmarthome.com/web/#/user/logout", } }