diff --git a/homeassistant/components/tedee/manifest.json b/homeassistant/components/tedee/manifest.json index dbed87bb890..0a13b2266fa 100644 --- a/homeassistant/components/tedee/manifest.json +++ b/homeassistant/components/tedee/manifest.json @@ -6,5 +6,5 @@ "dependencies": ["http", "webhook"], "documentation": "https://www.home-assistant.io/integrations/tedee", "iot_class": "local_push", - "requirements": ["pytedee-async==0.2.12"] + "requirements": ["pytedee-async==0.2.13"] } diff --git a/requirements_all.txt b/requirements_all.txt index 109152e088d..da3092eab7a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2163,7 +2163,7 @@ pyswitchbee==1.8.0 pytautulli==23.1.1 # homeassistant.components.tedee -pytedee-async==0.2.12 +pytedee-async==0.2.13 # homeassistant.components.tfiac pytfiac==0.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 906085c2d4a..f8da20de5f7 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1675,7 +1675,7 @@ pyswitchbee==1.8.0 pytautulli==23.1.1 # homeassistant.components.tedee -pytedee-async==0.2.12 +pytedee-async==0.2.13 # homeassistant.components.motionmount python-MotionMount==0.3.1