From cf0696164cd3c039a13c954718516213c2b0e131 Mon Sep 17 00:00:00 2001 From: Justin Vanderhooft Date: Mon, 30 May 2022 14:56:41 -0400 Subject: [PATCH] chore: bump raincloudy version --- custom_components/raincloud/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/raincloud/manifest.json b/custom_components/raincloud/manifest.json index 07d2504..713a66c 100644 --- a/custom_components/raincloud/manifest.json +++ b/custom_components/raincloud/manifest.json @@ -3,7 +3,7 @@ "name": "Melnor RainCloud", "version": "1.2.4", "documentation": "https://github.com/vanstinator/hass-raincloud/blob/master/README.md", - "requirements": ["raincloudy==1.1.1"], + "requirements": ["raincloudy==1.2.0"], "codeowners": ["@vanstinator"], "iot_class": "cloud_polling" }