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

Disable pilight integration (#167760)

This commit is contained in:
epenet
2026-04-09 16:44:18 +02:00
committed by GitHub
parent 050d929d8a
commit 5bec3d1b41
4 changed files with 4 additions and 6 deletions
@@ -2,6 +2,7 @@
"domain": "pilight",
"name": "Pilight",
"codeowners": [],
"disabled": "Pilight relies on setuptools.pkg_resources, which is no longer available in setuptools 82.0.0 and later.",
"documentation": "https://www.home-assistant.io/integrations/pilight",
"iot_class": "local_push",
"loggers": ["pilight"],
-3
View File
@@ -1786,9 +1786,6 @@ phone-modem==0.1.1
# homeassistant.components.remote_rpi_gpio
pigpio==1.78
# homeassistant.components.pilight
pilight==0.1.1
# homeassistant.components.plex
plexauth==0.0.6
-3
View File
@@ -1550,9 +1550,6 @@ pescea==1.0.12
# homeassistant.components.modem_callerid
phone-modem==0.1.1
# homeassistant.components.pilight
pilight==0.1.1
# homeassistant.components.plex
plexauth==0.0.6
+3
View File
@@ -0,0 +1,3 @@
"""Fixtures for component."""
collect_ignore_glob = ["test_*.py"]