From fb75637c8f96f99ee5f3f757e0b25475b9233ce2 Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Sun, 18 Apr 2021 16:12:17 +0200 Subject: [PATCH] Fix get execution history for CozyTouch devices (#422) --- 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 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