From bf2227d7aaf1b0506344d8046e0efadf51af18d2 Mon Sep 17 00:00:00 2001 From: Chau Truong Thinh Date: Wed, 4 Dec 2024 00:14:32 +0700 Subject: [PATCH] NESTUP_EVN: Update version to 2.4.2 --- custom_components/nestup_evn/const.py | 2 +- custom_components/nestup_evn/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/nestup_evn/const.py b/custom_components/nestup_evn/const.py index e37a10e..219fac6 100644 --- a/custom_components/nestup_evn/const.py +++ b/custom_components/nestup_evn/const.py @@ -9,7 +9,7 @@ CONF_DEVICE_NAME = "EVN Monitor" CONF_DEVICE_MODEL = "Vietnam EVN Monitor" CONF_DEVICE_MANUFACTURER = "Huy V. Trinh" -CONF_DEVICE_SW_VERSION = "2.4.1" +CONF_DEVICE_SW_VERSION = "2.4.2" CONF_USERNAME = "username" CONF_PASSWORD = "password" diff --git a/custom_components/nestup_evn/manifest.json b/custom_components/nestup_evn/manifest.json index 9070b80..425c928 100644 --- a/custom_components/nestup_evn/manifest.json +++ b/custom_components/nestup_evn/manifest.json @@ -13,5 +13,5 @@ "python_dateutil", "voluptuous" ], - "version": "2.4.1" + "version": "2.4.2" }