Remove decora-wifi from excluded requirements (#145832)

This commit is contained in:
Robert Resch
2025-05-29 00:14:38 +02:00
committed by GitHub
parent 8fd9e2046e
commit 33e98ebffa
2 changed files with 1 additions and 3 deletions

2
requirements_all.txt generated
View File

@ -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

View File

@ -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",