core/homeassistant/components/neato/manifest.json

14 lines
264 B
JSON

{
"domain": "neato",
"name": "Neato",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/neato",
"requirements": [
"pybotvac==0.0.17"
],
"dependencies": [],
"codeowners": [
"@dshokouhi",
"@Santobert"
]
}