From fc1ed813a4c11a0535c57b7a3317c999c8f0fc64 Mon Sep 17 00:00:00 2001 From: Mark Breen Date: Mon, 13 Feb 2023 15:55:07 +0000 Subject: [PATCH] update version number and requirement version --- custom_components/sonic/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/sonic/manifest.json b/custom_components/sonic/manifest.json index b23e3df..8522672 100644 --- a/custom_components/sonic/manifest.json +++ b/custom_components/sonic/manifest.json @@ -4,9 +4,9 @@ "config_flow": true, "issue_tracker": "https://github.com/markvader/sonic_hacs/issues", "documentation": "https://www.home-assistant.io/integrations/sonic", - "requirements": ["herolabsapi==0.3.9"], + "requirements": ["herolabsapi==0.4.0"], "codeowners": ["@markvader"], "iot_class": "cloud_polling", "loggers": ["sonic"], - "version": "v0.1.5" + "version": "v0.1.9" }