diff --git a/homeassistant/components/homematic/manifest.json b/homeassistant/components/homematic/manifest.json index c4e09c36b8e..edf07c3e4d7 100644 --- a/homeassistant/components/homematic/manifest.json +++ b/homeassistant/components/homematic/manifest.json @@ -2,7 +2,7 @@ "domain": "homematic", "name": "Homematic", "documentation": "https://www.home-assistant.io/integrations/homematic", - "requirements": ["pyhomematic==0.1.63"], + "requirements": ["pyhomematic==0.1.64"], "dependencies": [], "codeowners": ["@pvizeli", "@danielperna84"] } diff --git a/requirements_all.txt b/requirements_all.txt index 42080d3baf3..a1994edb77e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1282,7 +1282,7 @@ pyhik==0.2.5 pyhiveapi==0.2.19.3 # homeassistant.components.homematic -pyhomematic==0.1.63 +pyhomematic==0.1.64 # homeassistant.components.homeworks pyhomeworks==0.0.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 1d6fb10f934..3685be094f1 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -451,7 +451,7 @@ pyhaversion==3.2.0 pyheos==0.6.0 # homeassistant.components.homematic -pyhomematic==0.1.63 +pyhomematic==0.1.64 # homeassistant.components.icloud pyicloud==0.9.2