diff --git a/homeassistant/components/bosch_shc/manifest.json b/homeassistant/components/bosch_shc/manifest.json index d4a8498fba3..43d92906592 100644 --- a/homeassistant/components/bosch_shc/manifest.json +++ b/homeassistant/components/bosch_shc/manifest.json @@ -3,11 +3,9 @@ "name": "Bosch SHC", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/bosch_shc", - "requirements": ["boschshcpy==0.2.19"], - "zeroconf": [ - {"type": "_http._tcp.local.", "name": "bosch shc*"} - ], + "requirements": ["boschshcpy==0.2.27"], + "zeroconf": [{ "type": "_http._tcp.local.", "name": "bosch shc*" }], "iot_class": "local_push", "codeowners": ["@tschamm"], "after_dependencies": ["zeroconf"] -} \ No newline at end of file +} diff --git a/requirements_all.txt b/requirements_all.txt index f075983c77b..4ce995f10b9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -424,7 +424,7 @@ blockchain==1.4.4 bond-api==0.1.15 # homeassistant.components.bosch_shc -boschshcpy==0.2.19 +boschshcpy==0.2.27 # homeassistant.components.amazon_polly # homeassistant.components.route53 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index a1a79963303..af3182af5c6 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -272,7 +272,7 @@ blinkpy==0.18.0 bond-api==0.1.15 # homeassistant.components.bosch_shc -boschshcpy==0.2.19 +boschshcpy==0.2.27 # homeassistant.components.braviatv bravia-tv==1.0.11