1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Disable pilight integration

This commit is contained in:
epenet
2026-02-09 06:18:18 +00:00
parent 25a65e2abd
commit cceb438589
4 changed files with 4 additions and 6 deletions

View File

@@ -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
requirements_all.txt generated
View File

@@ -1748,9 +1748,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

View File

@@ -1503,9 +1503,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

View File

@@ -0,0 +1,3 @@
"""Fixtures for component."""
collect_ignore_glob = ["test_*.py"]