mirror of https://github.com/home-assistant/core
12 lines
310 B
JSON
12 lines
310 B
JSON
{
|
|
"domain": "neato",
|
|
"name": "Neato Botvac",
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"documentation": "https://www.home-assistant.io/integrations/neato",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pybotvac"],
|
|
"requirements": ["pybotvac==0.0.25"]
|
|
}
|