diff --git a/homeassistant/components/technove/manifest.json b/homeassistant/components/technove/manifest.json index c63151560f8..b4dec10c2ef 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.2.2"], + "requirements": ["python-technove==1.3.0"], "zeroconf": ["_technove-stations._tcp.local."] } diff --git a/requirements_all.txt b/requirements_all.txt index 35268eff566..6fd6ca3dbd3 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.2.2 +python-technove==1.3.0 # homeassistant.components.telegram_bot python-telegram-bot[socks]==21.0.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 10b8d51218f..760197c11d2 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.2.2 +python-technove==1.3.0 # homeassistant.components.telegram_bot python-telegram-bot[socks]==21.0.1