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:
@@ -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
3
requirements_all.txt
generated
@@ -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
|
||||
|
||||
|
||||
3
requirements_test_all.txt
generated
3
requirements_test_all.txt
generated
@@ -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
|
||||
|
||||
|
||||
3
tests/components/pilight/conftest.py
Normal file
3
tests/components/pilight/conftest.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""Fixtures for component."""
|
||||
|
||||
collect_ignore_glob = ["test_*.py"]
|
||||
Reference in New Issue
Block a user