Compare commits

...

5 Commits

Author SHA1 Message Date
epenet 2515bb0a40 Reduce 2026-04-09 08:02:25 +00:00
epenet 5df4f19bcb Revert "Disable neato integration"
This reverts commit 28d979bbff.
2026-04-09 07:59:44 +00:00
epenet 28d979bbff Disable neato integration 2026-04-07 10:49:51 +00:00
epenet 2f5633937f Disable pilight integration 2026-04-07 10:49:07 +00:00
epenet 288439742f DNM: force setuptools>=82.0.0 2026-04-07 10:49:07 +00:00
6 changed files with 6 additions and 14 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"],
+1 -4
View File
@@ -233,9 +233,6 @@ aiomqtt>=2.5.0
# https://github.com/auth0/auth0-python/releases/tag/5.0.0
auth0-python<5.0
# Setuptools >=82.0.0 doesn't contain pkg_resources anymore
setuptools<82.0.0
# Pin dependencies with '.pth' files to exact versions, only update manually!
# https://github.com/Azure/azure-kusto-python/ -> '.pth' files removed with >=5.0.5
# https://github.com/xolox/python-coloredlogs -> unmaintained
@@ -243,4 +240,4 @@ setuptools<82.0.0
azure-kusto-data==4.5.1
azure-kusto-ingest==4.5.1
coloredlogs==15.0.1
setuptools==81.0.0
setuptools==82.0.0
-3
View File
@@ -1783,9 +1783,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
@@ -1547,9 +1547,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
+1 -4
View File
@@ -223,9 +223,6 @@ aiomqtt>=2.5.0
# https://github.com/auth0/auth0-python/releases/tag/5.0.0
auth0-python<5.0
# Setuptools >=82.0.0 doesn't contain pkg_resources anymore
setuptools<82.0.0
# Pin dependencies with '.pth' files to exact versions, only update manually!
# https://github.com/Azure/azure-kusto-python/ -> '.pth' files removed with >=5.0.5
# https://github.com/xolox/python-coloredlogs -> unmaintained
@@ -233,7 +230,7 @@ setuptools<82.0.0
azure-kusto-data==4.5.1
azure-kusto-ingest==4.5.1
coloredlogs==15.0.1
setuptools==81.0.0
setuptools==82.0.0
"""
GENERATED_MESSAGE = (
+3
View File
@@ -0,0 +1,3 @@
"""Fixtures for component."""
collect_ignore_glob = ["test_*.py"]