From 923afc37c81b6f17f9babb33fe078a90d990aaad Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Sat, 24 Apr 2021 17:53:47 +0200 Subject: [PATCH] Bump Pyhoma to 0.5.12 (#433) --- custom_components/tahoma/manifest.json | 2 +- requirements.test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/tahoma/manifest.json b/custom_components/tahoma/manifest.json index cdc015e00..b26129fad 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.11" + "pyhoma==0.5.12" ], "codeowners": [ "@philklei", diff --git a/requirements.test.txt b/requirements.test.txt index d58d7e563..aa06d0053 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.11 +pyhoma==0.5.12