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" }