diff --git a/CODEOWNERS b/CODEOWNERS index c7f392221ac..d5d5194439d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1034,8 +1034,8 @@ build.json @home-assistant/supervisor /tests/components/tomorrowio/ @raman325 /homeassistant/components/totalconnect/ @austinmroczek /tests/components/totalconnect/ @austinmroczek -/homeassistant/components/tplink/ @rytilahti @thegardenmonkey -/tests/components/tplink/ @rytilahti @thegardenmonkey +/homeassistant/components/tplink/ @rytilahti @thegardenmonkey @bdraco +/tests/components/tplink/ @rytilahti @thegardenmonkey @bdraco /homeassistant/components/traccar/ @ludeeus /tests/components/traccar/ @ludeeus /homeassistant/components/trace/ @home-assistant/core diff --git a/homeassistant/components/tplink/manifest.json b/homeassistant/components/tplink/manifest.json index 068048e0d0e..383031d3417 100644 --- a/homeassistant/components/tplink/manifest.json +++ b/homeassistant/components/tplink/manifest.json @@ -3,8 +3,8 @@ "name": "TP-Link Kasa Smart", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/tplink", - "requirements": ["python-kasa==0.4.3"], - "codeowners": ["@rytilahti", "@thegardenmonkey"], + "requirements": ["python-kasa==0.5.0"], + "codeowners": ["@rytilahti", "@thegardenmonkey", "@bdraco"], "dependencies": ["network"], "quality_scale": "platinum", "iot_class": "local_polling", diff --git a/requirements_all.txt b/requirements_all.txt index cd26184d21b..4ebe3437ffc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1898,7 +1898,7 @@ python-join-api==0.0.9 python-juicenet==1.1.0 # homeassistant.components.tplink -python-kasa==0.4.3 +python-kasa==0.5.0 # homeassistant.components.lirc # python-lirc==1.2.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index fb407e3e34d..e78ac4359bc 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1242,7 +1242,7 @@ python-izone==1.2.3 python-juicenet==1.1.0 # homeassistant.components.tplink -python-kasa==0.4.3 +python-kasa==0.5.0 # homeassistant.components.xiaomi_miio python-miio==0.5.11