diff --git a/homeassistant/components/bosch_shc/manifest.json b/homeassistant/components/bosch_shc/manifest.json index a5927162e50..df902601e75 100644 --- a/homeassistant/components/bosch_shc/manifest.json +++ b/homeassistant/components/bosch_shc/manifest.json @@ -3,7 +3,7 @@ "name": "Bosch SHC", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/bosch_shc", - "requirements": ["boschshcpy==0.2.30"], + "requirements": ["boschshcpy==0.2.35"], "zeroconf": [{ "type": "_http._tcp.local.", "name": "bosch shc*" }], "iot_class": "local_push", "codeowners": ["@tschamm"], diff --git a/requirements_all.txt b/requirements_all.txt index 8f5bfd7ec5b..d1ebd3a8d8e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -444,7 +444,7 @@ bluetooth-auto-recovery==0.3.3 bond-async==0.1.22 # homeassistant.components.bosch_shc -boschshcpy==0.2.30 +boschshcpy==0.2.35 # homeassistant.components.amazon_polly # homeassistant.components.route53 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f877e9a5890..ea866c985fd 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -355,7 +355,7 @@ bluetooth-auto-recovery==0.3.3 bond-async==0.1.22 # homeassistant.components.bosch_shc -boschshcpy==0.2.30 +boschshcpy==0.2.35 # homeassistant.components.broadlink broadlink==0.18.2