From 8e4b10fb13fcb28b99c3c46e9eb157b927c26da9 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Sat, 3 Oct 2020 14:15:11 +0200 Subject: [PATCH] Update pyhomematic to 0.1.70 (#41108) --- homeassistant/components/homematic/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/homematic/manifest.json b/homeassistant/components/homematic/manifest.json index f4bbd06aad1fb..63e33a60c536e 100644 --- a/homeassistant/components/homematic/manifest.json +++ b/homeassistant/components/homematic/manifest.json @@ -2,6 +2,6 @@ "domain": "homematic", "name": "Homematic", "documentation": "https://www.home-assistant.io/integrations/homematic", - "requirements": ["pyhomematic==0.1.69"], + "requirements": ["pyhomematic==0.1.70"], "codeowners": ["@pvizeli", "@danielperna84"] } diff --git a/requirements_all.txt b/requirements_all.txt index 13c0f495d0eb3..d5d3116b8d602 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1404,7 +1404,7 @@ pyhik==0.2.7 pyhiveapi==0.2.20.2 # homeassistant.components.homematic -pyhomematic==0.1.69 +pyhomematic==0.1.70 # homeassistant.components.homeworks pyhomeworks==0.0.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 7125c28575ca5..6e57cf083447a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -680,7 +680,7 @@ pyhaversion==3.4.2 pyheos==0.6.0 # homeassistant.components.homematic -pyhomematic==0.1.69 +pyhomematic==0.1.70 # homeassistant.components.icloud pyicloud==0.9.7