diff --git a/tasks/init.json b/tasks/init.json index 33ed79d..804b83a 100644 --- a/tasks/init.json +++ b/tasks/init.json @@ -14,9 +14,9 @@ "description": "The name of the config entry to set/get", "type": "String[1]" }, - "value": { + "value": { "description": "The value you are setting. Only required for set", - "type": "Optional[String[1]]" + "type": "Optional[Variant[String[1], Boolean]]" } } }