From e76a1ad6f382bfe621188032703549d1f53aa73a Mon Sep 17 00:00:00 2001 From: Greg Date: Mon, 30 Aug 2021 14:53:43 -0700 Subject: [PATCH] Bump API and integration versions --- custom_components/iotawatt/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/iotawatt/manifest.json b/custom_components/iotawatt/manifest.json index 37a1b6a..bca2076 100644 --- a/custom_components/iotawatt/manifest.json +++ b/custom_components/iotawatt/manifest.json @@ -5,7 +5,7 @@ "documentation": "https://www.home-assistant.io/integrations/iotawatt", "issue_tracker": "https://github.com/gtdiehl/iotawatt_ha", "requirements": [ - "iotawattpy==0.0.8" + "iotawattpy==0.0.9" ], "ssdp": [], "zeroconf": [], @@ -14,5 +14,5 @@ "codeowners": [ "@gtdiehl" ], - "version": "0.0.7" + "version": "0.0.8" }