diff --git a/custom_components/tahoma/manifest.json b/custom_components/tahoma/manifest.json index 0b0953383..7c5c80912 100644 --- a/custom_components/tahoma/manifest.json +++ b/custom_components/tahoma/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/tahoma", "requirements": [ - "pyhoma==0.5.10" + "pyhoma==0.5.11" ], "codeowners": [ "@philklei", diff --git a/requirements.test.txt b/requirements.test.txt index 68d6f6957..d58d7e563 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -7,4 +7,4 @@ pytest-cov<3.0.0 pytest-homeassistant # from our manifest.json for our Custom Component -pyhoma==0.5.10 +pyhoma==0.5.11