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:
@@ -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",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user