Skip to content

Commit 03a1ffc

Browse files
authored
Remove keyboard integration (#155456)
1 parent 6e921a0 commit 03a1ffc

File tree

11 files changed

+0
-195
lines changed

11 files changed

+0
-195
lines changed

homeassistant/components/keyboard/__init__.py

Lines changed: 0 additions & 87 deletions
This file was deleted.

homeassistant/components/keyboard/icons.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

homeassistant/components/keyboard/manifest.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

homeassistant/components/keyboard/services.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

homeassistant/components/keyboard/strings.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

homeassistant/generated/integrations.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3261,12 +3261,6 @@
32613261
"integration_type": "virtual",
32623262
"supported_by": "opower"
32633263
},
3264-
"keyboard": {
3265-
"name": "Keyboard",
3266-
"integration_type": "hub",
3267-
"config_flow": false,
3268-
"iot_class": "local_push"
3269-
},
32703264
"keyboard_remote": {
32713265
"name": "Keyboard Remote",
32723266
"integration_type": "hub",

requirements_all.txt

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

script/gen_requirements_all.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,12 @@
2828
"evdev",
2929
"pybluez",
3030
"python-lirc",
31-
"pyuserinput",
3231
}
3332

3433
# Requirements excluded by EXCLUDED_REQUIREMENTS_ALL which should be included when
3534
# building integration wheels for all architectures.
3635
INCLUDED_REQUIREMENTS_WHEELS = {
3736
"evdev",
38-
"pyuserinput",
3937
}
4038

4139

tests/components/keyboard/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)