diff --git a/homeassistant/components/bosch_shc/manifest.json b/homeassistant/components/bosch_shc/manifest.json index 43d92906592..2ed89c0bf5b 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.27"], + "requirements": ["boschshcpy==0.2.28"], "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 f06376a0b5f..df0ae387418 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -426,7 +426,7 @@ blockchain==1.4.4 bond-api==0.1.15 # homeassistant.components.bosch_shc -boschshcpy==0.2.27 +boschshcpy==0.2.28 # homeassistant.components.amazon_polly # homeassistant.components.route53 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 1b25c05b4be..b394918f4fc 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -273,7 +273,7 @@ blinkpy==0.18.0 bond-api==0.1.15 # homeassistant.components.bosch_shc -boschshcpy==0.2.27 +boschshcpy==0.2.28 # homeassistant.components.braviatv bravia-tv==1.0.11