From 967004b9702de64495599a3d56154fa05e65f081 Mon Sep 17 00:00:00 2001 From: Alberto Geniola Date: Fri, 20 Dec 2019 22:31:26 +0100 Subject: [PATCH] Updated target version --- custom_components/meross_cloud/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/meross_cloud/manifest.json b/custom_components/meross_cloud/manifest.json index 5929490951..0fb0877064 100644 --- a/custom_components/meross_cloud/manifest.json +++ b/custom_components/meross_cloud/manifest.json @@ -4,5 +4,5 @@ "documentation": "https://www.home-assistant.io/components/meross_cloud", "dependencies": ["persistent_notification"], "codeowners": ["@albertogeniola"], - "requirements": ["meross_iot==0.3.1.7"] + "requirements": ["meross_iot==0.3.1.9"] }