From 0928ebe99eac255339baf3fd93e44b634db8f1f9 Mon Sep 17 00:00:00 2001 From: Candle - the privacy friendly smart home <39312291+createcandle@users.noreply.github.com> Date: Wed, 29 Jul 2020 14:52:52 +0200 Subject: [PATCH] Add files via upload --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 9729b2e..209932f 100644 --- a/manifest.json +++ b/manifest.json @@ -23,12 +23,12 @@ "schema": { "properties": { "USB port": { - "description": "The addon will create a list of all connected USB devices, and pick the number from the list. You can find your device through trial and error.", + "description": "The addon will create a list of all connected USB devices, and pick the number from the list. You can find your device through trial and error. If only one USB serial device is connected, that one will automatically be selected.", "enum": [ "USB port 1", "USB port 2", "USB port 3", - "USB port 4" + "USB port 4" ], "type": "string" },