Merge PR #458: Fix neatobotvac and homeconnect categories

This commit is contained in:
Jenkins nymea 2021-08-03 13:46:40 +02:00
commit 8759104e17
2 changed files with 3 additions and 3 deletions

View File

@ -8,6 +8,7 @@
"network" "network"
], ],
"categories": [ "categories": [
"appliance",
"online-service" "online-service"
] ]
} }

View File

@ -3,12 +3,11 @@
"tagline": "Connect to and control your Neato Botvac connected cleaning robots.", "tagline": "Connect to and control your Neato Botvac connected cleaning robots.",
"icon": "neato.png", "icon": "neato.png",
"stability": "consumer", "stability": "consumer",
"offline": true, "offline": false,
"technologies": [ "technologies": [
"network" "network"
], ],
"categories": [ "categories": [
"account", "appliance"
"cleaningrobot"
] ]
} }