mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
@@ -4,7 +4,6 @@
|
||||
"codeowners": [],
|
||||
"config_flow": true,
|
||||
"dependencies": ["application_credentials"],
|
||||
"disabled": "pybotvac 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",
|
||||
|
||||
Generated
+3
@@ -1988,6 +1988,9 @@ pyblackbird==0.6
|
||||
# homeassistant.components.bluesound
|
||||
pyblu==2.0.6
|
||||
|
||||
# homeassistant.components.neato
|
||||
pybotvac==0.0.28
|
||||
|
||||
# homeassistant.components.braviatv
|
||||
pybravia==0.4.1
|
||||
|
||||
|
||||
Generated
+3
@@ -1722,6 +1722,9 @@ pyblackbird==0.6
|
||||
# homeassistant.components.bluesound
|
||||
pyblu==2.0.6
|
||||
|
||||
# homeassistant.components.neato
|
||||
pybotvac==0.0.28
|
||||
|
||||
# homeassistant.components.braviatv
|
||||
pybravia==0.4.1
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
"""Fixtures for component."""
|
||||
|
||||
collect_ignore_glob = ["test_*.py"]
|
||||
Reference in New Issue
Block a user