diff --git a/homeassistant/components/avea/manifest.json b/homeassistant/components/avea/manifest.json index 7e6c080481e..2fc4d27de19 100644 --- a/homeassistant/components/avea/manifest.json +++ b/homeassistant/components/avea/manifest.json @@ -6,5 +6,5 @@ "iot_class": "local_polling", "loggers": ["avea"], "quality_scale": "legacy", - "requirements": ["avea==1.5.1"] + "requirements": ["avea==1.6.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index 9788a09867d..813cfaa0858 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -578,7 +578,7 @@ automower-ble==0.2.8 av==13.1.0 # homeassistant.components.avea -# avea==1.5.1 +avea==1.6.1 # homeassistant.components.avion # avion==0.10 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index b2be1ea4dcb..82f9a81aa31 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -21,7 +21,6 @@ from script.hassfest.model import Config, Integration # in requirements_all.txt and requirements_test_all.txt. EXCLUDED_REQUIREMENTS_ALL = { "atenpdu", # depends on pysnmp which is not maintained at this time - "avea", # depends on bluepy "avion", "beewi-smartclim", # depends on bluepy "bluepy",