core/homeassistant/components/neato/manifest.json

16 lines
285 B
JSON
Raw Normal View History

{
"domain": "neato",
"name": "Neato Botvac",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/neato",
"requirements": [
2021-01-20 20:08:44 +00:00
"pybotvac==0.0.20"
],
"codeowners": [
"@dshokouhi",
"@Santobert"
],
"dependencies": [
"http"
]
}