From 65cf0548f94a048fd5a8e557673a512e6681ec7b Mon Sep 17 00:00:00 2001 From: RenierM26 <66512715+RenierM26@users.noreply.github.com> Date: Sat, 1 Oct 2022 07:51:22 +0200 Subject: [PATCH] Bump dependency. --- custom_components/ids_hyyp/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/ids_hyyp/manifest.json b/custom_components/ids_hyyp/manifest.json index e9b6403..3e5067a 100644 --- a/custom_components/ids_hyyp/manifest.json +++ b/custom_components/ids_hyyp/manifest.json @@ -1,10 +1,10 @@ { "domain": "ids_hyyp", "name": "IDS Hyyp(Beta)", - "version": "0.0.0.9", + "version": "0.0.1.0", "documentation": "https://www.home-assistant.io/integrations/idshyyp", "codeowners": ["@RenierM26"], - "requirements": ["pyhyypapi==0.0.0.7"], + "requirements": ["pyhyypapi==0.0.0.8"], "config_flow": true, "iot_class": "cloud_polling" }