From 33e98ebffa8f9087195a885059b2608512300289 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Thu, 29 May 2025 00:14:38 +0200 Subject: [PATCH] Remove decora-wifi from excluded requirements (#145832) --- requirements_all.txt | 2 +- script/gen_requirements_all.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements_all.txt b/requirements_all.txt index 6a612188ea4..675d15e89a7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -759,7 +759,7 @@ dbus-fast==2.43.0 debugpy==1.8.14 # homeassistant.components.decora_wifi -# decora-wifi==1.4 +decora-wifi==1.4 # homeassistant.components.decora # decora==0.6 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 3ebdcc51506..25bb4278cf5 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -27,7 +27,6 @@ EXCLUDED_REQUIREMENTS_ALL = { "beewi-smartclim", # depends on bluepy "bluepy", "decora", - "decora-wifi", "evdev", "face-recognition", "pybluez", @@ -43,7 +42,6 @@ EXCLUDED_REQUIREMENTS_ALL = { # Requirements excluded by EXCLUDED_REQUIREMENTS_ALL which should be included when # building integration wheels for all architectures. INCLUDED_REQUIREMENTS_WHEELS = { - "decora-wifi", "evdev", "pycups", "python-gammu",