From 0f351184eb4b5e8df470cb0a550f9d834d510b7e Mon Sep 17 00:00:00 2001 From: strainu Date: Fri, 14 Apr 2023 01:14:31 +0300 Subject: [PATCH] Update Tesy URL The Tesy URL changed some time ago. This should fix the library. --- pytesy/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pytesy/__init__.py b/pytesy/__init__.py index f9ebb27..4886b95 100644 --- a/pytesy/__init__.py +++ b/pytesy/__init__.py @@ -14,7 +14,7 @@ VERSION = __version__ _LOGGER = logging.getLogger(NAME) -TESY_URL = "https://www.mytesy.com/" +TESY_URL = "https://www.mytesy.com/v3/api.php" class PyTesyDevice(): def __init__(self, parent, data): @@ -116,4 +116,4 @@ def poll(self): device.update(value) return None - \ No newline at end of file +