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