diff --git a/homeassistant/components/homematic/manifest.json b/homeassistant/components/homematic/manifest.json index edf07c3e4d7..20ea0d6acb1 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.64"], + "requirements": ["pyhomematic==0.1.65"], "dependencies": [], "codeowners": ["@pvizeli", "@danielperna84"] } diff --git a/requirements_all.txt b/requirements_all.txt index 3094bec74ec..3c9172c8048 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1290,7 +1290,7 @@ pyhik==0.2.5 pyhiveapi==0.2.19.3 # homeassistant.components.homematic -pyhomematic==0.1.64 +pyhomematic==0.1.65 # homeassistant.components.homeworks pyhomeworks==0.0.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 893c50917d4..8fda5e5609e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -471,7 +471,7 @@ pyhaversion==3.2.0 pyheos==0.6.0 # homeassistant.components.homematic -pyhomematic==0.1.64 +pyhomematic==0.1.65 # homeassistant.components.icloud pyicloud==0.9.2