diff --git a/homeassistant/components/tedee/manifest.json b/homeassistant/components/tedee/manifest.json index 1776e3b7ab2..a3e29e1b40f 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.13"] + "requirements": ["pytedee-async==0.2.15"] } diff --git a/requirements_all.txt b/requirements_all.txt index 1dc7531c648..62d5b75af2d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2182,7 +2182,7 @@ pyswitchbee==1.8.0 pytautulli==23.1.1 # homeassistant.components.tedee -pytedee-async==0.2.13 +pytedee-async==0.2.15 # homeassistant.components.tfiac pytfiac==0.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index fa7e75b2473..552e9074daf 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1697,7 +1697,7 @@ pyswitchbee==1.8.0 pytautulli==23.1.1 # homeassistant.components.tedee -pytedee-async==0.2.13 +pytedee-async==0.2.15 # homeassistant.components.motionmount python-MotionMount==0.3.1