From a3ccf4c0493927eba21d2906d6201762ea7c4c72 Mon Sep 17 00:00:00 2001 From: tggm Date: Tue, 26 Sep 2023 13:15:24 +0000 Subject: [PATCH] V1.4.3 --- custom_components/rointe/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/rointe/manifest.json b/custom_components/rointe/manifest.json index da48c00..9fccc4f 100644 --- a/custom_components/rointe/manifest.json +++ b/custom_components/rointe/manifest.json @@ -3,12 +3,12 @@ "name": "Rointe Heaters", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/rointe", - "requirements": ["rointe-sdk==1.4.1"], + "requirements": ["rointe-sdk==1.4.3"], "ssdp": [], "zeroconf": [], "homekit": {}, "dependencies": [], "codeowners": ["@tggm"], "iot_class": "cloud_polling", - "version": "1.4.1" + "version": "1.4.3" }