diff --git a/homeassistant/components/tedee/manifest.json b/homeassistant/components/tedee/manifest.json index a3e29e1b40f..99e8488e341 100644 --- a/homeassistant/components/tedee/manifest.json +++ b/homeassistant/components/tedee/manifest.json @@ -6,5 +6,5 @@ "dependencies": ["http"], "documentation": "https://www.home-assistant.io/integrations/tedee", "iot_class": "local_push", - "requirements": ["pytedee-async==0.2.15"] + "requirements": ["pytedee-async==0.2.16"] } diff --git a/requirements_all.txt b/requirements_all.txt index ed7bc4ea5b9..11015e3a89a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2176,7 +2176,7 @@ pyswitchbee==1.8.0 pytautulli==23.1.1 # homeassistant.components.tedee -pytedee-async==0.2.15 +pytedee-async==0.2.16 # homeassistant.components.tfiac pytfiac==0.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 56db4174f2f..3a93c3396a3 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1694,7 +1694,7 @@ pyswitchbee==1.8.0 pytautulli==23.1.1 # homeassistant.components.tedee -pytedee-async==0.2.15 +pytedee-async==0.2.16 # homeassistant.components.motionmount python-MotionMount==0.3.1