From 767baba7e49a85c6652066e0c43c1c493e9af2bf Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 2 May 2022 20:01:49 +0200 Subject: [PATCH] fix meta --- owlet/meta.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/owlet/meta.json b/owlet/meta.json index 04ecac22..f44c29ff 100644 --- a/owlet/meta.json +++ b/owlet/meta.json @@ -4,6 +4,6 @@ "icon": "", "stability": "community", "offline": true, - "technologies": ["Serial Port", "Network"], - "categories": ["Sensor", "Relay", "Switch", "Gateway"] + "technologies": ["serial-port", "network"], + "categories": ["sensor", "diy", "switch"] }