1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Remove keyboard integration (#155456)

This commit is contained in:
Robert Resch
2025-10-30 12:42:25 +01:00
committed by GitHub
parent 6e921a0192
commit 03a1ffc59b
11 changed files with 0 additions and 195 deletions
-2
View File
@@ -28,14 +28,12 @@ EXCLUDED_REQUIREMENTS_ALL = {
"evdev",
"pybluez",
"python-lirc",
"pyuserinput",
}
# Requirements excluded by EXCLUDED_REQUIREMENTS_ALL which should be included when
# building integration wheels for all architectures.
INCLUDED_REQUIREMENTS_WHEELS = {
"evdev",
"pyuserinput",
}