From 0e50126a34d2d97694faa518d412a9cd1372fe15 Mon Sep 17 00:00:00 2001 From: Luis Riegger Date: Sun, 9 May 2021 16:30:29 +0200 Subject: [PATCH] fix schema --- config.schema.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.schema.json b/config.schema.json index b3ce108..34e2771 100644 --- a/config.schema.json +++ b/config.schema.json @@ -48,11 +48,10 @@ }, "services": { "type": "array", - "title": "Enabled Services", + "title": "Displayed Services", "description": "The services to be made available for Homekit", "uniqueItems": true, "items": { - "title": "hihi", "type": "string", "enum": [ "clean", @@ -70,7 +69,7 @@ ], "enumNames": [ "Clean", - "Clean the", + "Clean Zone", "Clean Spot", "Go to Dock", "Docked State",