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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 debugpy==1.8.14
# homeassistant.components.decora_wifi # homeassistant.components.decora_wifi
# decora-wifi==1.4 decora-wifi==1.4
# homeassistant.components.decora # homeassistant.components.decora
# decora==0.6 # decora==0.6

View File

@ -27,7 +27,6 @@ EXCLUDED_REQUIREMENTS_ALL = {
"beewi-smartclim", # depends on bluepy "beewi-smartclim", # depends on bluepy
"bluepy", "bluepy",
"decora", "decora",
"decora-wifi",
"evdev", "evdev",
"face-recognition", "face-recognition",
"pybluez", "pybluez",
@ -43,7 +42,6 @@ EXCLUDED_REQUIREMENTS_ALL = {
# Requirements excluded by EXCLUDED_REQUIREMENTS_ALL which should be included when # Requirements excluded by EXCLUDED_REQUIREMENTS_ALL which should be included when
# building integration wheels for all architectures. # building integration wheels for all architectures.
INCLUDED_REQUIREMENTS_WHEELS = { INCLUDED_REQUIREMENTS_WHEELS = {
"decora-wifi",
"evdev", "evdev",
"pycups", "pycups",
"python-gammu", "python-gammu",