mirror of
https://github.com/home-assistant/core.git
synced 2026-02-15 07:36:16 +00:00
14 lines
461 B
JSON
14 lines
461 B
JSON
{
|
|
"domain": "neato",
|
|
"name": "Neato Botvac",
|
|
"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",
|
|
"loggers": ["pybotvac"],
|
|
"requirements": ["pybotvac==0.0.28"]
|
|
}
|