1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-14 23:28:42 +00:00

Disable neato integration

This commit is contained in:
epenet
2026-02-09 06:21:17 +00:00
parent cceb438589
commit 41f86b4c6c
4 changed files with 4 additions and 6 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": [],
"config_flow": true,
"dependencies": ["application_credentials"],
"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/neato",
"integration_type": "hub",
"iot_class": "cloud_polling",

3
requirements_all.txt generated
View File

@@ -1937,9 +1937,6 @@ pyblackbird==0.6
# homeassistant.components.bluesound
pyblu==2.0.5
# homeassistant.components.neato
pybotvac==0.0.28
# homeassistant.components.braviatv
pybravia==0.4.1

View File

@@ -1662,9 +1662,6 @@ pyblackbird==0.6
# homeassistant.components.bluesound
pyblu==2.0.5
# homeassistant.components.neato
pybotvac==0.0.28
# homeassistant.components.braviatv
pybravia==0.4.1

View File

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