diff --git a/homeassistant/components/technove/manifest.json b/homeassistant/components/technove/manifest.json index b4dec10c2ef..722aa4004e1 100644 --- a/homeassistant/components/technove/manifest.json +++ b/homeassistant/components/technove/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://www.home-assistant.io/integrations/technove", "integration_type": "device", "iot_class": "local_polling", - "requirements": ["python-technove==1.3.0"], + "requirements": ["python-technove==1.3.1"], "zeroconf": ["_technove-stations._tcp.local."] } diff --git a/requirements_all.txt b/requirements_all.txt index 4fc41f50cd9..b6c15541eeb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2324,7 +2324,7 @@ python-songpal==0.16.2 python-tado==0.17.6 # homeassistant.components.technove -python-technove==1.3.0 +python-technove==1.3.1 # homeassistant.components.telegram_bot python-telegram-bot[socks]==21.0.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 7a95d86fef4..35aca7faced 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1818,7 +1818,7 @@ python-songpal==0.16.2 python-tado==0.17.6 # homeassistant.components.technove -python-technove==1.3.0 +python-technove==1.3.1 # homeassistant.components.telegram_bot python-telegram-bot[socks]==21.0.1