diff --git a/homeassistant/components/tplink/manifest.json b/homeassistant/components/tplink/manifest.json index 14de87b7b69..5b49d8ef1b4 100644 --- a/homeassistant/components/tplink/manifest.json +++ b/homeassistant/components/tplink/manifest.json @@ -4,10 +4,10 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/tplink", "requirements": [ - "pyHS100==0.3.5.1" + "pyHS100==0.3.5.2" ], "codeowners": [ "@rytilahti", "@thegardenmonkey" ] -} \ No newline at end of file +} diff --git a/requirements_all.txt b/requirements_all.txt index bd8f81da42f..1b313b36835 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1231,7 +1231,7 @@ pyCEC==0.4.14 pyControl4==0.0.6 # homeassistant.components.tplink -pyHS100==0.3.5.1 +pyHS100==0.3.5.2 # homeassistant.components.met # homeassistant.components.norway_air diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 826229436af..a6a404ebb00 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -615,7 +615,7 @@ py17track==2.2.2 pyControl4==0.0.6 # homeassistant.components.tplink -pyHS100==0.3.5.1 +pyHS100==0.3.5.2 # homeassistant.components.met # homeassistant.components.norway_air