Skip to content

Commit cee5f4e

Browse files
authored
Remove lirc integration (#155457)
1 parent 03a1ffc commit cee5f4e

File tree

9 files changed

+0
-149
lines changed

9 files changed

+0
-149
lines changed

homeassistant/components/lirc/__init__.py

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

homeassistant/components/lirc/manifest.json

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

homeassistant/generated/integrations.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3575,12 +3575,6 @@
35753575
"integration_type": "virtual",
35763576
"supported_by": "motion_blinds"
35773577
},
3578-
"lirc": {
3579-
"name": "LIRC",
3580-
"integration_type": "hub",
3581-
"config_flow": false,
3582-
"iot_class": "local_push"
3583-
},
35843578
"litejet": {
35853579
"name": "LiteJet",
35863580
"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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"bluepy",
2828
"evdev",
2929
"pybluez",
30-
"python-lirc",
3130
}
3231

3332
# Requirements excluded by EXCLUDED_REQUIREMENTS_ALL which should be included when

script/hassfest/quality_scale.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,6 @@ class Rule:
571571
"linksys_smart",
572572
"linode",
573573
"linux_battery",
574-
"lirc",
575574
"litejet",
576575
"livisi",
577576
"llamalab_automate",
@@ -1594,7 +1593,6 @@ class Rule:
15941593
"linksys_smart",
15951594
"linode",
15961595
"linux_battery",
1597-
"lirc",
15981596
"litejet",
15991597
"livisi",
16001598
"llamalab_automate",

tests/components/lirc/__init__.py

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

tests/components/lirc/test_init.py

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

0 commit comments

Comments
 (0)