fixed some more meta files

This commit is contained in:
Bernhard Trinnes 2020-04-24 14:16:10 +02:00
parent 2e40a079c0
commit e06f3d872a
2 changed files with 14 additions and 14 deletions

View File

@ -1,10 +1,10 @@
{ {
"title": "Air Quality Index", "title": "Generic Elements"
"tagline": "Get air quality index data." , "tagline": "Add basic buttons.",
"icon": "aqi.png", "icon": "genericelements.svg",
"stability": "consumer" "stability": "community",
"offline": false, "offline": true,
"categories": [ "categories": [
"sensor" "tool"
], ]
} }

View File

@ -1,10 +1,10 @@
{ {
"title": "Air Quality Index", "title": "Generic Interfaces",
"tagline": "Get air quality index data." , "tagline": "Add generic device types." ,
"icon": "aqi.png", "icon": "genericinterfaces.svg",
"stability": "consumer" "stability": "community",
"offline": false, "offline": true,
"categories": [ "categories": [
"sensor" "tool"
], ]
} }