From 650f5d109d628852ff4ed58ea08665b8ce955f3b Mon Sep 17 00:00:00 2001 From: Bernhard Trinnes Date: Fri, 24 Apr 2020 14:16:10 +0200 Subject: [PATCH] fixed some more meta files --- elro/meta.json | 13 ++++++------- eq-3/meta.json | 13 ++++++------- flowercare/meta.json | 12 ++++++------ genericelements/meta.json | 14 +++++++------- genericinterfaces/meta.json | 14 +++++++------- gpio/meta.json | 10 +++++----- httpcommander/meta.json | 12 ++++++------ intertechno/meta.json | 14 +++++++------- keba/meta.json | 13 ++++++------- kodi/meta.json | 14 +++++++------- leynew/meta.json | 14 +++++++------- lgsmarttv/meta.json | 12 ++++++------ mailnotification/meta.json | 12 ++++++------ mqttclient/meta.json | 14 +++++++------- nanoleaf/meta.json | 14 +++++++------- netatmo/meta.json | 10 +++++----- networkdetector/meta.json | 12 ++++++------ nuki/meta.json | 14 +++++++------- onewire/meta.json | 12 ++++++------ openuv/meta.json | 12 ++++++------ openweathermap/meta.json | 13 +++++++------ osdomotics/meta.json | 14 +++++++------- philipshue/meta.json | 13 +++++++------ pushbullet/meta.json | 12 ++++++------ remotessh/meta.json | 12 ++++++------ senic/meta.json | 11 +++++------ serialportcommander/meta.json | 14 +++++++------- shelly/meta.json | 14 +++++++------- simulation/meta.json | 13 ++++--------- snapd/meta.json | 14 +++++++------- sonos/meta.json | 10 +++++----- systemmonitor/meta.json | 14 +++++++------- tado/meta.json | 12 ++++++------ tasmota/meta.json | 14 +++++++------- tcpcommander/meta.json | 14 +++++++------- texasinstruments/meta.json | 12 ++++++------ tplink/meta.json | 12 ++++++------ tuya/meta.json | 10 +++++----- udpcommander/meta.json | 14 +++++++------- unifi/meta.json | 12 ++++++------ unitec/meta.json | 14 +++++++------- 41 files changed, 258 insertions(+), 265 deletions(-) diff --git a/elro/meta.json b/elro/meta.json index 632effed..1735b749 100644 --- a/elro/meta.json +++ b/elro/meta.json @@ -1,10 +1,9 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Elro", + "tagline": "Connect to Elro devices." , + "icon": "elro.svg", + "stability": "community", + "offline": true, "categories": [ - "sensor" - ], + ] } diff --git a/eq-3/meta.json b/eq-3/meta.json index 632effed..e5fa027e 100644 --- a/eq-3/meta.json +++ b/eq-3/meta.json @@ -1,10 +1,9 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "EQ-3", + "tagline": "Connect to tEQ-3 devices." , + "icon": "eq3.svg", + "stability": "community", + "offline": true, "categories": [ - "sensor" - ], + ] } diff --git a/flowercare/meta.json b/flowercare/meta.json index 632effed..db5ee038 100644 --- a/flowercare/meta.json +++ b/flowercare/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Flower Care", + "tagline": "Flower Care." , + "icon": "flowercare.svg", + "stability": "community", + "offline": true, "categories": [ "sensor" - ], + ] } diff --git a/genericelements/meta.json b/genericelements/meta.json index 632effed..45235ede 100644 --- a/genericelements/meta.json +++ b/genericelements/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Generic Elements" + "tagline": "Add basic buttons.", + "icon": "genericelements.svg", + "stability": "community", + "offline": true, "categories": [ - "sensor" - ], + "tool" + ] } diff --git a/genericinterfaces/meta.json b/genericinterfaces/meta.json index 632effed..618e54cf 100644 --- a/genericinterfaces/meta.json +++ b/genericinterfaces/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Generic Interfaces", + "tagline": "Add generic device types." , + "icon": "genericinterfaces.svg", + "stability": "community", + "offline": true, "categories": [ - "sensor" - ], + "tool" + ] } diff --git a/gpio/meta.json b/gpio/meta.json index 632effed..8b9271e7 100644 --- a/gpio/meta.json +++ b/gpio/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" + "title": "GPIO", + "tagline": "Control GPIOs for Raspberry Pi or BeagleBone Black." , + "icon": "beagleboneblack.svg", + "stability": "community", "offline": false, "categories": [ "sensor" - ], + ] } diff --git a/httpcommander/meta.json b/httpcommander/meta.json index 632effed..30d659fe 100644 --- a/httpcommander/meta.json +++ b/httpcommander/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "HTTP Commander", + "tagline": "Send raw HTTP commands." , + "icon": "httpcommander.svg", + "stability": "consumer", + "offline": true, "categories": [ - "sensor" + "tool" ], } diff --git a/intertechno/meta.json b/intertechno/meta.json index 632effed..f5be8c67 100644 --- a/intertechno/meta.json +++ b/intertechno/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Intertechno", + "tagline": "Control Intertechno 433MHz sockets." , + "icon": "intertechno.svg", + "stability": "community", + "offline": true, "categories": [ - "sensor" - ], + "socket" + ] } diff --git a/keba/meta.json b/keba/meta.json index 632effed..0a2659ff 100644 --- a/keba/meta.json +++ b/keba/meta.json @@ -1,10 +1,9 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Keba", + "tagline": "Control Keba wallbox." , + "icon": "keba.svg", + "stability": "consumer", + "offline": true, "categories": [ - "sensor" - ], + ] } diff --git a/kodi/meta.json b/kodi/meta.json index 632effed..496f721b 100644 --- a/kodi/meta.json +++ b/kodi/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Kodi", + "tagline": "Control the Kodi media player" , + "icon": "kodi.svg", + "stability": "community" + "offline": true, "categories": [ - "sensor" - ], + "multimedia" + ] } diff --git a/leynew/meta.json b/leynew/meta.json index 632effed..75988982 100644 --- a/leynew/meta.json +++ b/leynew/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Leynew", + "tagline": "Control Leynew 433MHz sockets.", + "icon": "leynew.svg", + "stability": "community", + "offline": true, "categories": [ - "sensor" - ], + "socket" + ] } diff --git a/lgsmarttv/meta.json b/lgsmarttv/meta.json index 632effed..e140b318 100644 --- a/lgsmarttv/meta.json +++ b/lgsmarttv/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "LG Smart TV", + "tagline": "Connect to the LG Smart TV." , + "icon": "lg.svg", + "stability": "consumer", + "offline": true, "categories": [ "sensor" - ], + ] } diff --git a/mailnotification/meta.json b/mailnotification/meta.json index 632effed..911176a8 100644 --- a/mailnotification/meta.json +++ b/mailnotification/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" + "title": "Mail Notification", + "tagline": "Send E-Mails." , + "icon": "mailnotification.svg", + "stability": "consumer", "offline": false, "categories": [ - "sensor" - ], + "notification" + ] } diff --git a/mqttclient/meta.json b/mqttclient/meta.json index 632effed..71f7e5e7 100644 --- a/mqttclient/meta.json +++ b/mqttclient/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "MQTT client", + "tagline": "Send and receive raw MQTT messages", + "icon": "mqtt.svg", + "stability": "community", + "offline": true, "categories": [ - "sensor" - ], + "tool" + ] } diff --git a/nanoleaf/meta.json b/nanoleaf/meta.json index 632effed..f196b034 100644 --- a/nanoleaf/meta.json +++ b/nanoleaf/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Nanoleaf", + "tagline": "Control Nanoleaf light panels.", + "icon": "nanoleaf.svg", + "stability": "consumer", + "offline": true, "categories": [ - "sensor" - ], + "light" + ] } diff --git a/netatmo/meta.json b/netatmo/meta.json index 632effed..bf9d9aa2 100644 --- a/netatmo/meta.json +++ b/netatmo/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" + "title": "Netatmo", + "tagline": "Get data from Netatmo weatherstations", + "icon": "netatmo.svg", + "stability": "consumer", "offline": false, "categories": [ "sensor" - ], + ] } diff --git a/networkdetector/meta.json b/networkdetector/meta.json index 632effed..536c3247 100644 --- a/networkdetector/meta.json +++ b/networkdetector/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Network Detector", + "tagline": "Detect devices connected to the LAN", + "icon": "networkdetector.svg", + "stability": "community", + "offline": true, "categories": [ "sensor" - ], + ] } diff --git a/nuki/meta.json b/nuki/meta.json index 632effed..792d0349 100644 --- a/nuki/meta.json +++ b/nuki/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Nuki", + "tagline": "Connect Nuki Smartlocks via Bluetooth", + "icon": "nuki.svg", + "stability": "consumer", + "offline": true, "categories": [ - "sensor" - ], + "lock" + ] } diff --git a/onewire/meta.json b/onewire/meta.json index 632effed..fd58d68f 100644 --- a/onewire/meta.json +++ b/onewire/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "One-Wire", + "tagline": "Connect one-wire temperature sensors and switches.", + "icon": "onewire.svg", + "stability": "community", + "offline": true, "categories": [ "sensor" - ], + ] } diff --git a/openuv/meta.json b/openuv/meta.json index 632effed..6b4b48bf 100644 --- a/openuv/meta.json +++ b/openuv/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" + "title": "OpenUV", + "tagline": "Get UV data for your location", + "icon": "openuv.svg", + "stability": "consumer", "offline": false, "categories": [ - "sensor" - ], + "service" + ] } diff --git a/openweathermap/meta.json b/openweathermap/meta.json index 632effed..6c202707 100644 --- a/openweathermap/meta.json +++ b/openweathermap/meta.json @@ -1,10 +1,11 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" + "title": "OpenWeatherMap, + "tagline": "Get current weather data for your location", + "icon": "openweathermap.svg", + "stability": "consumer", "offline": false, "categories": [ - "sensor" - ], + "weather", + "service" + ] } diff --git a/osdomotics/meta.json b/osdomotics/meta.json index 632effed..dcb0db28 100644 --- a/osdomotics/meta.json +++ b/osdomotics/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "OSDomotics", + "tagline": "Connect and control Merkur boards.", + "icon": "osdomotics.svg", + "stability": "community", + "offline": true, "categories": [ - "sensor" - ], + "gateway" + ] } diff --git a/philipshue/meta.json b/philipshue/meta.json index 632effed..b3d9faf0 100644 --- a/philipshue/meta.json +++ b/philipshue/meta.json @@ -1,10 +1,11 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Philips Hue", + "tagline": "Connect and control Philips Hue devices.", + "icon": "philipshue.svg", + "stability": "consumer", + "offline": true, "categories": [ + "light", "sensor" - ], + ] } diff --git a/pushbullet/meta.json b/pushbullet/meta.json index 632effed..c1bb5469 100644 --- a/pushbullet/meta.json +++ b/pushbullet/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" + "title": "Pushbullet", + "tagline": "Send notifictions over Pushbullet." , + "icon": "pushbullet.svg", + "stability": "consumer", "offline": false, "categories": [ - "sensor" - ], + "notification" + ] } diff --git a/remotessh/meta.json b/remotessh/meta.json index 632effed..43d3fc23 100644 --- a/remotessh/meta.json +++ b/remotessh/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" + "title": "Remote SSH", + "tagline": "Get SSH access over a reverse SSH proxy.", + "icon": "reversessh.svg", + "stability": "community", "offline": false, "categories": [ - "sensor" - ], + "tool" + ] } diff --git a/senic/meta.json b/senic/meta.json index 632effed..34cdf436 100644 --- a/senic/meta.json +++ b/senic/meta.json @@ -1,10 +1,9 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" + "title": "Senic", + "tagline": "Connect to Nuimo over Bluetooth.", + "icon": "senic.svg", + "stability": "consumer", "offline": false, "categories": [ - "sensor" - ], + ] } diff --git a/serialportcommander/meta.json b/serialportcommander/meta.json index 632effed..e5e87da9 100644 --- a/serialportcommander/meta.json +++ b/serialportcommander/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Serial Port Commander", + "tagline": "Send and receive raw serial port commands.", + "icon": "serialportcomander.svg", + "stability": "community", + "offline": true, "categories": [ - "sensor" - ], + "tool" + ] } diff --git a/shelly/meta.json b/shelly/meta.json index 632effed..3a3ec3e7 100644 --- a/shelly/meta.json +++ b/shelly/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Shelly", + "tagline": "Control shelly devices.", + "icon": "shelly.svg", + "stability": "consumer", + "offline": true, "categories": [ - "sensor" - ], + "socket" + ] } diff --git a/simulation/meta.json b/simulation/meta.json index 20be1cfe..f635a35f 100644 --- a/simulation/meta.json +++ b/simulation/meta.json @@ -1,15 +1,10 @@ { "title": "Simulation", - "tagline": "Simulate different thing types" , - "icon": "", + "tagline": "Simulate different thing types.", + "icon": "simulation.svg", "stability": "consumer", "offline": false, "categories": [ - "light", - "heating", - "socket", - "blind", - "multimedia", - "sensor" - ], + "tool" + ] } diff --git a/snapd/meta.json b/snapd/meta.json index 632effed..73c8d171 100644 --- a/snapd/meta.json +++ b/snapd/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Snapd", + "tagline": "Control the Snap daemon.", + "icon": "snappy.svg", + "stability": "consumer", + "offline": true, "categories": [ - "sensor" - ], + "tool" + ] } diff --git a/sonos/meta.json b/sonos/meta.json index 632effed..bdd01a94 100644 --- a/sonos/meta.json +++ b/sonos/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", + "title": "Sonos", + "tagline": "Control Sonos speaker", + "icon": "sonos.svg", "stability": "consumer" "offline": false, "categories": [ - "sensor" - ], + "multimedia" + ] } diff --git a/systemmonitor/meta.json b/systemmonitor/meta.json index 632effed..bcb14483 100644 --- a/systemmonitor/meta.json +++ b/systemmonitor/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "System Monitor", + "tagline": "Monitor nymea's resource consumption.", + "icon": "systemmonitor.svg", + "stability": "community", + "offline": true, "categories": [ - "sensor" - ], + "tool" + ] } diff --git a/tado/meta.json b/tado/meta.json index 632effed..58bb78ea 100644 --- a/tado/meta.json +++ b/tado/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" + "title": "Tado", + "tagline": "Connect to you Tado account.", + "icon": "tado.svg", + "stability": "community", "offline": false, "categories": [ - "sensor" - ], + "heating" + ] } diff --git a/tasmota/meta.json b/tasmota/meta.json index 632effed..0c0a2042 100644 --- a/tasmota/meta.json +++ b/tasmota/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Tasmota", + "tagline": "Tasmota", + "icon": "tasmota.svg", + "stability": "community", + "offline": true, "categories": [ - "sensor" - ], + "socket" + ] } diff --git a/tcpcommander/meta.json b/tcpcommander/meta.json index 632effed..68145626 100644 --- a/tcpcommander/meta.json +++ b/tcpcommander/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "TCP Commander", + "tagline": "Send and receive raw TCP commands.", + "icon": "tcpcommander.svg", + "stability": "community", + "offline": true, "categories": [ - "sensor" - ], + "tool" + ] } diff --git a/texasinstruments/meta.json b/texasinstruments/meta.json index 632effed..9277f032 100644 --- a/texasinstruments/meta.json +++ b/texasinstruments/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Texas Instruments", + "tagline": "Connect to the TI multisensor over Bluetooth", + "icon": "ti.svg", + "stability": "community", + "offline": true, "categories": [ "sensor" - ], + ] } diff --git a/tplink/meta.json b/tplink/meta.json index 632effed..9ee6b963 100644 --- a/tplink/meta.json +++ b/tplink/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "TP-Link", + "tagline": "TP-Link" , + "icon": "tplink.svg", + "stability": "community", + "offline": true, "categories": [ "sensor" - ], + ] } diff --git a/tuya/meta.json b/tuya/meta.json index 632effed..8b70ba72 100644 --- a/tuya/meta.json +++ b/tuya/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" + "title": "Tuya", + "tagline": "Connect to the Tuya cloud.", + "icon": "tuya.svg", + "stability": "consumer", "offline": false, "categories": [ "sensor" - ], + ] } diff --git a/udpcommander/meta.json b/udpcommander/meta.json index 632effed..b3386fda 100644 --- a/udpcommander/meta.json +++ b/udpcommander/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "UDP Commander", + "tagline": "Send and receive raw UDP commands.", + "icon": "udpcommander.svg", + "stability": "community", + "offline": true, "categories": [ - "sensor" - ], + "tool" + ] } diff --git a/unifi/meta.json b/unifi/meta.json index 632effed..05b3a375 100644 --- a/unifi/meta.json +++ b/unifi/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "UniFi", + "tagline": "Connect to the UniFi controller", + "icon": "unifi.svg", + "stability": "consumer", + "offline": true, "categories": [ "sensor" - ], + ] } diff --git a/unitec/meta.json b/unitec/meta.json index 632effed..0eeea26f 100644 --- a/unitec/meta.json +++ b/unitec/meta.json @@ -1,10 +1,10 @@ { - "title": "Air Quality Index", - "tagline": "Get air quality index data." , - "icon": "aqi.png", - "stability": "consumer" - "offline": false, + "title": "Unitec", + "tagline": "Control Unitec 433MHz sockets", + "icon": "unitec.svg", + "stability": "community", + "offline": true, "categories": [ - "sensor" - ], + "socket" + ] }